FreeHEP API
Version current

org.freehep.graphicsio.java
Class JAVAGeneralPath.PathElement

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

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)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.