pivot.wtk.media.drawing
Class Path.LineTo
java.lang.Object
pivot.wtk.media.drawing.Path.Operation
pivot.wtk.media.drawing.Path.LineTo
- Enclosing class:
- Path
public static final class Path.LineTo
- extends Path.Operation
Adds a point to the path by drawing a straight line from the current
coordinates to the new specified coordinates.
- Author:
- tvolkert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Path.LineTo
public Path.LineTo()
Path.LineTo
public Path.LineTo(int x,
int y)
getX
public int getX()
setX
public void setX(int x)
getY
public int getY()
setY
public void setY(int y)