|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectmoebiusViewer.shape.AbstractShape
moebiusViewer.shape.Point
| Field Summary |
| Fields inherited from class moebiusViewer.shape.AbstractShape |
EPS, EPSSQR, propertyChangeSupport, toolList |
| Constructor Summary | |
Point()
|
|
Point(Complex z1)
|
|
Point(Complex z1,
Complex z2)
|
|
Point(ComplexProjective1 aZ)
|
|
Point(double x,
double y)
|
|
| Method Summary | |
void |
draw(MoebiusGraphics g)
|
Complex |
getCoords()
|
void |
getCoords(Complex z)
|
void |
getCoords(ComplexProjective1 coords)
|
java.awt.Color |
getPointColor()
|
ComplexProjective1 |
getProjectiveCoords()
|
double |
getX()
Get the value of x. |
double |
getY()
Get the value of y. |
void |
set(Complex z)
Deprecated. |
void |
set(double x,
double y)
Deprecated. |
void |
setCoords(Complex z)
|
void |
setCoords(double x,
double y)
|
void |
setPointColor(java.awt.Color v)
|
void |
setProjectiveCoords(Complex a,
Complex b)
|
void |
setProjectiveCoords(ComplexProjective1 coords)
|
void |
setProjectiveCoords(double aRe1,
double aIm1,
double bRe1,
double bIm1)
|
void |
setX(double x)
Set the value of x. |
void |
setY(double y)
Set the value of y. |
| 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, toString, wait, wait, wait |
| Constructor Detail |
public Point()
public Point(double x,
double y)
public Point(Complex z1)
public Point(Complex z1,
Complex z2)
public Point(ComplexProjective1 aZ)
| Method Detail |
public java.awt.Color getPointColor()
public void setPointColor(java.awt.Color v)
public ComplexProjective1 getProjectiveCoords()
public Complex getCoords()
public void getCoords(ComplexProjective1 coords)
public void setProjectiveCoords(ComplexProjective1 coords)
public void setProjectiveCoords(double aRe1,
double aIm1,
double bRe1,
double bIm1)
public void setProjectiveCoords(Complex a,
Complex b)
public void setCoords(double x,
double y)
public void setCoords(Complex z)
public void getCoords(Complex z)
public double getX()
public void setX(double x)
public double getY()
public void setY(double y)
public void set(double x,
double y)
public void set(Complex z)
public void draw(MoebiusGraphics g)
draw in interface MoebiusShapedraw in class AbstractShape
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||