Class RenderInformation.Size

    • Constructor Detail

      • Size

        public Size()
      • Size

        public Size​(int width,
                    int height)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getWidth

        public int getWidth()
      • setWidth

        public void setWidth​(int width)
      • getHeight

        public int getHeight()
      • setHeight

        public void setHeight​(int height)