|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectmoebiusViewer.shape.AbstractShape
moebiusViewer.shape.CoordinateSystem
| Field Summary |
| Fields inherited from class moebiusViewer.shape.AbstractShape |
EPS, EPSSQR, propertyChangeSupport, toolList |
| Constructor Summary | |
CoordinateSystem()
|
|
CoordinateSystem(double theXMin,
double theXMax,
double theYMin,
double theYMax)
|
|
| Method Summary | |
void |
assign(double theXMin,
double theXMax,
double theYMin,
double theYMax)
|
void |
draw(MoebiusGraphics g)
|
boolean |
getDrawTicks()
Get the value of drawTicks. |
boolean |
getDrawUnitCircle()
Get the value of drawUnitCircle. |
double |
getOriginX()
Get the value of originX. |
double |
getOriginY()
Get the value of originY. |
double |
getXMax()
Get the value of xMax. |
double |
getXMin()
Get the value of xMin. |
double |
getXTickLength()
Get the value of xTickLength. |
double |
getXTickStep()
Get the value of xTickStep. |
double |
getYMax()
Get the value of yMax. |
double |
getYMin()
Get the value of yMin. |
double |
getYTickLength()
Get the value of yTickLength. |
double |
getYTickStep()
Get the value of yTickStep. |
void |
setDrawTicks(boolean b)
Set the value of drawTicks. |
void |
setDrawUnitCircle(boolean b)
Set the value of drawUnitCircle. |
void |
setOriginX(double v)
Set the value of originX. |
void |
setOriginY(double v)
Set the value of originY. |
void |
setXMax(double v)
Set the value of xMax. |
void |
setXMin(double v)
Set the value of xMin. |
void |
setXTickLength(double v)
Set the value of xTickLength. |
void |
setXTickStep(double v)
Set the value of xTickStep. |
void |
setYMax(double v)
Set the value of yMax. |
void |
setYMin(double v)
Set the value of yMin. |
void |
setYTickLength(double v)
Set the value of yTickLength. |
void |
setYTickStep(double v)
Set the value of yTickStep. |
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 CoordinateSystem(double theXMin,
double theXMax,
double theYMin,
double theYMax)
public CoordinateSystem()
| Method Detail |
public double getXMin()
public void setXMin(double v)
v - Value to assign to xMin.public double getXMax()
public void setXMax(double v)
v - Value to assign to xMax.public double getYMin()
public void setYMin(double v)
v - Value to assign to yMin.public double getYMax()
public void setYMax(double v)
v - Value to assign to yMax.public double getOriginX()
public void setOriginX(double v)
v - Value to assign to originX.public double getOriginY()
public void setOriginY(double v)
v - Value to assign to originY.public double getXTickLength()
public void setXTickLength(double v)
v - Value to assign to xTickLength.public double getXTickStep()
public void setXTickStep(double v)
v - Value to assign to xTickStep.public double getYTickLength()
public void setYTickLength(double v)
v - Value to assign to yTickLength.public double getYTickStep()
public void setYTickStep(double v)
v - Value to assign to yTickStep.public boolean getDrawUnitCircle()
public void setDrawUnitCircle(boolean b)
b - Value to assign to drawUnitCircle.public boolean getDrawTicks()
public void setDrawTicks(boolean b)
public void assign(double theXMin,
double theXMax,
double theYMin,
double theYMax)
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 | |||||||||