Class RMPaintbot.LineTo
java.lang.Object
com.inductiveautomation.rm.graphics.RMPaintbot.Op
com.inductiveautomation.rm.graphics.RMPaintbot.PathOperation
com.inductiveautomation.rm.graphics.RMPaintbot.MoveTo
com.inductiveautomation.rm.graphics.RMPaintbot.LineTo
- Direct Known Subclasses:
RMPaintbot.QuadTo
- Enclosing class:
- RMPaintbot
A path construction operation for painting a line.
-
Field Summary
Fields inherited from class com.inductiveautomation.rm.graphics.RMPaintbot.MoveTo
x, y
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LineTo
public LineTo(double anX, double aY) Creates a new LineTo operation.
-