|
xmlgraphics-commons 1.4 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface is implemented by classes that can generate the raw bitmap field for an image that might be further encoded/compressed by the image handler class.
Method Summary | |
java.lang.String |
getImplicitFilter()
|
void |
writeTo(java.io.OutputStream out)
Writes the whole raw bitmap field to the given OutputStream. |
Method Detail |
public void writeTo(java.io.OutputStream out) throws java.io.IOException
out
- the OutputStream to write to
java.io.IOException
- if an I/O error occurspublic java.lang.String getImplicitFilter()
|
xmlgraphics-commons 1.4 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |