|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConverterPlugin
Describes an Image converter.
Nested Class Summary | |
---|---|
static class |
ConverterPlugin.DocumentWithDimension
Internal class describing an XML document and the dimensions of its default view. |
Method Summary | |
---|---|
ConverterPlugin.DocumentWithDimension |
convert(Node doc,
LayoutContext context)
Convert from the given Math Object to an XML DOM Document. |
Dimension |
convert(Node doc,
LayoutContext context,
OutputStream outStream)
Write the given MathBase object with its rendering parameters into the given output stream. |
Method Detail |
---|
Dimension convert(Node doc, LayoutContext context, OutputStream outStream) throws IOException
doc
- A JEuclid DocumentElementoutStream
- Target output stream.context
- LayoutContext to use.
IOException
- if an I/O error occurred during write.ConverterPlugin.DocumentWithDimension convert(Node doc, LayoutContext context)
doc
- A JEuclid DocumentElementcontext
- LayoutContext to use.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |