org.freehep.graphicsio.java
Class JAVAGeneralPath.PathElement
java.lang.Object
org.freehep.graphicsio.java.JAVAGeneralPath.PathElement
- Direct Known Subclasses:
- JAVAGeneralPath.ClosePath, JAVAGeneralPath.CurveTo, JAVAGeneralPath.Point, JAVAGeneralPath.QuadTo
- Enclosing class:
- JAVAGeneralPath
- public abstract static class JAVAGeneralPath.PathElement
- extends Object
- Source Code:
- JAVAGeneralPath.PathElement.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAVAGeneralPath.PathElement
public JAVAGeneralPath.PathElement()
getMinX
public abstract float getMinX()
getMaxX
public abstract float getMaxX()
getMinY
public abstract float getMinY()
getMaxY
public abstract float getMaxY()
currentSegment
public abstract int currentSegment(float[] coords)
currentSegment
public abstract int currentSegment(double[] coords)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.