org.freehep.graphicsio.java
Class JAVAGeneralPath.MoveTo

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

public static class JAVAGeneralPath.MoveTo
extends JAVAGeneralPath.Point


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

Constructor Detail

JAVAGeneralPath.MoveTo

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

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.