net.sf.dynamicreports.design.base
Class DRDesignMargin

java.lang.Object
  extended by net.sf.dynamicreports.design.base.DRDesignMargin
All Implemented Interfaces:
DRIDesignMargin

public class DRDesignMargin
extends Object
implements DRIDesignMargin

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

Constructor Summary
DRDesignMargin()
           
 
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

DRDesignMargin

public DRDesignMargin()
Method Detail

getTop

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

setTop

public void setTop(int top)

getLeft

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

setLeft

public void setLeft(int left)

getBottom

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

setBottom

public void setBottom(int bottom)

getRight

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

setRight

public void setRight(int right)


Copyright © 2010-2014. All Rights Reserved.