|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teamdev.jxbrowser.print.PageMargins
public class PageMargins
Represents the page margins in millimeters.
| Constructor Summary | |
|---|---|
PageMargins(double top,
double left,
double right,
double bottom)
Construct a new PageMargins instance with initial values. |
|
| Method Summary | |
|---|---|
double |
getBottom()
Returns the page bottom margin in millimeters. |
double |
getLeft()
Returns the page left margin in millimeters. |
double |
getRight()
Returns the page right margin in millimeters. |
double |
getTop()
Returns the page top margin in millimeters. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageMargins(double top,
double left,
double right,
double bottom)
PageMargins instance with initial values.
top - the page top margin in millimeters.left - the page left margin in millimeters.right - the page right margin in millimeters.bottom - the page bottom margin in millimeters.| Method Detail |
|---|
public double getTop()
public double getLeft()
public double getRight()
public double getBottom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||