java.lang.Object
com.orchestranetworks.addon.dqid.chart.Size

public final class Size extends Object
Represents the size of a two dimensional rectangle.

This is used to determine chart or legend size.

See Also:
  • Field Details

    • SMALL_SIZE

      public static final Size SMALL_SIZE
    • BIG_SIZE

      public static final Size BIG_SIZE
  • Constructor Details

    • Size

      public Size(int width, int height)
      The constructor with a custom size.
  • Method Details

    • getWidth

      public int getWidth()
    • getHeight

      public int getHeight()