Package adalid.jee2

Class ImageFile


  • public class ImageFile
    extends java.lang.Object
    Author:
    Jorge Campins
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int height  
      java.lang.String path  
      int width  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageFile​(java.lang.String name)  
    • Field Detail

      • path

        public java.lang.String path
      • height

        public int height
      • width

        public int width
    • Constructor Detail

      • ImageFile

        public ImageFile​(java.lang.String name)
    • Method Detail

      • getImageFileName

        public java.lang.String getImageFileName()
        Returns:
        the image file name
      • getPath

        public java.lang.String getPath()
      • getHeight

        public int getHeight()
      • getWidth

        public int getWidth()