|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectmoebiusViewer.shape.AbstractShape
| Field Summary | |
static double |
EPS
|
static double |
EPSSQR
|
protected java.beans.PropertyChangeSupport |
propertyChangeSupport
|
protected java.util.Vector |
toolList
|
| Constructor Summary | |
AbstractShape()
|
|
| Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
|
java.lang.Object |
clone()
|
void |
dontFirePropertyChange()
|
void |
draw(MoebiusGraphics context)
|
static boolean |
equals(double x1,
double x2)
|
void |
firePropertyChange(java.lang.String propertyName)
|
void |
firePropertyChange(java.lang.String propertyName,
java.lang.Object newValue,
java.lang.Object oldValue)
|
java.awt.Color |
getColor()
Get the value of color. |
boolean |
getFilled()
Get the value of filled. |
java.lang.String |
getLabel()
Get the value of label. |
double |
getLineWidth()
Get the value of lineWidth. |
boolean |
getPickable()
|
int |
getPointOutline()
Get the value of pointOutline. |
int |
getPointRadius()
Get the value of pointRadius. |
boolean |
getShowLabel()
Get the value of showLabel. |
java.lang.String |
getString()
|
java.util.Vector |
getTools()
|
boolean |
isDoFirePropertyChange()
|
boolean |
isPickable()
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
|
void |
reset(MoebiusGraphics context)
|
void |
setColor(java.awt.Color v)
Set the value of color. |
void |
setDoFirePropertyChange(boolean b)
|
void |
setFilled(boolean v)
Set the value of filled. |
void |
setLabel(java.lang.String v)
Set the value of label. |
void |
setLineWidth(double v)
Set the value of lineWidth. |
void |
setPickable(boolean b)
|
void |
setPointOutline(int v)
Set the value of pointOutline. |
void |
setPointRadius(int v)
Set the value of pointRadius. |
void |
setShowLabel(boolean v)
Set the value of showLabel. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.beans.PropertyChangeSupport propertyChangeSupport
public static final double EPS
public static final double EPSSQR
protected java.util.Vector toolList
| Constructor Detail |
public AbstractShape()
| Method Detail |
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
public void firePropertyChange(java.lang.String propertyName)
public void firePropertyChange(java.lang.String propertyName,
java.lang.Object newValue,
java.lang.Object oldValue)
public boolean isDoFirePropertyChange()
public void setDoFirePropertyChange(boolean b)
public void dontFirePropertyChange()
public java.lang.String getString()
public boolean isPickable()
public boolean getPickable()
public void setPickable(boolean b)
public java.awt.Color getColor()
public void setColor(java.awt.Color v)
v - Value to assign to color.public java.lang.String getLabel()
public void setLabel(java.lang.String v)
v - Value to assign to label.public boolean getShowLabel()
public void setShowLabel(boolean v)
v - Value to assign to showLabel.public int getPointRadius()
public void setPointRadius(int v)
v - Value to assign to pointRadius.public int getPointOutline()
public void setPointOutline(int v)
public double getLineWidth()
public void setLineWidth(double v)
public boolean getFilled()
public void setFilled(boolean v)
v - Value to assign to filled.public java.util.Vector getTools()
getTools in interface MoebiusShapepublic void reset(MoebiusGraphics context)
public void draw(MoebiusGraphics context)
draw in interface MoebiusShape
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public static boolean equals(double x1,
double x2)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||