Class SizedImage


  • public class SizedImage
    extends java.lang.Object
    This container class representing a key of a sized image.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private double height  
      private java.lang.String name  
      private double width  
    • Constructor Summary

      Constructors 
      Constructor Description
      SizedImage()  
    • Method Summary

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

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

      • name

        private final java.lang.String name
      • width

        private final double width
      • height

        private final double height
    • Constructor Detail

      • SizedImage

        public SizedImage()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object