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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDisplayIndependentRectangle
(double x, double y, double width, double height) -
Method Summary
-
Field Details
-
x
public double x -
y
public double y -
width
public double width -
height
public double height
-
-
Constructor Details
-
DisplayIndependentRectangle
public DisplayIndependentRectangle() -
DisplayIndependentRectangle
public DisplayIndependentRectangle(double x, double y, double width, double height) -
DisplayIndependentRectangle
-
-
Method Details