public class CoordinateSystem extends AbstractShape
EPS, EPSSQR, moebiusShapeChangeSupport, propertyChangeSupport, toolList
Constructor and Description |
---|
CoordinateSystem() |
CoordinateSystem(double theXMin,
double theXMax,
double theYMin,
double theYMax) |
Modifier and Type | Method and Description |
---|---|
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.
|
String |
toString() |
addMoebiusShapeChangeListener, addPropertyChangeListener, clone, dontFirePropertyChange, equals, fireMoebiusShapeChange, fireMoebiusShapeChange, firePropertyChange, firePropertyChange, getColor, getFilled, getLabel, getLineWidth, getPickable, getPointOutline, getPointRadius, getShowLabel, getString, getTools, isDoFirePropertyChange, isPickable, removeMoebiusShapeChangeListener, removePropertyChangeListener, reset, setColor, setDoFirePropertyChange, setFilled, setLabel, setLineWidth, setPickable, setPointOutline, setPointRadius, setShowLabel
public CoordinateSystem()
public CoordinateSystem(double theXMin, double theXMax, double theYMin, double theYMax)
public void assign(double theXMin, double theXMax, double theYMin, double theYMax)
public void draw(MoebiusGraphics g)
draw
in interface MoebiusShape
draw
in class AbstractShape
public boolean getDrawTicks()
public boolean getDrawUnitCircle()
public double getOriginX()
public double getOriginY()
public double getXMax()
public double getXMin()
public double getXTickLength()
public double getXTickStep()
public double getYMax()
public double getYMin()
public double getYTickLength()
public double getYTickStep()
public void setDrawTicks(boolean b)
v
- Value to assign to drawTicks.public void setDrawUnitCircle(boolean b)
b
- Value to assign to drawUnitCircle.public void setOriginX(double v)
v
- Value to assign to originX.public void setOriginY(double v)
v
- Value to assign to originY.public void setXMax(double v)
v
- Value to assign to xMax.public void setXMin(double v)
v
- Value to assign to xMin.public void setXTickLength(double v)
v
- Value to assign to xTickLength.public void setXTickStep(double v)
v
- Value to assign to xTickStep.public void setYMax(double v)
v
- Value to assign to yMax.public void setYMin(double v)
v
- Value to assign to yMin.public void setYTickLength(double v)
v
- Value to assign to yTickLength.public void setYTickStep(double v)
v
- Value to assign to yTickStep.