Package org.gvsig.report.lib.api
Interface ReportBuilder.BorderBuilder
- All Superinterfaces:
Cloneable,org.gvsig.tools.lang.Cloneable,org.gvsig.tools.persistence.Persistent
- Enclosing interface:
ReportBuilder
public static interface ReportBuilder.BorderBuilder
extends org.gvsig.tools.persistence.Persistent, org.gvsig.tools.lang.Cloneable
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Methods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToState
-
Field Details
-
STYLE_SOLID
static final int STYLE_SOLID- See Also:
-
STYLE_DASHED
static final int STYLE_DASHED- See Also:
-
STYLE_DOTTED
static final int STYLE_DOTTED- See Also:
-
STYLE_DOUBLE
static final int STYLE_DOUBLE- See Also:
-
WIDTH_NONE
static final int WIDTH_NONE- See Also:
-
WIDTH_1POINT
static final int WIDTH_1POINT- See Also:
-
WIDTH_2POINT
static final int WIDTH_2POINT- See Also:
-
WIDTH_4POINT
static final int WIDTH_4POINT- See Also:
-
WIDTH_THIN
static final int WIDTH_THIN- See Also:
-
-
Method Details
-
getColor
Color getColor() -
color
-
getWidth
int getWidth() -
width
-
getLineStyle
int getLineStyle() -
lineStyle
-
clone
- Specified by:
clonein interfaceorg.gvsig.tools.lang.Cloneable- Throws:
CloneNotSupportedException
-
copyFrom
-