net.sf.dynamicreports.design.base.style
Class DRDesignPadding
java.lang.Object
net.sf.dynamicreports.design.base.style.DRDesignPadding
- All Implemented Interfaces:
- DRIDesignPadding
public class DRDesignPadding
- extends Object
- implements DRIDesignPadding
- Author:
- Ricardo Mariaca (dynamicreports@gmail.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRDesignPadding
public DRDesignPadding()
getTop
public Integer getTop()
- Specified by:
getTop
in interface DRIDesignPadding
setTop
public void setTop(Integer top)
getLeft
public Integer getLeft()
- Specified by:
getLeft
in interface DRIDesignPadding
setLeft
public void setLeft(Integer left)
getBottom
public Integer getBottom()
- Specified by:
getBottom
in interface DRIDesignPadding
setBottom
public void setBottom(Integer bottom)
getRight
public Integer getRight()
- Specified by:
getRight
in interface DRIDesignPadding
setRight
public void setRight(Integer right)
Copyright © 2010-2012. All Rights Reserved.