Class RMPaintbot.QuadTo
- 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
 - 
- com.inductiveautomation.rm.graphics.RMPaintbot.QuadTo
 
 
 
 
 
 
- 
- Direct Known Subclasses:
 RMPaintbot.CurveTo
- Enclosing class:
 - RMPaintbot
 
public static class RMPaintbot.QuadTo extends RMPaintbot.LineTo
A path construction operation for painting a quadratic curve. 
- 
- 
Field Summary
Fields Modifier and Type Field Description doublecp1xdoublecp1y- 
Fields inherited from class com.inductiveautomation.rm.graphics.RMPaintbot.MoveTo
x, y 
 - 
 
- 
Constructor Summary
Constructors Constructor Description QuadTo(double anX1, double aY1, double anX2, double aY2)Creates a new QuadTo operation. 
 -