Uses of Class
org.sunflow.image.BitmapReader.BitmapFormatException
-
Packages that use BitmapReader.BitmapFormatException Package Description org.sunflow.image org.sunflow.image.readers -
-
Uses of BitmapReader.BitmapFormatException in org.sunflow.image
Methods in org.sunflow.image that throw BitmapReader.BitmapFormatException Modifier and Type Method Description BitmapBitmapReader. load(java.lang.String filename, boolean isLinear)Load the specified filename. -
Uses of BitmapReader.BitmapFormatException in org.sunflow.image.readers
Methods in org.sunflow.image.readers that throw BitmapReader.BitmapFormatException Modifier and Type Method Description BitmapBMPBitmapReader. load(java.lang.String filename, boolean isLinear)BitmapHDRBitmapReader. load(java.lang.String filename, boolean isLinear)BitmapIGIBitmapReader. load(java.lang.String filename, boolean isLinear)BitmapJPGBitmapReader. load(java.lang.String filename, boolean isLinear)BitmapPNGBitmapReader. load(java.lang.String filename, boolean isLinear)BitmapTGABitmapReader. load(java.lang.String filename, boolean isLinear)
-