|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.Margin
public class Margin
This class defines the page margin parameters. The values are specified in inches.
| Field Summary | |
|---|---|
double |
bottom
Bottom margin in inches. |
double |
left
Left margin in inches. |
double |
right
Right margin in inches. |
double |
top
Top margin in inches. |
| Constructor Summary | |
|---|---|
Margin()
Create an empty margin. |
|
Margin(double t,
double l,
double b,
double r)
Create a margin of specified dimension. |
|
Margin(Margin margin)
Make a copy of the margin object. |
|
| Method Summary | |
|---|---|
Object |
clone()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public double top
public double left
public double bottom
public double right
| Constructor Detail |
|---|
public Margin()
public Margin(double t,
double l,
double b,
double r)
t - top margin.l - left margin.b - bottom margin.r - right margin.public Margin(Margin margin)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic Object clone()
clone in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||