Class ImageSize


  • public class ImageSize
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected float height  
      protected java.lang.String unit  
      protected float width  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageSize​(java.lang.String u, float w, float h)  
    • Method Summary

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

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

      • unit

        protected java.lang.String unit
      • width

        protected float width
      • height

        protected float height
    • Constructor Detail

      • ImageSize

        public ImageSize​(java.lang.String u,
                         float w,
                         float h)
    • Method Detail

      • getUnit

        public java.lang.String getUnit()
      • getWidth

        public float getWidth()
      • getHeight

        public float getHeight()