Class ImageFormat

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String mFormat
      Deprecated.
       
      private boolean mVector
      Deprecated.
      Is image vactor graphics image
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected ImageFormat​(boolean vector, java.lang.String format)
      Deprecated.
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getFormat()
      Deprecated.
      Image format.
      boolean isVector()
      Deprecated.
      Checks if the current image format is vector graphics
      • Methods inherited from class java.lang.Object

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

      • mVector

        private final boolean mVector
        Deprecated.
        Is image vactor graphics image
      • mFormat

        private final java.lang.String mFormat
        Deprecated.
    • Constructor Detail

      • ImageFormat

        protected ImageFormat​(boolean vector,
                              java.lang.String format)
        Deprecated.
        Constructor
        Parameters:
        vector - true if image format is vector graphics format.
    • Method Detail

      • isVector

        public final boolean isVector()
        Deprecated.
        Checks if the current image format is vector graphics
        Returns:
        true - vector graphics image format, otherwise (pixel or bitmap image format) - false;
      • getFormat

        public java.lang.String getFormat()
        Deprecated.
        Image format.
        Returns:
        image format.