public class JRBasePrintImage extends JRBasePrintGraphicElement implements JRPrintImage
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
anchorName |
protected int |
bookmarkLevel
The bookmark level for the anchor associated with this field.
|
protected HorizontalAlignEnum |
horizontalAlignmentValue |
protected java.lang.String |
hyperlinkAnchor |
protected java.lang.Integer |
hyperlinkPage |
protected JRPrintHyperlinkParameters |
hyperlinkParameters |
protected java.lang.String |
hyperlinkReference |
protected java.lang.String |
hyperlinkTooltip |
protected boolean |
isLazy |
protected java.lang.Boolean |
isUsingCache |
protected JRLineBox |
lineBox |
protected java.lang.String |
linkTarget |
protected java.lang.String |
linkType |
protected OnErrorTypeEnum |
onErrorTypeValue |
protected JRRenderable |
renderer |
protected ScaleImageEnum |
scaleImageValue |
protected VerticalAlignEnum |
verticalAlignmentValue |
fillValue, linePenbackcolor, defaultStyleProvider, forecolor, height, key, modeValue, origin, style, width, x, yHORIZONTAL_ALIGN_CENTER, HORIZONTAL_ALIGN_JUSTIFIED, HORIZONTAL_ALIGN_LEFT, HORIZONTAL_ALIGN_RIGHT, VERTICAL_ALIGN_BOTTOM, VERTICAL_ALIGN_JUSTIFIED, VERTICAL_ALIGN_MIDDLE, VERTICAL_ALIGN_TOP| Constructor and Description |
|---|
JRBasePrintImage(JRDefaultStyleProvider defaultStyleProvider) |
| Modifier and Type | Method and Description |
|---|---|
<T> void |
accept(PrintElementVisitor<T> visitor,
T arg)
Accepts a print element visitor.
|
void |
addHyperlinkParameter(JRPrintHyperlinkParameter parameter)
Adds a custom hyperlink parameter.
|
void |
copyBox(JRLineBox lineBox) |
java.lang.String |
getAnchorName() |
int |
getBookmarkLevel()
Returns the level of the bookmark corresponding to the anchor.
|
byte |
getBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getBorderColor()
Deprecated.
Replaced by
getBox() |
byte |
getBottomBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getBottomBorderColor()
Deprecated.
Replaced by
getBox() |
int |
getBottomPadding()
Deprecated.
Replaced by
getBox() |
JRBox |
getBox()
Deprecated.
Replaced by
getLineBox() |
java.lang.Float |
getDefaultLineWidth() |
byte |
getHorizontalAlignment()
Deprecated.
Replaced by
getHorizontalAlignmentValue(). |
HorizontalAlignEnum |
getHorizontalAlignmentValue()
Gets the text horizontal alignment.
|
java.lang.String |
getHyperlinkAnchor() |
java.lang.Integer |
getHyperlinkPage() |
JRPrintHyperlinkParameters |
getHyperlinkParameters()
Returns the set of custom hyperlink parameters.
|
java.lang.String |
getHyperlinkReference() |
byte |
getHyperlinkTarget()
Deprecated.
Replaced by
getHyperlinkTypeValue(). |
HyperlinkTargetEnum |
getHyperlinkTargetValue() |
java.lang.String |
getHyperlinkTooltip()
Returns the hyperlink tooltip.
|
byte |
getHyperlinkType()
Deprecated.
Replaced by
getHyperlinkTypeValue(). |
HyperlinkTypeEnum |
getHyperlinkTypeValue()
Retrieves the hyperlink type for the element.
|
byte |
getLeftBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getLeftBorderColor()
Deprecated.
Replaced by
getBox() |
int |
getLeftPadding()
Deprecated.
Replaced by
getBox() |
JRLineBox |
getLineBox() |
java.lang.String |
getLinkTarget()
Returns the hyperlink target name.
|
java.lang.String |
getLinkType()
Returns the hyperlink type.
|
ModeEnum |
getModeValue()
Returns the element transparency mode.
|
byte |
getOnErrorType()
Deprecated.
Replaced by
getOnErrorTypeValue() |
OnErrorTypeEnum |
getOnErrorTypeValue() |
java.lang.Byte |
getOwnBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getOwnBorderColor()
Deprecated.
Replaced by
getBox() |
java.lang.Byte |
getOwnBottomBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getOwnBottomBorderColor()
Deprecated.
Replaced by
getBox() |
java.lang.Integer |
getOwnBottomPadding()
Deprecated.
Replaced by
getBox() |
java.lang.Byte |
getOwnHorizontalAlignment()
Deprecated.
Replaced by
getHorizontalAlignmentValue(). |
HorizontalAlignEnum |
getOwnHorizontalAlignmentValue() |
java.lang.Byte |
getOwnLeftBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getOwnLeftBorderColor()
Deprecated.
Replaced by
getBox() |
java.lang.Integer |
getOwnLeftPadding()
Deprecated.
Replaced by
getBox() |
java.lang.Integer |
getOwnPadding()
Deprecated.
Replaced by
getBox() |
java.lang.Byte |
getOwnRightBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getOwnRightBorderColor()
Deprecated.
Replaced by
getBox() |
java.lang.Integer |
getOwnRightPadding()
Deprecated.
Replaced by
getBox() |
java.lang.Byte |
getOwnScaleImage()
Deprecated.
Replaced by
getOwnScaleImageValue(). |
ScaleImageEnum |
getOwnScaleImageValue()
Gets the image own scale type.
|
java.lang.Byte |
getOwnTopBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getOwnTopBorderColor()
Deprecated.
Replaced by
getBox() |
java.lang.Integer |
getOwnTopPadding()
Deprecated.
Replaced by
getBox() |
java.lang.Byte |
getOwnVerticalAlignment()
Deprecated.
Replaced by
getVerticalAlignmentValue(). |
VerticalAlignEnum |
getOwnVerticalAlignmentValue() |
int |
getPadding()
Deprecated.
Replaced by
getBox() |
JRRenderable |
getRenderer() |
byte |
getRightBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getRightBorderColor()
Deprecated.
Replaced by
getBox() |
int |
getRightPadding()
Deprecated.
Replaced by
getBox() |
byte |
getScaleImage()
Deprecated.
Replaced by
getScaleImageValue(). |
ScaleImageEnum |
getScaleImageValue()
Gets the image scale type.
|
byte |
getTopBorder()
Deprecated.
Replaced by
getBox() |
java.awt.Color |
getTopBorderColor()
Deprecated.
Replaced by
getBox() |
int |
getTopPadding()
Deprecated.
Replaced by
getBox() |
byte |
getVerticalAlignment()
Deprecated.
Replaced by
getVerticalAlignmentValue(). |
VerticalAlignEnum |
getVerticalAlignmentValue()
Gets the text vertical alignment.
|
boolean |
isLazy() |
boolean |
isUsingCache() |
void |
setAnchorName(java.lang.String anchorName) |
void |
setBookmarkLevel(int bookmarkLevel)
Sets the boomark level for the anchor.
|
void |
setBorder(byte border)
Deprecated.
Replaced by
getBox() |
void |
setBorder(java.lang.Byte border)
Deprecated.
Replaced by
getBox() |
void |
setBorderColor(java.awt.Color borderColor)
Deprecated.
Replaced by
getBox() |
void |
setBottomBorder(byte bottomBorder)
Deprecated.
Replaced by
getBox() |
void |
setBottomBorder(java.lang.Byte bottomBorder)
Deprecated.
Replaced by
getBox() |
void |
setBottomBorderColor(java.awt.Color bottomBorderColor)
Deprecated.
Replaced by
getBox() |
void |
setBottomPadding(int bottomPadding)
Deprecated.
Replaced by
getBox() |
void |
setBottomPadding(java.lang.Integer bottomPadding)
Deprecated.
Replaced by
getBox() |
void |
setBox(JRBox box)
Deprecated.
Replaced by
copyBox(JRLineBox) |
void |
setHorizontalAlignment(byte horizontalAlignment)
Deprecated.
Replaced by
setHorizontalAlignment(HorizontalAlignEnum). |
void |
setHorizontalAlignment(java.lang.Byte horizontalAlignment)
Deprecated.
Replaced by
setHorizontalAlignment(HorizontalAlignEnum). |
void |
setHorizontalAlignment(HorizontalAlignEnum horizontalAlignmentValue)
Sets the text horizontal alignment.
|
void |
setHyperlinkAnchor(java.lang.String hyperlinkAnchor) |
void |
setHyperlinkPage(java.lang.Integer hyperlinkPage) |
void |
setHyperlinkPage(java.lang.String hyperlinkPage) |
void |
setHyperlinkParameters(JRPrintHyperlinkParameters hyperlinkParameters)
Sets the custom hyperlink parameters.
|
void |
setHyperlinkReference(java.lang.String hyperlinkReference) |
void |
setHyperlinkTarget(byte hyperlinkTarget)
Deprecated.
Replaced by
setHyperlinkTarget(HyperlinkTargetEnum). |
void |
setHyperlinkTarget(HyperlinkTargetEnum hyperlinkTarget) |
void |
setHyperlinkTooltip(java.lang.String hyperlinkTooltip)
Sets the tooltip to be used for the hyperlink.
|
void |
setHyperlinkType(byte hyperlinkType)
Deprecated.
Replaced by
setHyperlinkType(HyperlinkTypeEnum). |
void |
setHyperlinkType(HyperlinkTypeEnum hyperlinkType)
Sets the link type as a built-in hyperlink type.
|
void |
setLazy(boolean isLazy) |
void |
setLeftBorder(byte leftBorder)
Deprecated.
Replaced by
getBox() |
void |
setLeftBorder(java.lang.Byte leftBorder)
Deprecated.
Replaced by
getBox() |
void |
setLeftBorderColor(java.awt.Color leftBorderColor)
Deprecated.
Replaced by
getBox() |
void |
setLeftPadding(int leftPadding)
Deprecated.
Replaced by
getBox() |
void |
setLeftPadding(java.lang.Integer leftPadding)
Deprecated.
Replaced by
getBox() |
void |
setLinkTarget(java.lang.String linkTarget)
Sets the hyperlink target name.
|
void |
setLinkType(java.lang.String linkType)
Sets the hyperlink type.
|
void |
setOnErrorType(byte onErrorType)
Deprecated.
Replaced by
setOnErrorType(OnErrorTypeEnum) |
void |
setOnErrorType(OnErrorTypeEnum onErrorTypeValue) |
void |
setPadding(int padding)
Deprecated.
Replaced by
getBox() |
void |
setPadding(java.lang.Integer padding)
Deprecated.
Replaced by
getBox() |
void |
setRenderer(JRRenderable renderer) |
void |
setRightBorder(byte rightBorder)
Deprecated.
Replaced by
getBox() |
void |
setRightBorder(java.lang.Byte rightBorder)
Deprecated.
Replaced by
getBox() |
void |
setRightBorderColor(java.awt.Color rightBorderColor)
Deprecated.
Replaced by
getBox() |
void |
setRightPadding(int rightPadding)
Deprecated.
Replaced by
getBox() |
void |
setRightPadding(java.lang.Integer rightPadding)
Deprecated.
Replaced by
getBox() |
void |
setScaleImage(byte scaleImage)
Deprecated.
Replaced by
setScaleImage(ScaleImageEnum). |
void |
setScaleImage(java.lang.Byte scaleImage)
Deprecated.
Replaced by
setScaleImage(ScaleImageEnum). |
void |
setScaleImage(ScaleImageEnum scaleImageValue)
Sets the image scale type.
|
void |
setTopBorder(byte topBorder)
Deprecated.
Replaced by
getBox() |
void |
setTopBorder(java.lang.Byte topBorder)
Deprecated.
Replaced by
getBox() |
void |
setTopBorderColor(java.awt.Color topBorderColor)
Deprecated.
Replaced by
getBox() |
void |
setTopPadding(int topPadding)
Deprecated.
Replaced by
getBox() |
void |
setTopPadding(java.lang.Integer topPadding)
Deprecated.
Replaced by
getBox() |
void |
setUsingCache(boolean isUsingCache) |
void |
setVerticalAlignment(byte verticalAlignment)
Deprecated.
Replaced by
setVerticalAlignment(VerticalAlignEnum). |
void |
setVerticalAlignment(java.lang.Byte verticalAlignment)
Deprecated.
Replaced by
setVerticalAlignment(VerticalAlignEnum). |
void |
setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
Gets the text vertical alignment.
|
copyPen, getDefaultLineColor, getFill, getFillValue, getLinePen, getOwnFill, getOwnFillValue, getOwnPen, getPen, setFill, setFill, setFill, setPen, setPengetBackcolor, getDefaultStyleProvider, getForecolor, getHeight, getKey, getMode, getOrigin, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, getParentProperties, getPropertiesMap, getStyle, getStyleNameReference, getWidth, getX, getY, hasProperties, setBackcolor, setForecolor, setHeight, setKey, setMode, setMode, setMode, setOrigin, setStyle, setWidth, setX, setYclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOwnPen, getPen, setFill, setFill, setFill, setPen, setPengetHeight, getKey, getOrigin, getWidth, getX, getY, setHeight, setStyle, setWidth, setX, setYgetParentProperties, getPropertiesMap, hasPropertiesgetFill, getFillValue, getLinePen, getOwnFill, getOwnFillValuegetBackcolor, getForecolor, getMode, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, setBackcolor, setForecolor, setMode, setMode, setModegetDefaultLineColorgetDefaultStyleProvider, getStyle, getStyleNameReferencegetDefaultLineColorprotected JRRenderable renderer
protected ScaleImageEnum scaleImageValue
protected java.lang.Boolean isUsingCache
protected HorizontalAlignEnum horizontalAlignmentValue
protected VerticalAlignEnum verticalAlignmentValue
protected boolean isLazy
protected OnErrorTypeEnum onErrorTypeValue
protected JRLineBox lineBox
protected java.lang.String anchorName
protected java.lang.String linkType
protected java.lang.String linkTarget
protected java.lang.String hyperlinkReference
protected java.lang.String hyperlinkAnchor
protected java.lang.Integer hyperlinkPage
protected java.lang.String hyperlinkTooltip
protected JRPrintHyperlinkParameters hyperlinkParameters
protected int bookmarkLevel
JRAnchor.getBookmarkLevel()public JRBasePrintImage(JRDefaultStyleProvider defaultStyleProvider)
public ModeEnum getModeValue()
JRCommonElementgetModeValue in interface JRCommonElementgetModeValue in class JRBasePrintElementpublic JRRenderable getRenderer()
getRenderer in interface JRPrintImagepublic void setRenderer(JRRenderable renderer)
setRenderer in interface JRPrintImagepublic byte getScaleImage()
getScaleImageValue().getScaleImage in interface JRCommonImagepublic java.lang.Byte getOwnScaleImage()
getOwnScaleImageValue().getOwnScaleImage in interface JRCommonImagepublic void setScaleImage(byte scaleImage)
setScaleImage(ScaleImageEnum).setScaleImage in interface JRCommonImagesetScaleImage in interface JRPrintImagepublic void setScaleImage(java.lang.Byte scaleImage)
setScaleImage(ScaleImageEnum).setScaleImage in interface JRCommonImagesetScaleImage in interface JRPrintImagepublic ScaleImageEnum getScaleImageValue()
JRCommonImagegetScaleImageValue in interface JRCommonImageScaleImageEnumpublic ScaleImageEnum getOwnScaleImageValue()
JRCommonImagegetOwnScaleImageValue in interface JRCommonImageScaleImageEnumpublic void setScaleImage(ScaleImageEnum scaleImageValue)
JRCommonImagesetScaleImage in interface JRCommonImagesetScaleImage in interface JRPrintImagescaleImageValue - a value representing one of the scale type constants in ScaleImageEnumpublic boolean isUsingCache()
isUsingCache in interface JRPrintImagepublic void setUsingCache(boolean isUsingCache)
setUsingCache in interface JRPrintImagepublic byte getHorizontalAlignment()
getHorizontalAlignmentValue().getHorizontalAlignment in interface JRAlignmentpublic java.lang.Byte getOwnHorizontalAlignment()
getHorizontalAlignmentValue().getOwnHorizontalAlignment in interface JRAlignmentpublic HorizontalAlignEnum getHorizontalAlignmentValue()
JRAlignmentgetHorizontalAlignmentValue in interface JRAlignmentHorizontalAlignEnumpublic HorizontalAlignEnum getOwnHorizontalAlignmentValue()
getOwnHorizontalAlignmentValue in interface JRAlignmentpublic void setHorizontalAlignment(byte horizontalAlignment)
setHorizontalAlignment(HorizontalAlignEnum).setHorizontalAlignment in interface JRAlignmentpublic void setHorizontalAlignment(java.lang.Byte horizontalAlignment)
setHorizontalAlignment(HorizontalAlignEnum).setHorizontalAlignment in interface JRAlignmentpublic void setHorizontalAlignment(HorizontalAlignEnum horizontalAlignmentValue)
JRAlignmentsetHorizontalAlignment in interface JRAlignmenthorizontalAlignmentValue - a value representing one of the horizontal alignment constants in HorizontalAlignEnumpublic byte getVerticalAlignment()
getVerticalAlignmentValue().getVerticalAlignment in interface JRAlignmentpublic java.lang.Byte getOwnVerticalAlignment()
getVerticalAlignmentValue().getOwnVerticalAlignment in interface JRAlignmentpublic VerticalAlignEnum getVerticalAlignmentValue()
JRAlignmentgetVerticalAlignmentValue in interface JRAlignmentVerticalAlignEnumpublic VerticalAlignEnum getOwnVerticalAlignmentValue()
getOwnVerticalAlignmentValue in interface JRAlignmentpublic void setVerticalAlignment(byte verticalAlignment)
setVerticalAlignment(VerticalAlignEnum).setVerticalAlignment in interface JRAlignmentpublic void setVerticalAlignment(java.lang.Byte verticalAlignment)
setVerticalAlignment(VerticalAlignEnum).setVerticalAlignment in interface JRAlignmentpublic void setVerticalAlignment(VerticalAlignEnum verticalAlignmentValue)
JRAlignmentsetVerticalAlignment in interface JRAlignmentverticalAlignmentValue - a value representing one of the vertical alignment constants in VerticalAlignEnumpublic boolean isLazy()
isLazy in interface JRPrintImagepublic void setLazy(boolean isLazy)
setLazy in interface JRPrintImagepublic byte getOnErrorType()
getOnErrorTypeValue()getOnErrorType in interface JRPrintImagepublic void setOnErrorType(byte onErrorType)
setOnErrorType(OnErrorTypeEnum)setOnErrorType in interface JRPrintImagepublic OnErrorTypeEnum getOnErrorTypeValue()
getOnErrorTypeValue in interface JRPrintImagepublic void setOnErrorType(OnErrorTypeEnum onErrorTypeValue)
setOnErrorType in interface JRPrintImagepublic JRBox getBox()
getLineBox()getBox in interface JRPrintImagepublic JRLineBox getLineBox()
getLineBox in interface JRBoxContainerpublic void setBox(JRBox box)
copyBox(JRLineBox)setBox in interface JRPrintImagepublic void copyBox(JRLineBox lineBox)
public java.lang.Float getDefaultLineWidth()
getDefaultLineWidth in interface JRPenContainergetDefaultLineWidth in class JRBasePrintGraphicElementpublic java.lang.String getAnchorName()
getAnchorName in interface JRPrintAnchorpublic void setAnchorName(java.lang.String anchorName)
setAnchorName in interface JRPrintAnchorpublic byte getHyperlinkType()
getHyperlinkTypeValue().getHyperlinkType in interface JRPrintHyperlinkpublic HyperlinkTypeEnum getHyperlinkTypeValue()
JRPrintHyperlink
The actual hyperlink type is determined by getLinkType().
This method can is used to determine whether the hyperlink type is one of the
built-in types or a custom type.
When hyperlink is of custom type, CUSTOM is returned.
getHyperlinkTypeValue in interface JRPrintHyperlinkJRPrintHyperlink.getLinkType()public void setHyperlinkType(byte hyperlinkType)
setHyperlinkType(HyperlinkTypeEnum).setHyperlinkType in interface JRPrintHyperlinkpublic void setHyperlinkType(HyperlinkTypeEnum hyperlinkType)
JRPrintHyperlinksetHyperlinkType in interface JRPrintHyperlinkhyperlinkType - the built-in hyperlink typeJRPrintHyperlink.getLinkType()public byte getHyperlinkTarget()
getHyperlinkTypeValue().getHyperlinkTarget in interface JRPrintHyperlinkpublic HyperlinkTargetEnum getHyperlinkTargetValue()
getHyperlinkTargetValue in interface JRPrintHyperlinkpublic void setHyperlinkTarget(byte hyperlinkTarget)
setHyperlinkTarget(HyperlinkTargetEnum).setHyperlinkTarget in interface JRPrintHyperlinkpublic void setHyperlinkTarget(HyperlinkTargetEnum hyperlinkTarget)
setHyperlinkTarget in interface JRPrintHyperlinkpublic java.lang.String getHyperlinkReference()
getHyperlinkReference in interface JRPrintHyperlinkpublic void setHyperlinkReference(java.lang.String hyperlinkReference)
setHyperlinkReference in interface JRPrintHyperlinkpublic java.lang.String getHyperlinkAnchor()
getHyperlinkAnchor in interface JRPrintHyperlinkpublic void setHyperlinkAnchor(java.lang.String hyperlinkAnchor)
setHyperlinkAnchor in interface JRPrintHyperlinkpublic java.lang.Integer getHyperlinkPage()
getHyperlinkPage in interface JRPrintHyperlinkpublic void setHyperlinkPage(java.lang.Integer hyperlinkPage)
setHyperlinkPage in interface JRPrintHyperlinkpublic void setHyperlinkPage(java.lang.String hyperlinkPage)
public int getBookmarkLevel()
JRPrintAnchorgetBookmarkLevel in interface JRPrintAnchorNO_BOOKMARK if no bookmark should be created for this anchorpublic void setBookmarkLevel(int bookmarkLevel)
JRPrintAnchorsetBookmarkLevel in interface JRPrintAnchorbookmarkLevel - the bookmark level (starting from 1)
or NO_BOOKMARK if no bookmark should be createdpublic byte getBorder()
getBox()public java.lang.Byte getOwnBorder()
getBox()getOwnBorder in interface JRBoxpublic void setBorder(byte border)
getBox()public void setBorder(java.lang.Byte border)
getBox()public java.awt.Color getBorderColor()
getBox()getBorderColor in interface JRBoxpublic java.awt.Color getOwnBorderColor()
getBox()getOwnBorderColor in interface JRBoxpublic void setBorderColor(java.awt.Color borderColor)
getBox()setBorderColor in interface JRBoxpublic int getPadding()
getBox()getPadding in interface JRBoxpublic java.lang.Integer getOwnPadding()
getBox()getOwnPadding in interface JRBoxpublic void setPadding(int padding)
getBox()setPadding in interface JRBoxpublic void setPadding(java.lang.Integer padding)
getBox()setPadding in interface JRBoxpublic byte getTopBorder()
getBox()getTopBorder in interface JRBoxpublic java.lang.Byte getOwnTopBorder()
getBox()getOwnTopBorder in interface JRBoxpublic void setTopBorder(byte topBorder)
getBox()setTopBorder in interface JRBoxpublic void setTopBorder(java.lang.Byte topBorder)
getBox()setTopBorder in interface JRBoxpublic java.awt.Color getTopBorderColor()
getBox()getTopBorderColor in interface JRBoxpublic java.awt.Color getOwnTopBorderColor()
getBox()getOwnTopBorderColor in interface JRBoxpublic void setTopBorderColor(java.awt.Color topBorderColor)
getBox()setTopBorderColor in interface JRBoxpublic int getTopPadding()
getBox()getTopPadding in interface JRBoxpublic java.lang.Integer getOwnTopPadding()
getBox()getOwnTopPadding in interface JRBoxpublic void setTopPadding(int topPadding)
getBox()setTopPadding in interface JRBoxpublic void setTopPadding(java.lang.Integer topPadding)
getBox()setTopPadding in interface JRBoxpublic byte getLeftBorder()
getBox()getLeftBorder in interface JRBoxpublic java.lang.Byte getOwnLeftBorder()
getBox()getOwnLeftBorder in interface JRBoxpublic void setLeftBorder(byte leftBorder)
getBox()setLeftBorder in interface JRBoxpublic void setLeftBorder(java.lang.Byte leftBorder)
getBox()setLeftBorder in interface JRBoxpublic java.awt.Color getLeftBorderColor()
getBox()getLeftBorderColor in interface JRBoxpublic java.awt.Color getOwnLeftBorderColor()
getBox()getOwnLeftBorderColor in interface JRBoxpublic void setLeftBorderColor(java.awt.Color leftBorderColor)
getBox()setLeftBorderColor in interface JRBoxpublic int getLeftPadding()
getBox()getLeftPadding in interface JRBoxpublic java.lang.Integer getOwnLeftPadding()
getBox()getOwnLeftPadding in interface JRBoxpublic void setLeftPadding(int leftPadding)
getBox()setLeftPadding in interface JRBoxpublic void setLeftPadding(java.lang.Integer leftPadding)
getBox()setLeftPadding in interface JRBoxpublic byte getBottomBorder()
getBox()getBottomBorder in interface JRBoxpublic java.lang.Byte getOwnBottomBorder()
getBox()getOwnBottomBorder in interface JRBoxpublic void setBottomBorder(byte bottomBorder)
getBox()setBottomBorder in interface JRBoxpublic void setBottomBorder(java.lang.Byte bottomBorder)
getBox()setBottomBorder in interface JRBoxpublic java.awt.Color getBottomBorderColor()
getBox()getBottomBorderColor in interface JRBoxpublic java.awt.Color getOwnBottomBorderColor()
getBox()getOwnBottomBorderColor in interface JRBoxpublic void setBottomBorderColor(java.awt.Color bottomBorderColor)
getBox()setBottomBorderColor in interface JRBoxpublic int getBottomPadding()
getBox()getBottomPadding in interface JRBoxpublic java.lang.Integer getOwnBottomPadding()
getBox()getOwnBottomPadding in interface JRBoxpublic void setBottomPadding(int bottomPadding)
getBox()setBottomPadding in interface JRBoxpublic void setBottomPadding(java.lang.Integer bottomPadding)
getBox()setBottomPadding in interface JRBoxpublic byte getRightBorder()
getBox()getRightBorder in interface JRBoxpublic java.lang.Byte getOwnRightBorder()
getBox()getOwnRightBorder in interface JRBoxpublic void setRightBorder(byte rightBorder)
getBox()setRightBorder in interface JRBoxpublic void setRightBorder(java.lang.Byte rightBorder)
getBox()setRightBorder in interface JRBoxpublic java.awt.Color getRightBorderColor()
getBox()getRightBorderColor in interface JRBoxpublic java.awt.Color getOwnRightBorderColor()
getBox()getOwnRightBorderColor in interface JRBoxpublic void setRightBorderColor(java.awt.Color rightBorderColor)
getBox()setRightBorderColor in interface JRBoxpublic int getRightPadding()
getBox()getRightPadding in interface JRBoxpublic java.lang.Integer getOwnRightPadding()
getBox()getOwnRightPadding in interface JRBoxpublic void setRightPadding(int rightPadding)
getBox()setRightPadding in interface JRBoxpublic void setRightPadding(java.lang.Integer rightPadding)
getBox()setRightPadding in interface JRBoxpublic JRPrintHyperlinkParameters getHyperlinkParameters()
JRPrintHyperlinkgetHyperlinkParameters in interface JRPrintHyperlinkJRPrintHyperlink.setHyperlinkParameters(JRPrintHyperlinkParameters),
JRPrintHyperlinkParameterpublic void setHyperlinkParameters(JRPrintHyperlinkParameters hyperlinkParameters)
JRPrintHyperlinkThese parameters will be used to produce the actual hyperlink when the report is exported.
setHyperlinkParameters in interface JRPrintHyperlinkhyperlinkParameters - the set of custom hyperlink parameterspublic void addHyperlinkParameter(JRPrintHyperlinkParameter parameter)
parameter - the parameter to addgetHyperlinkParameters(),
JRPrintHyperlinkParameters.addParameter(JRPrintHyperlinkParameter)public java.lang.String getLinkType()
JRPrintHyperlinkgetLinkType in interface JRPrintHyperlinkpublic void setLinkType(java.lang.String linkType)
JRPrintHyperlinkThe type can be one of the built-in types (Reference, LocalAnchor, LocalPage, RemoteAnchor, RemotePage), or can be an arbitrary type.
setLinkType in interface JRPrintHyperlinklinkType - the hyperlink typepublic java.lang.String getLinkTarget()
JRPrintHyperlinkThe target name can be one of the built-in names (Self, Blank, Top, Parent), or can be an arbitrary name.
getLinkTarget in interface JRPrintHyperlinkpublic void setLinkTarget(java.lang.String linkTarget)
JRPrintHyperlinkThe target name can be one of the built-in names (Self, Blank, Top, Parent), or can be an arbitrary name.
setLinkTarget in interface JRPrintHyperlinklinkTarget - the hyperlink target namepublic java.lang.String getHyperlinkTooltip()
JRPrintHyperlinkgetHyperlinkTooltip in interface JRPrintHyperlinkpublic void setHyperlinkTooltip(java.lang.String hyperlinkTooltip)
JRPrintHyperlinksetHyperlinkTooltip in interface JRPrintHyperlinkhyperlinkTooltip - the tooltippublic <T> void accept(PrintElementVisitor<T> visitor, T arg)
JRPrintElementThe element calls the method that corresponds to the element type on the visitor.
accept in interface JRPrintElementaccept in class JRBasePrintElementT - the type of the argument passed to the visit operationvisitor - the visitor objectsarg - the argument passed to the visit operation© 2001-2010 Jaspersoft Corporation www.jaspersoft.com