Class Size


  • public class Size
    extends java.lang.Object
    Describes the width and height dimensions of an entity.
    • Constructor Summary

      Constructors 
      Constructor Description
      Size​(java.lang.Integer width, java.lang.Integer height)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getHeight()
      Height in pixels.
      java.lang.Integer getWidth()
      Width in pixels.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Size

        public Size​(java.lang.Integer width,
                    java.lang.Integer height)
    • Method Detail

      • getWidth

        public java.lang.Integer getWidth()
        Width in pixels.
      • getHeight

        public java.lang.Integer getHeight()
        Height in pixels.