moebiusViewer.shape
Class Arc
java.lang.Object
moebiusViewer.shape.AbstractShape
moebiusViewer.shape.Arc
- All Implemented Interfaces:
- java.lang.Cloneable, MoebiusShape, java.io.Serializable
- public class Arc
- extends AbstractShape
- See Also:
- Serialized Form
|
Constructor Summary |
Arc()
|
| 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 |
drawPoints
protected boolean drawPoints
Arc
public Arc()
setZ1
public void setZ1(ComplexProjective1 aZ)
getZ1
public ComplexProjective1 getZ1()
setZ2
public void setZ2(ComplexProjective1 aZ)
getZ2
public ComplexProjective1 getZ2()
setZ3
public void setZ3(ComplexProjective1 aZ)
isDrawPoints
public boolean isDrawPoints()
setDrawPoints
public void setDrawPoints(boolean v)
draw
public void draw(MoebiusGraphics context)
- Specified by:
draw in interface MoebiusShape- Overrides:
draw in class AbstractShape