Class Size


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

    This is used to determine chart or legend size.

    See Also:
    DisplayOptions
    • Constructor Summary

      Constructors 
      Constructor Description
      Size​(int width, int height)
      The constructor with a custom size.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHeight()  
      int getWidth()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • SMALL_SIZE

        public static final Size SMALL_SIZE
      • BIG_SIZE

        public static final Size BIG_SIZE
    • Constructor Detail

      • Size

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

      • getWidth

        public int getWidth()
      • getHeight

        public int getHeight()