|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwriter2latex.api.ConverterFactory
public class ConverterFactory
This is a factory class to create converters for documents in OpenDocument/OOo 1.x format into a specific MIME type.
Constructor Summary | |
---|---|
ConverterFactory()
|
Method Summary | |
---|---|
Converter |
createConverter(java.lang.String sMIME)
Create a Converter implementation which supports
conversion into the specified MIME type |
static java.lang.String |
getDate()
Return date information |
static java.lang.String |
getVersion()
Return version information |
void |
setConfig(Config config)
Define the configuration to use when converting. |
void |
setGraphicConverter(GraphicConverter gc)
Define a GraphicConverter implementation to use for
conversion of graphic files. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConverterFactory()
Method Detail |
---|
public static java.lang.String getVersion()
Return version information
public static java.lang.String getDate()
Return date information
public void setConfig(Config config)
Define the configuration to use when converting. If a configuration
is specified, it will be used by converters which are later created using
the createConverter
method
Note: This method will change in version 0.6
config
- the configuration to usepublic void setGraphicConverter(GraphicConverter gc)
Define a GraphicConverter
implementation to use for
conversion of graphic files. If a converter
is specified, it will be used by converters which are later created using
the createConverter
method
gc
- the GraphicConverter
to usepublic Converter createConverter(java.lang.String sMIME)
Create a Converter
implementation which supports
conversion into the specified MIME type
Currently supported MIME types are:
application/x-latex
for LaTeX formatapplication/x-bibtex
for BibTeX formattext/html
for XHTML 1.0 strict formatapplication/xhtml+xml
for XHTML+MathMLapplication/xml
for XHTML+MathML using stylesheets from w3c's
math working group
sMIME
- the MIME type of the target format
Converter
or null if a converter for
the requested MIME type could not be created
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |