net.sf.jcgm.core
Class CircularArcCentre
java.lang.Object
net.sf.jcgm.core.Command
net.sf.jcgm.core.CircularArcCentre
- All Implemented Interfaces:
- java.lang.Cloneable
- Direct Known Subclasses:
- CircularArcCentreClose
public class CircularArcCentre
- extends Command
Class=4, Element=15
- Version:
- $Id: CircularArcCentre.java 46 2011-12-14 08:26:44Z phica $
- Author:
- xphc (Philippe Cadé), BBNT Solutions
Methods inherited from class net.sf.jcgm.core.Command |
alignOnWord, clone, getElementClass, getElementCode, info, makeByte, makeChar, makeColorIndex, makeColorIndex, makeDirectColor, makeEnum, makeFixedPoint, makeFixedString, makeFloat32, makeFloatingPoint, makeFloatingPoint32, makeIndex, makeInt, makeName, makePoint, makeReal, makeSDR, makeSignedInt16, makeSignedInt24, makeSignedInt32, makeSignedInt8, makeSizeSpecification, makeString, makeUInt, makeVc, makeVdc, printShape, read, readCommand, sizeOfDirectColor, sizeOfEnum, sizeOfInt, sizeOfPoint, sizeOfVdc, unimplemented, unsupported |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
center
protected java.awt.geom.Point2D.Double center
startDeltaX
protected double startDeltaX
startDeltaY
protected double startDeltaY
endDeltaX
protected double endDeltaX
endDeltaY
protected double endDeltaY
radius
protected double radius
shape
protected java.awt.geom.Arc2D.Double shape
CircularArcCentre
public CircularArcCentre(int ec,
int eid,
int l,
java.io.DataInput in)
throws java.io.IOException
- Throws:
java.io.IOException
paint
public void paint(CGMDisplay d)
- Overrides:
paint
in class Command
toString
public java.lang.String toString()
- Overrides:
toString
in class Command
Part of the jcgm library http://jcgm.sourceforge.net/