Package mgui.io.standard.imaging
Class RGBFileLoader
java.lang.Object
mgui.io.FileLoader
mgui.io.standard.imaging.ImageFileLoader
mgui.io.standard.imaging.RGBFileLoader
- All Implemented Interfaces:
InterfaceIO
,IconObject
public class RGBFileLoader extends ImageFileLoader
-
Field Summary
Fields inherited from class mgui.io.FileLoader
dataFile, dataURL, options
-
Constructor Summary
Constructors Constructor Description RGBFileLoader(java.io.File file)
-
Method Summary
Modifier and Type Method Description java.awt.image.BufferedImage
loadImage(int width, int height, int data_type)
Methods inherited from class mgui.io.standard.imaging.ImageFileLoader
getImageDataType, getImageHeight, getImageWidth, load, loadObject
Methods inherited from class mgui.io.FileLoader
getComplementIOType, getFailureMessage, getFile, getIOType, getObjectIcon, getOptions, getProgressMessage, getSuccessMessage, getSupportedObjects, getTitle, getWriterComplement, load, load, loadObject, loadObject, loadObject, setFile, setOptions, setURL, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
RGBFileLoader
public RGBFileLoader(java.io.File file)
-
-
Method Details
-
loadImage
public java.awt.image.BufferedImage loadImage(int width, int height, int data_type) throws java.io.IOException- Specified by:
loadImage
in classImageFileLoader
- Throws:
java.io.IOException
-