net.sf.dynamicreports.report.base
Class DRMargin

java.lang.Object
  extended by net.sf.dynamicreports.report.base.DRMargin
All Implemented Interfaces:
Serializable, DRIMargin

public class DRMargin
extends Object
implements DRIMargin

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)
See Also:
Serialized Form

Constructor Summary
DRMargin()
           
DRMargin(int margin)
           
 
Method Summary
 int getBottom()
           
 int getLeft()
           
 int getRight()
           
 int getTop()
           
 void setBottom(int bottom)
           
 void setLeft(int left)
           
 void setRight(int right)
           
 void setTop(int top)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRMargin

public DRMargin()

DRMargin

public DRMargin(int margin)
Method Detail

getTop

public int getTop()
Specified by:
getTop in interface DRIMargin

setTop

public void setTop(int top)

getLeft

public int getLeft()
Specified by:
getLeft in interface DRIMargin

setLeft

public void setLeft(int left)

getBottom

public int getBottom()
Specified by:
getBottom in interface DRIMargin

setBottom

public void setBottom(int bottom)

getRight

public int getRight()
Specified by:
getRight in interface DRIMargin

setRight

public void setRight(int right)


Copyright © 2010-2014. All Rights Reserved.