Package org.gvsig.report.lib.api
Interface ReportBuilder.StyleBuilder
- All Superinterfaces:
Cloneable,org.gvsig.tools.lang.Cloneable,org.gvsig.tools.persistence.Persistent
- Enclosing interface:
ReportBuilder
public static interface ReportBuilder.StyleBuilder
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 intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final int -
Method Summary
Modifier and TypeMethodDescriptionbackgroundColor(Color backgroundColor) borderTop(ReportBuilder.BorderBuilder border) clone()voidfont(int font) fontSize(int fontSize) intgetFont()intintintintintintintintbooleanintbooleaninthorizontalAlign(int horizontalAlign) paddingBottom(int padding) paddingLeft(int padding) paddingRight(int padding) paddingTop(int padding) rotation(int rotation) stretching(int stretching) stretchingWithOverflow(boolean stretchingWithOverflow) transparency(int transparency) transparent(boolean transparent) verticalAlign(int verticalAlign) Methods inherited from interface org.gvsig.tools.persistence.Persistent
loadFromState, saveToState
-
Field Details
-
ROTATION_NONE
static final int ROTATION_NONE- See Also:
-
ROTATION_LEFT
static final int ROTATION_LEFT- See Also:
-
ROTATION_RIGHT
static final int ROTATION_RIGHT- See Also:
-
STRETCHING_NO_STRETCH
static final int STRETCHING_NO_STRETCH- See Also:
-
STRETCHING_RELATIVE_TO_BAND_HEIGHT
static final int STRETCHING_RELATIVE_TO_BAND_HEIGHT- See Also:
-
STRETCHING_RELATIVE_TO_TALLEST_OBJECT
static final int STRETCHING_RELATIVE_TO_TALLEST_OBJECT- See Also:
-
HORIZONTALALIGN_LEFT
static final int HORIZONTALALIGN_LEFT- See Also:
-
HORIZONTALALIGN_CENTER
static final int HORIZONTALALIGN_CENTER- See Also:
-
HORIZONTALALIGN_JUSTIFY
static final int HORIZONTALALIGN_JUSTIFY- See Also:
-
HORIZONTALALIGN_RIGHT
static final int HORIZONTALALIGN_RIGHT- See Also:
-
VERTICALALIGN_MIDDLE
static final int VERTICALALIGN_MIDDLE- See Also:
-
VERTICALALIGN_BOTTOM
static final int VERTICALALIGN_BOTTOM- See Also:
-
VERTICALALIGN_JUSTIFIED
static final int VERTICALALIGN_JUSTIFIED- See Also:
-
VERTICALALIGN_TOP
static final int VERTICALALIGN_TOP- See Also:
-
FONT_ARIAL
static final int FONT_ARIAL- See Also:
-
FONT_COMIC_SANS
static final int FONT_COMIC_SANS- See Also:
-
FONT_COURIER_NEW
static final int FONT_COURIER_NEW- See Also:
-
FONT_GEORGIA
static final int FONT_GEORGIA- See Also:
-
FONT_MONOSPACED
static final int FONT_MONOSPACED- See Also:
-
FONT_TIME_NEW_ROMAN
static final int FONT_TIME_NEW_ROMAN- See Also:
-
FONT_VERDANA
static final int FONT_VERDANA- See Also:
-
TRANSPARENCY_OPAQUE
static final int TRANSPARENCY_OPAQUE- See Also:
-
TRANSPARENCY_TRANSPARENT
static final int TRANSPARENCY_TRANSPARENT- See Also:
-
-
Method Details
-
getTextColor
Color getTextColor() -
textColor
-
getBackgroundColor
Color getBackgroundColor() -
backgroundColor
-
getRotation
int getRotation() -
rotation
-
getStretching
int getStretching() -
stretching
-
getStretchingWithOverflow
boolean getStretchingWithOverflow() -
stretchingWithOverflow
-
transparency
-
getTransparency
int getTransparency() -
getTransparent
boolean getTransparent() -
transparent
-
getVerticalAlign
int getVerticalAlign() -
verticalAlign
-
getHorizontalAlign
int getHorizontalAlign() -
horizontalAlign
-
getBorderTop
ReportBuilder.BorderBuilder getBorderTop() -
borderTop
-
getBorderBottom
ReportBuilder.BorderBuilder getBorderBottom() -
borderBottom
-
getBorderLeft
ReportBuilder.BorderBuilder getBorderLeft() -
borderLeft
-
getBorderRight
ReportBuilder.BorderBuilder getBorderRight() -
borderRight
-
getPaddingTop
int getPaddingTop() -
paddingTop
-
getPaddingBottom
int getPaddingBottom() -
paddingBottom
-
getPaddingLeft
int getPaddingLeft() -
paddingLeft
-
getPaddingRight
int getPaddingRight() -
paddingRight
-
getFont
int getFont() -
font
-
getFontSize
int getFontSize() -
fontSize
-
clone
- Specified by:
clonein interfaceorg.gvsig.tools.lang.Cloneable- Throws:
CloneNotSupportedException
-
copyFrom
-