|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.acm.seguin.print.PrintingSettings
public class PrintingSettings
Stores the pretty printer settings. Allows the user to reload or write them to a file.
Constructor Summary | |
---|---|
PrintingSettings()
Constructor for the PrintingSettings object |
Method Summary | |
---|---|
int |
getDateFontSize()
Gets the DateFontSize attribute of the PrintingSettings object |
int |
getFilenameFontSize()
Gets the FilenameFontSize attribute of the PrintingSettings object |
int |
getHeaderBlockHeight()
Gets the HeaderBlockHeight attribute of the PrintingSettings object |
int |
getLinesPerPage()
Gets the LinesPerPage attribute of the PrintingSettings object |
int |
getTextFontSize()
Gets the TextFontSize attribute of the PrintingSettings object |
int |
getTextSpace()
Gets the TextSpace attribute of the PrintingSettings object |
void |
save()
Description of the Method |
void |
setDateFontSize(int value)
Sets the DateFontSize attribute of the PrintingSettings object |
void |
setFilenameFontSize(int value)
Sets the FilenameFontSize attribute of the PrintingSettings object |
void |
setHeaderBlockHeight(int value)
Sets the HeaderBlockHeight attribute of the PrintingSettings object |
void |
setLinesPerPage(int value)
Sets the LinesPerPage attribute of the PrintingSettings object |
void |
setTextFontSize(int value)
Sets the TextFontSize attribute of the PrintingSettings object |
void |
setTextSpace(int value)
Sets the TextSpace attribute of the PrintingSettings object |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrintingSettings()
Method Detail |
---|
public void setTextFontSize(int value)
value
- The new TextFontSize valuepublic void setTextSpace(int value)
value
- The new TextSpace valuepublic void setHeaderBlockHeight(int value)
value
- The new HeaderBlockHeight valuepublic void setFilenameFontSize(int value)
value
- The new FilenameFontSize valuepublic void setDateFontSize(int value)
value
- The new DateFontSize valuepublic void setLinesPerPage(int value)
value
- The new LinesPerPage valuepublic int getTextFontSize()
public int getTextSpace()
public int getHeaderBlockHeight()
public int getFilenameFontSize()
public int getDateFontSize()
public int getLinesPerPage()
public void save()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |