FreeHEP API
Version current

org.freehep.graphicsio.java
Class JAVAGeneralPath.Point

java.lang.Object
  extended byorg.freehep.graphicsio.java.JAVAGeneralPath.PathElement
      extended byorg.freehep.graphicsio.java.JAVAGeneralPath.Point
Direct Known Subclasses:
JAVAGeneralPath.LineTo, JAVAGeneralPath.MoveTo
Enclosing class:
JAVAGeneralPath

public abstract static class JAVAGeneralPath.Point
extends JAVAGeneralPath.PathElement

Source Code:
JAVAGeneralPath.Point.java

Constructor Summary
JAVAGeneralPath.Point(float x, float y)
           
 
Method Summary
protected  void fill(double[] coords)
           
protected  void fill(float[] coords)
           
 float getMaxX()
           
 float getMaxY()
           
 float getMinX()
           
 float getMinY()
           
 
Methods inherited from class org.freehep.graphicsio.java.JAVAGeneralPath.PathElement
currentSegment, currentSegment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAVAGeneralPath.Point

public JAVAGeneralPath.Point(float x,
                             float y)
Method Detail

getMinX

public float getMinX()
Specified by:
getMinX in class JAVAGeneralPath.PathElement

getMaxX

public float getMaxX()
Specified by:
getMaxX in class JAVAGeneralPath.PathElement

getMinY

public float getMinY()
Specified by:
getMinY in class JAVAGeneralPath.PathElement

getMaxY

public float getMaxY()
Specified by:
getMaxY in class JAVAGeneralPath.PathElement

fill

protected void fill(float[] coords)

fill

protected void fill(double[] coords)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.