Class ImageFormat

    • 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
    • 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.