public class PointOnCircle extends Point
Modifier and Type | Field and Description |
---|---|
Circle |
circle |
boolean |
drawCircle |
EPS, EPSSQR, moebiusShapeChangeSupport, propertyChangeSupport, toolList
Constructor and Description |
---|
PointOnCircle() |
PointOnCircle(double posX,
double posY,
double mX,
double mY,
double r) |
Modifier and Type | Method and Description |
---|---|
void |
draw(MoebiusGraphics context) |
Circle |
getCircle() |
boolean |
getDrawCircle() |
double |
getRadius() |
void |
setDrawCircle(boolean b) |
void |
setRadius(double r) |
assign, getCoords, getCoords, getCoords, getIm, getPointColor, getProjectiveCoords, getRe, getX, getY, setCoords, setCoords, setCoords, setPointColor, setProjectiveCoords, setProjectiveCoords, setProjectiveCoords, setX, setY
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 Circle circle
public boolean drawCircle
public PointOnCircle()
public PointOnCircle(double posX, double posY, double mX, double mY, double r)
public void draw(MoebiusGraphics context)
draw
in interface MoebiusShape
draw
in class Point
public Circle getCircle()
public boolean getDrawCircle()
public double getRadius()
public void setDrawCircle(boolean b)
public void setRadius(double r)