Class PictureHelper


  • public class PictureHelper
    extends java.lang.Object
    Author:
    henri
    • Constructor Summary

      Constructors 
      Constructor Description
      PictureHelper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int getPictureFormat​(java.lang.String ext)
      Returns the picture format type of the specified file extension.
      • Methods inherited from class java.lang.Object

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

      • PictureHelper

        public PictureHelper()
    • Method Detail

      • getPictureFormat

        public static int getPictureFormat​(java.lang.String ext)
        Returns the picture format type of the specified file extension.
        Parameters:
        ext - file extension
        Returns:
        the picture format type of the specified file extension.