net.sf.dynamicreports.report.base.style
Class DRPadding

java.lang.Object
  extended by net.sf.dynamicreports.report.base.style.DRPadding
All Implemented Interfaces:
Serializable, DRIPadding

public class DRPadding
extends Object
implements DRIPadding

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

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

Constructor Detail

DRPadding

public DRPadding()

DRPadding

public DRPadding(Integer padding)
Method Detail

getTop

public Integer getTop()
Specified by:
getTop in interface DRIPadding

setTop

public void setTop(Integer top)

getLeft

public Integer getLeft()
Specified by:
getLeft in interface DRIPadding

setLeft

public void setLeft(Integer left)

getBottom

public Integer getBottom()
Specified by:
getBottom in interface DRIPadding

setBottom

public void setBottom(Integer bottom)

getRight

public Integer getRight()
Specified by:
getRight in interface DRIPadding

setRight

public void setRight(Integer right)


Copyright © 2010-2014. All Rights Reserved.