|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectmoebiusViewer.shape.AbstractShape
moebiusViewer.shape.LineSegment
| Field Summary |
| Fields inherited from class moebiusViewer.shape.AbstractShape |
EPS, EPSSQR, propertyChangeSupport, toolList |
| Constructor Summary | |
LineSegment()
|
|
LineSegment(double theX0,
double theY0,
double theX1,
double theY1)
|
|
| Method Summary | |
void |
assign(double theX0,
double theY0,
double theX1,
double theY1)
|
void |
draw(MoebiusGraphics g)
|
double |
getX0()
Get the value of x0. |
double |
getX1()
Get the value of x1. |
double |
getY0()
Get the value of y0. |
double |
getY1()
Get the value of y1. |
void |
set(double theX0,
double theY0,
double theX1,
double theY1)
Deprecated. |
void |
setX0(double v)
Set the value of x0. |
void |
setX1(double v)
Set the value of x1. |
void |
setY0(double v)
Set the value of y0. |
void |
setY1(double v)
Set the value of y1. |
java.lang.String |
toString()
|
| Methods inherited from class moebiusViewer.shape.AbstractShape |
addPropertyChangeListener, clone, dontFirePropertyChange, equals, firePropertyChange, firePropertyChange, getColor, getFilled, getLabel, getLineWidth, getPickable, getPointOutline, getPointRadius, getShowLabel, getString, getTools, isDoFirePropertyChange, isPickable, removePropertyChangeListener, reset, setColor, setDoFirePropertyChange, setFilled, setLabel, setLineWidth, setPickable, setPointOutline, setPointRadius, setShowLabel |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LineSegment(double theX0,
double theY0,
double theX1,
double theY1)
public LineSegment()
| Method Detail |
public double getX0()
public void setX0(double v)
v - Value to assign to x0.public double getX1()
public void setX1(double v)
v - Value to assign to x1.public double getY0()
public void setY0(double v)
v - Value to assign to y0.public double getY1()
public void setY1(double v)
v - Value to assign to y1.
public void set(double theX0,
double theY0,
double theX1,
double theY1)
public void assign(double theX0,
double theY0,
double theX1,
double theY1)
public void draw(MoebiusGraphics g)
draw in interface MoebiusShapedraw in class AbstractShapepublic java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||