public class Point extends AbstractShape implements de.jtem.mfc.field.Field.Complex
EPS, EPSSQR, moebiusShapeChangeSupport, propertyChangeSupport, toolList
Constructor and Description |
---|
Point() |
Point(de.jtem.mfc.field.Complex z1) |
Point(de.jtem.mfc.field.Complex z1,
de.jtem.mfc.field.Complex z2) |
Point(de.jtem.mfc.geometry.ComplexProjective1 aZ) |
Point(double x,
double y) |
Point(de.jtem.mfc.field.Field.Complex z1) |
Modifier and Type | Method and Description |
---|---|
void |
assign(de.jtem.mfc.field.Field.Complex z) |
void |
draw(MoebiusGraphics g) |
de.jtem.mfc.field.Complex |
getCoords() |
void |
getCoords(de.jtem.mfc.field.Complex z) |
void |
getCoords(de.jtem.mfc.geometry.ComplexProjective1 coords) |
double |
getIm() |
Color |
getPointColor() |
de.jtem.mfc.geometry.ComplexProjective1 |
getProjectiveCoords() |
double |
getRe() |
double |
getX()
Get the value of x.
|
double |
getY()
Get the value of y.
|
void |
setCoords(de.jtem.mfc.field.Complex z) |
void |
setCoords(double x,
double y) |
void |
setCoords(de.jtem.mfc.field.Field.Complex z) |
void |
setPointColor(Color v) |
void |
setProjectiveCoords(de.jtem.mfc.field.Complex a,
de.jtem.mfc.field.Complex b) |
void |
setProjectiveCoords(de.jtem.mfc.geometry.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.
|
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 Point()
public Point(de.jtem.mfc.field.Complex z1)
public Point(de.jtem.mfc.field.Complex z1, de.jtem.mfc.field.Complex z2)
public Point(de.jtem.mfc.geometry.ComplexProjective1 aZ)
public Point(double x, double y)
public Point(de.jtem.mfc.field.Field.Complex z1)
public void assign(de.jtem.mfc.field.Field.Complex z)
public void draw(MoebiusGraphics g)
draw
in interface MoebiusShape
draw
in class AbstractShape
public de.jtem.mfc.field.Complex getCoords()
public void getCoords(de.jtem.mfc.field.Complex z)
public void getCoords(de.jtem.mfc.geometry.ComplexProjective1 coords)
public double getIm()
getIm
in interface de.jtem.mfc.field.Field.Complex
public Color getPointColor()
public de.jtem.mfc.geometry.ComplexProjective1 getProjectiveCoords()
public double getRe()
getRe
in interface de.jtem.mfc.field.Field.Complex
public double getX()
public double getY()
public void setCoords(de.jtem.mfc.field.Complex z)
public void setCoords(double x, double y)
public void setCoords(de.jtem.mfc.field.Field.Complex z)
public void setPointColor(Color v)
public void setProjectiveCoords(de.jtem.mfc.field.Complex a, de.jtem.mfc.field.Complex b)
public void setProjectiveCoords(de.jtem.mfc.geometry.ComplexProjective1 coords)
public void setProjectiveCoords(double aRe1, double aIm1, double bRe1, double bIm1)
public void setX(double x)
v
- Value to assign to x.public void setY(double y)
v
- Value to assign to y.