Class DisplayIndependentDimension

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

public class DisplayIndependentDimension extends Object
This is a dimension that isn't dependent on awt, swt, or any other library, except layout.
  • Field Details

    • width

      public double width
    • height

      public double height
  • Constructor Details

    • DisplayIndependentDimension

      public DisplayIndependentDimension(double width, double height)
    • DisplayIndependentDimension

      public DisplayIndependentDimension(DisplayIndependentDimension dimension)
  • Method Details