|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface representing a set of options for a format, and methods to dynamically discover them. All JimiImages have FormatOptionSets associated with them which detail any properties associated with them, and FormatOptionSets can be used with JimiWriters to specify special properties for image encoding.
FormatOptionSet has subclasses for certain formats, which provide a Java-class interface to options manipulation.
GIFOptions
,
PNGOptions
,
SunRasterOptions
Method Summary | |
void |
copyOptionsFrom(FormatOptionSet source)
Copy all relevant values from another FormatOptionSet. |
FormatOption |
getOption(java.lang.String name)
Get an option from the set by name. |
FormatOption[] |
getOptions()
Get the options in the set. |
Method Detail |
public FormatOption[] getOptions()
public FormatOption getOption(java.lang.String name) throws OptionException
public void copyOptionsFrom(FormatOptionSet source)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |