Class DisplayIndependentRectangle
java.lang.Object
org.eclipse.zest.layouts.dataStructures.DisplayIndependentRectangle
This is a rectangle that isn't dependent on awt, swt, or any other library,
 except layout.
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionDisplayIndependentRectangle(double x, double y, double width, double height) 
- 
Method Summary
- 
Field Details- 
xpublic double x
- 
ypublic double y
- 
widthpublic double width
- 
heightpublic double height
 
- 
- 
Constructor Details- 
DisplayIndependentRectanglepublic DisplayIndependentRectangle()
- 
DisplayIndependentRectanglepublic DisplayIndependentRectangle(double x, double y, double width, double height) 
- 
DisplayIndependentRectangle
 
- 
- 
Method Details