org.freehep.graphicsio.java
Class JAVAGeneralPath.CurveTo

java.lang.Object
  extended by org.freehep.graphicsio.java.JAVAGeneralPath.PathElement
      extended by org.freehep.graphicsio.java.JAVAGeneralPath.CurveTo
Enclosing class:
JAVAGeneralPath

public static class JAVAGeneralPath.CurveTo
extends JAVAGeneralPath.PathElement


Constructor Summary
JAVAGeneralPath.CurveTo(float x1, float y1, float x2, float y2, float x3, float y3)
           
 
Method Summary
 int currentSegment(double[] coords)
           
 int currentSegment(float[] coords)
           
 float getMaxX()
           
 float getMaxY()
           
 float getMinX()
           
 float getMinY()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAVAGeneralPath.CurveTo

public JAVAGeneralPath.CurveTo(float x1,
                               float y1,
                               float x2,
                               float y2,
                               float x3,
                               float y3)
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

currentSegment

public int currentSegment(float[] coords)
Specified by:
currentSegment in class JAVAGeneralPath.PathElement

currentSegment

public int currentSegment(double[] coords)
Specified by:
currentSegment in class JAVAGeneralPath.PathElement


Copyright © 2000-2007 FreeHEP. All Rights Reserved.