Package arez.dom

Class Dimension

java.lang.Object
arez.dom.Dimension

public final class Dimension extends Object
A class containing width and height dimensions.
  • Constructor Details

    • Dimension

      public Dimension(int width, int height)
      Create the dimension object.
      Parameters:
      width - the width.
      height - the height.
  • Method Details