com.crystaldecisions.sdk.occa.report.definition
Class BorderMargins

java.lang.Object
  extended by com.crystaldecisions.sdk.occa.report.definition.BorderMargins

public class BorderMargins
extends java.lang.Object

Represents the size of the border around a ReportObject. Instances of this class are immutable.

See Also:
ReportObject.getBorderMargins()

Method Summary
 int getBottom()
          Gets the bottom margin.
 int getLeft()
          Gets the left margin.
 int getRight()
          Gets the right margin.
 int getTop()
          Gets the top margin.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTop

public int getTop()
Gets the top margin.

Returns:
the top margin value

getLeft

public int getLeft()
Gets the left margin.

Returns:
the left margin value

getBottom

public int getBottom()
Gets the bottom margin.

Returns:
the bottom margin value

getRight

public int getRight()
Gets the right margin.

Returns:
the right margin value