|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.dynalivery.pcre.PCREMargins
| Field Summary | |
int |
bottom
Bottom margin value |
int |
left
Left hand side margin value |
int |
right
Right hand side margin value |
int |
top
Top margin value |
| Constructor Summary | |
PCREMargins(int left,
int right,
int top,
int bottom)
Create a new PCREMargins object with the values given. |
|
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Field Detail |
public int left
public int right
public int top
public int bottom
| Constructor Detail |
public PCREMargins(int left,
int right,
int top,
int bottom)
l - The left margin valuer - The right margin valuet - The top margin valueb - The bottom margin value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||