|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jfree.workbook.Margins
Printing margins for a worksheet.
Field Summary | |
protected double |
bottomPts
Bottom margin. |
protected int |
bottomUnits
The bottom units. |
protected double |
footerPts
Footer margin. |
protected int |
footerUnits
The footer units. |
protected double |
headerPts
Header margin. |
protected int |
headerUnits
The header units. |
protected double |
leftPts
Left margin. |
protected int |
leftUnits
The left units. |
protected double |
rightPts
Right margin. |
protected int |
rightUnits
The right units. |
protected double |
topPts
Top margin. |
protected int |
topUnits
The top units. |
Constructor Summary | |
Margins()
Default constructor. |
Method Summary | |
double |
getBottomPts()
Returns the bottom margin. |
double |
getFooterPts()
Returns the footer margin. |
double |
getHeaderPts()
Returns the header margin. |
double |
getLeftPts()
Returns the left margin. |
double |
getRightPts()
Returns the right margin. |
double |
getTopPts()
Returns the top margin. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected double topPts
protected int topUnits
protected double bottomPts
protected int bottomUnits
protected double leftPts
protected int leftUnits
protected double rightPts
protected int rightUnits
protected double headerPts
protected int headerUnits
protected double footerPts
protected int footerUnits
Constructor Detail |
public Margins()
Method Detail |
public double getTopPts()
public double getBottomPts()
public double getLeftPts()
public double getRightPts()
public double getHeaderPts()
public double getFooterPts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |