org.freehep.graphicsio.java
Class JAVAGeneralPath.PathElement

java.lang.Object
  extended by 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 java.lang.Object


Constructor Summary
JAVAGeneralPath.PathElement()
           
 
Method Summary
abstract  int currentSegment(double[] coords)
           
abstract  int currentSegment(float[] coords)
           
abstract  float getMaxX()
           
abstract  float getMaxY()
           
abstract  float getMinX()
           
abstract  float getMinY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAVAGeneralPath.PathElement

public JAVAGeneralPath.PathElement()
Method Detail

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-2007 FreeHEP. All Rights Reserved.