|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.edu.agh.cast.model.visual.Legend
public class Legend
Diagram legend.
| Field Summary | |
|---|---|
protected org.eclipse.draw2d.geometry.Point |
location
Location of the legend. |
static String |
LOCATION_EVENT
The name of the location change event. |
| Constructor Summary | |
|---|---|
Legend()
Creates new Legend. |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener l)
Add a property change listener to the object. |
org.eclipse.draw2d.geometry.Point |
getLocation()
|
void |
removePropertyChangeListener(PropertyChangeListener l)
Remove a property change listener to the object. |
void |
setLocation(org.eclipse.draw2d.geometry.Point newLocation)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LOCATION_EVENT
protected org.eclipse.draw2d.geometry.Point location
| Constructor Detail |
|---|
public Legend()
| Method Detail |
|---|
public org.eclipse.draw2d.geometry.Point getLocation()
public void setLocation(org.eclipse.draw2d.geometry.Point newLocation)
public final void addPropertyChangeListener(PropertyChangeListener l)
addPropertyChangeListener in interface IPropertyChangeProviderl - property change listener#addPropertyChangeListener(java.beans.PropertyChangeListener)public final void removePropertyChangeListener(PropertyChangeListener l)
removePropertyChangeListener in interface IPropertyChangeProviderl - property change listener#removePropertyChangeListener(java.beans.PropertyChangeListener)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||