pivot.wtk.media.drawing
Class Path.LineTo

java.lang.Object
  extended by pivot.wtk.media.drawing.Path.Operation
      extended by 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

Constructor Summary
Path.LineTo()
           
Path.LineTo(int x, int y)
           
 
Method Summary
 int getX()
           
 int getY()
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class pivot.wtk.media.drawing.Path.Operation
getPath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Path.LineTo

public Path.LineTo()

Path.LineTo

public Path.LineTo(int x,
                   int y)
Method Detail

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)