Class DefaultMargins
java.lang.Object
org.gvsig.report.lib.impl.reportbuilder.DefaultMargins
- All Implemented Interfaces:
Cloneable,ReportBuilder.Margins,org.gvsig.tools.lang.Cloneable,org.gvsig.tools.persistence.Persistent
- Author:
- jjdelcerro
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbottom(int bottom) clone()voidcopyFrom(ReportBuilder.Margins other) intintgetLeft()intgetRight()intgetTop()left(int left) voidloadFromState(org.gvsig.tools.persistence.PersistentState ps) static voidright(int right) voidsaveToState(org.gvsig.tools.persistence.PersistentState ps) set(int top, int bottom, int left, int right) top(int top)
-
Constructor Details
-
DefaultMargins
public DefaultMargins()
-
-
Method Details
-
copyFrom
- Specified by:
copyFromin interfaceReportBuilder.Margins
-
getTop
public int getTop()- Specified by:
getTopin interfaceReportBuilder.Margins
-
getBottom
public int getBottom()- Specified by:
getBottomin interfaceReportBuilder.Margins
-
getLeft
public int getLeft()- Specified by:
getLeftin interfaceReportBuilder.Margins
-
getRight
public int getRight()- Specified by:
getRightin interfaceReportBuilder.Margins
-
set
- Specified by:
setin interfaceReportBuilder.Margins
-
top
- Specified by:
topin interfaceReportBuilder.Margins
-
bottom
- Specified by:
bottomin interfaceReportBuilder.Margins
-
left
- Specified by:
leftin interfaceReportBuilder.Margins
-
right
- Specified by:
rightin interfaceReportBuilder.Margins
-
clone
- Specified by:
clonein interfaceorg.gvsig.tools.lang.Cloneable- Specified by:
clonein interfaceReportBuilder.Margins- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
saveToState
public void saveToState(org.gvsig.tools.persistence.PersistentState ps) throws org.gvsig.tools.persistence.exception.PersistenceException - Specified by:
saveToStatein interfaceorg.gvsig.tools.persistence.Persistent- Throws:
org.gvsig.tools.persistence.exception.PersistenceException
-
loadFromState
public void loadFromState(org.gvsig.tools.persistence.PersistentState ps) throws org.gvsig.tools.persistence.exception.PersistenceException - Specified by:
loadFromStatein interfaceorg.gvsig.tools.persistence.Persistent- Throws:
org.gvsig.tools.persistence.exception.PersistenceException
-
registerPersistence
public static void registerPersistence()
-