net.sf.dynamicreports.design.base.style
Class DRDesignPadding

java.lang.Object
  extended by net.sf.dynamicreports.design.base.style.DRDesignPadding
All Implemented Interfaces:
DRIDesignPadding

public class DRDesignPadding
extends Object
implements DRIDesignPadding

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Constructor Summary
DRDesignPadding()
           
 
Method Summary
 boolean equals(Object obj)
           
 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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRDesignPadding

public DRDesignPadding()
Method Detail

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)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010-2014. All Rights Reserved.