|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for raster images created for modification.
Method Summary | |
boolean |
mustWaitForOptions()
|
void |
setDecodingController(JimiDecodingController controller)
Set a decoding controller for JimiImages belonging to decoders. |
void |
setError()
Indicate that an error has prevented the image from being decoded. |
void |
setFinished()
Indicate that a set of image data setting has ended. |
void |
setImageConsumerHints(int hints)
Set the "hints" for image production to give the image an indication of how data will be set. |
void |
setOptions(FormatOptionSet options)
Set the format-specific options associated with this image. |
void |
setWaitForOptions(boolean wait)
|
Methods inherited from interface com.sun.jimi.core.JimiImage |
getFactory,
getImageProducer,
getOptions,
isError,
waitFinished |
Method Detail |
public void setImageConsumerHints(int hints)
hints
- the hints. use the same constants as java.awt.image.ImageConsumer
for specifying information.public void setFinished()
public void setError()
public void setDecodingController(JimiDecodingController controller)
public void setOptions(FormatOptionSet options)
public void setWaitForOptions(boolean wait)
public boolean mustWaitForOptions()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |