Class RMPaintbot.MoveTo
java.lang.Object
com.inductiveautomation.rm.graphics.RMPaintbot.Op
com.inductiveautomation.rm.graphics.RMPaintbot.PathOperation
com.inductiveautomation.rm.graphics.RMPaintbot.MoveTo
- Direct Known Subclasses:
 RMPaintbot.LineTo
- Enclosing class:
 - RMPaintbot
 
An inner class for path move to.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
x
public double x - 
y
public double y 
 - 
 - 
Constructor Details
- 
MoveTo
public MoveTo(double anX, double aY) Create new MoveTo operation. 
 -