org.freehep.graphicsio.java
Class JAVAGeneralPath.Point
java.lang.Object
org.freehep.graphicsio.java.JAVAGeneralPath.PathElement
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JAVAGeneralPath.Point
public JAVAGeneralPath.Point(float x,
float y)
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)
Copyright © 2000-2004 FreeHEP, All Rights Reserved.