|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
JimiImage is the top-level abstraction for all images created with Jimi. It is intended to provide the standard operations common to all types of image, and then be specialized with JimiRasterImage for pixel-level image data access.
JimiRasterImage
Method Summary | |
JimiImageFactory |
getFactory()
Get the factory used to create this JimiImage. |
java.awt.image.ImageProducer |
getImageProducer()
Get an ImageProducer for the image. |
FormatOptionSet |
getOptions()
Get a FormatOptionSet containing the format-specific options which were used in the file this image was loaded from. |
boolean |
isError()
Check if the image has been set as errored. |
void |
setOptions(FormatOptionSet options)
Associate a set of options with this image. |
void |
waitFinished()
Wait until the image is fully loaded. |
Method Detail |
public java.awt.image.ImageProducer getImageProducer()
public void waitFinished()
public JimiImageFactory getFactory()
public boolean isError()
public FormatOptionSet getOptions()
public void setOptions(FormatOptionSet options)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |