Package com.inductiveautomation.snap.gfx
Class Rect
java.lang.Object
com.inductiveautomation.snap.gfx.Quad
com.inductiveautomation.snap.gfx.Rect
Represents a rectangle - a Quadrilateral with parallel sides.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Rectpublic Rect(double aX, double aY, double aW, double aH) Creates a new rect.
 
-