|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfor.jfor.converter.ConverterOption
class ConverterOption
Options for Converter
Constructor Summary | |
---|---|
ConverterOption()
Constructor. |
|
ConverterOption(java.io.OutputStream out)
Constructor. |
|
ConverterOption(java.io.OutputStream debug,
java.io.OutputStream info,
java.io.OutputStream warning,
java.io.OutputStream error)
Constructor. |
|
ConverterOption(java.io.Writer debugW,
java.io.Writer infoW,
java.io.Writer warningW,
java.io.Writer errorW)
Constructor. |
Method Summary | |
---|---|
ConverterLogChannel |
getLog()
Gets the log channel. |
int |
getRtfExternalGraphicCompressionRate()
Gets the compression rate for the image in percent. |
org.xml.sax.XMLReader |
getXmlReader()
Gets the standard XML reader. |
void |
setRtfExternalGraphicCompressionRate(int percent)
Sets the compression rate for the image in percent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConverterOption()
public ConverterOption(java.io.OutputStream debug, java.io.OutputStream info, java.io.OutputStream warning, java.io.OutputStream error)
debug
- Stream for debug outputinfo
- Stream for info outputwarning
- Stream for warning outputerror
- Stream for error outputpublic ConverterOption(java.io.Writer debugW, java.io.Writer infoW, java.io.Writer warningW, java.io.Writer errorW)
debugW
- Writer for debug outputinfoW
- Writer for info outputwarningW
- Writer for warning outputerrorW
- Writer for error outputpublic ConverterOption(java.io.OutputStream out)
out
- Stream for all outputMethod Detail |
---|
public void setRtfExternalGraphicCompressionRate(int percent)
setRtfExternalGraphicCompressionRate
in interface IRtfOptions
percent
- Compression ratepublic int getRtfExternalGraphicCompressionRate()
getRtfExternalGraphicCompressionRate
in interface IRtfOptions
public ConverterLogChannel getLog()
getLog
in interface IConverterOption
public org.xml.sax.XMLReader getXmlReader() throws java.lang.Exception
getXmlReader
in interface IConverterOption
java.lang.Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |