Class DisplayIndependentRectangle

java.lang.Object
org.eclipse.zest.layouts.dataStructures.DisplayIndependentRectangle

public class DisplayIndependentRectangle extends Object
This is a rectangle that isn't dependent on awt, swt, or any other library, except layout.
  • 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

      public DisplayIndependentRectangle(DisplayIndependentRectangle rect)
  • Method Details