|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.teamdev.jxbrowser.printing.PrintToFileSettings
public class PrintToFileSettings
Settings for printing to a file.
PrintSettings
Nested Class Summary | |
---|---|
static class |
PrintToFileSettings.Format
|
Constructor Summary | |
---|---|
PrintToFileSettings()
|
|
PrintToFileSettings(java.io.File file,
PrintToFileSettings.Format outputFormat)
|
Method Summary | |
---|---|
java.io.File |
getFile()
Returns printing result file |
PrintToFileSettings.Format |
getOutputFormat()
Returns format of output file |
void |
setFile(java.io.File file)
Set printing result file |
void |
setOutputFormat(PrintToFileSettings.Format outputFormat)
Set format of file |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrintToFileSettings()
public PrintToFileSettings(java.io.File file, PrintToFileSettings.Format outputFormat)
Method Detail |
---|
public java.io.File getFile()
public void setFile(java.io.File file)
file
- public PrintToFileSettings.Format getOutputFormat()
public void setOutputFormat(PrintToFileSettings.Format outputFormat)
outputFormat
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |