moebiusViewer.shape
Class Arc

java.lang.Object
  extended bymoebiusViewer.shape.AbstractShape
      extended bymoebiusViewer.shape.Arc
All Implemented Interfaces:
java.lang.Cloneable, MoebiusShape, java.io.Serializable

public class Arc
extends AbstractShape

See Also:
Serialized Form

Field Summary
protected  boolean drawPoints
           
 
Fields inherited from class moebiusViewer.shape.AbstractShape
EPS, EPSSQR, propertyChangeSupport, toolList
 
Constructor Summary
Arc()
           
 
Method Summary
 void draw(MoebiusGraphics context)
           
 ComplexProjective1 getZ1()
           
 ComplexProjective1 getZ2()
           
 boolean isDrawPoints()
           
 void setDrawPoints(boolean v)
           
 void setZ1(ComplexProjective1 aZ)
           
 void setZ2(ComplexProjective1 aZ)
           
 void setZ3(ComplexProjective1 aZ)
           
 
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
 

Field Detail

drawPoints

protected boolean drawPoints
Constructor Detail

Arc

public Arc()
Method Detail

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