FreeHEP API
Version current

org.freehep.graphicsio.java
Class JAVAGeneralPath.QuadTo

java.lang.Object
  extended byorg.freehep.graphicsio.java.JAVAGeneralPath.PathElement
      extended byorg.freehep.graphicsio.java.JAVAGeneralPath.QuadTo
Enclosing class:
JAVAGeneralPath

public static class JAVAGeneralPath.QuadTo
extends JAVAGeneralPath.PathElement

Source Code:
JAVAGeneralPath.QuadTo.java

Constructor Summary
JAVAGeneralPath.QuadTo(float x1, float y1, float x2, float y2)
           
 
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.QuadTo

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

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.