com.dynalivery.pcre
Class PCREMargins

java.lang.Object
  |
  +--com.dynalivery.pcre.PCREMargins

public class PCREMargins
extends java.lang.Object


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

left

public int left
Left hand side margin value

right

public int right
Right hand side margin value

top

public int top
Top margin value

bottom

public int bottom
Bottom margin value
Constructor Detail

PCREMargins

public PCREMargins(int left,
                   int right,
                   int top,
                   int bottom)
Create a new PCREMargins object with the values given. Units are twips.
Parameters:
l - The left margin value
r - The right margin value
t - The top margin value
b - The bottom margin value