Class ImageType


  • public class ImageType
    extends java.lang.Object
    An image type
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageType​(java.lang.String type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      void setType​(java.lang.String type)  
      • Methods inherited from class java.lang.Object

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

      • ImageType

        public ImageType​(java.lang.String type)
    • Method Detail

      • setType

        public void setType​(java.lang.String type)
      • getType

        public java.lang.String getType()