moebiusViewer.moebius
Class MoebiusPSWriter

java.lang.Object
  extended bymoebiusViewer.MoebiusGraphics
      extended bymoebiusViewer.MoebiusGraphicsWithPrimitives
          extended bymoebiusViewer.AbstractPSWriter
              extended bymoebiusViewer.moebius.MoebiusPSWriter
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class MoebiusPSWriter
extends AbstractPSWriter

See Also:
Serialized Form

Field Summary
 
Fields inherited from class moebiusViewer.AbstractPSWriter
bound, p, tp, writer
 
Fields inherited from class moebiusViewer.MoebiusGraphics
attributes, size, transform
 
Constructor Summary
MoebiusPSWriter(Attributes att)
           
 
Method Summary
 void arc(ComplexProjective1 z1, ComplexProjective1 z2, ComplexProjective1 z3)
           
 void circle(HermitianCircle aC)
           
 void lineSeg(ComplexProjective1 aZ, ComplexProjective1 aW)
           
 void point(ComplexProjective1 aZ)
           
 void text(ComplexProjective1 cp, java.lang.String s)
           
 
Methods inherited from class moebiusViewer.AbstractPSWriter
drawArc, drawCircle, drawColor, drawLine, drawString, fillCircle, fillColor, fillPolygon, getBound, getCreator, getFontIndex, getShape, getTitle, getWidthOfReference, setBound, setCreator, setFont, setShape, setTitle, write, writeFont, x, y
 
Methods inherited from class moebiusViewer.MoebiusGraphics
arc, circle, clear, clone, getAttributes, getColor, getFilled, getFont, getGraphics, getHorizontalTextLayout, getLineWidth, getPointColor, getPointOutline, getPointRadius, getShapeStack, getSize, getTransform, getTransformStack, getUsePointColor, getVerticalTextLayout, line, line, lineSeg, lineSeg, point, point, popShape, popTransform, push, push, setAttributes, setColor, setFilled, setGraphics, setHorizontalTextLayout, setLineWidth, setPointColor, setPointOutline, setPointRadius, setSize, setTransformStack, setUsePointColor, setVerticalTextLayout, text, text
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MoebiusPSWriter

public MoebiusPSWriter(Attributes att)
Method Detail

point

public void point(ComplexProjective1 aZ)
Specified by:
point in class MoebiusGraphics

circle

public void circle(HermitianCircle aC)
Specified by:
circle in class MoebiusGraphics

lineSeg

public void lineSeg(ComplexProjective1 aZ,
                    ComplexProjective1 aW)
Specified by:
lineSeg in class MoebiusGraphics

arc

public void arc(ComplexProjective1 z1,
                ComplexProjective1 z2,
                ComplexProjective1 z3)
Specified by:
arc in class MoebiusGraphics

text

public void text(ComplexProjective1 cp,
                 java.lang.String s)
Specified by:
text in class MoebiusGraphics