|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jasperreports.engine.fill.JRTemplatePrintElement
net.sf.jasperreports.engine.fill.JRTemplatePrintGraphicElement
net.sf.jasperreports.engine.fill.JRTemplatePrintImage
public class JRTemplatePrintImage
Implementation of JRPrintImage
that uses
a JRTemplateImage
instance to
store common attributes.
Field Summary | |
---|---|
protected int |
bookmarkLevel
The bookmark level for the anchor associated with this field. |
Fields inherited from class net.sf.jasperreports.engine.fill.JRTemplatePrintElement |
---|
template |
Fields inherited from interface net.sf.jasperreports.engine.JRAlignment |
---|
HORIZONTAL_ALIGN_CENTER, HORIZONTAL_ALIGN_JUSTIFIED, HORIZONTAL_ALIGN_LEFT, HORIZONTAL_ALIGN_RIGHT, VERTICAL_ALIGN_BOTTOM, VERTICAL_ALIGN_JUSTIFIED, VERTICAL_ALIGN_MIDDLE, VERTICAL_ALIGN_TOP |
Constructor Summary | |
---|---|
JRTemplatePrintImage(JRTemplateImage image)
Creates a print image element. |
Method Summary | ||
---|---|---|
|
accept(PrintElementVisitor<T> visitor,
T arg)
Accepts a print element visitor. |
|
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() |
|
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 getHyperlinkTargetValue() . |
|
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. |
|
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 getOwnHorizontalAlignmentValue() . |
|
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 getOwnVerticalAlignmentValue() . |
|
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 getLineBox() |
|
void |
setHorizontalAlignment(byte horizontalAlignment)
Deprecated. Replaced by setHorizontalAlignment(HorizontalAlignEnum) . |
|
void |
setHorizontalAlignment(java.lang.Byte horizontalAlignment)
Deprecated. Replaced by setHorizontalAlignment(HorizontalAlignEnum) . |
|
void |
setHorizontalAlignment(HorizontalAlignEnum horizontalAlignment)
Sets the text horizontal alignment. |
|
void |
setHyperlinkAnchor(java.lang.String hyperlinkAnchor)
|
|
void |
setHyperlinkPage(java.lang.Integer hyperlinkPage)
|
|
void |
setHyperlinkParameters(JRPrintHyperlinkParameters parameters)
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 target)
Sets the hyperlink target name. |
|
void |
setLinkType(java.lang.String type)
Sets the hyperlink type. |
|
void |
setOnErrorType(byte onErrorType)
Deprecated. Replaced by setOnErrorType(OnErrorTypeEnum) . |
|
void |
setOnErrorType(OnErrorTypeEnum onErrorType)
|
|
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 scaleImage)
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 verticalAlignment)
Gets the text vertical alignment. |
Methods inherited from class net.sf.jasperreports.engine.fill.JRTemplatePrintGraphicElement |
---|
getDefaultLineColor, getDefaultLineWidth, getFill, getFillValue, getLinePen, getOwnFill, getOwnFillValue, getOwnPen, getPen, setFill, setFill, setFill, setPen, setPen |
Methods inherited from class net.sf.jasperreports.engine.fill.JRTemplatePrintElement |
---|
getBackcolor, getDefaultStyleProvider, getForecolor, getHeight, getKey, getMode, getModeValue, getOrigin, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, getParentProperties, getPropertiesMap, getStyle, getStyleNameReference, getTemplate, getWidth, getX, getY, hasProperties, setBackcolor, setForecolor, setHeight, setMode, setMode, setMode, setStyle, setTemplate, setWidth, setX, setY, updateElementTemplate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface net.sf.jasperreports.engine.JRPrintGraphicElement |
---|
getOwnPen, getPen, setFill, setFill, setFill, setPen, setPen |
Methods inherited from interface net.sf.jasperreports.engine.JRPrintElement |
---|
getHeight, getKey, getOrigin, getWidth, getX, getY, setHeight, setStyle, setWidth, setX, setY |
Methods inherited from interface net.sf.jasperreports.engine.JRPropertiesHolder |
---|
getParentProperties, getPropertiesMap, hasProperties |
Methods inherited from interface net.sf.jasperreports.engine.JRCommonGraphicElement |
---|
getFill, getFillValue, getLinePen, getOwnFill, getOwnFillValue |
Methods inherited from interface net.sf.jasperreports.engine.JRCommonElement |
---|
getBackcolor, getForecolor, getMode, getModeValue, getOwnBackcolor, getOwnForecolor, getOwnMode, getOwnModeValue, setBackcolor, setForecolor, setMode, setMode, setMode |
Methods inherited from interface net.sf.jasperreports.engine.JRPenContainer |
---|
getDefaultLineColor, getDefaultLineWidth |
Methods inherited from interface net.sf.jasperreports.engine.JRStyleContainer |
---|
getDefaultStyleProvider, getStyle, getStyleNameReference |
Methods inherited from interface net.sf.jasperreports.engine.JRBoxContainer |
---|
getDefaultLineColor |
Field Detail |
---|
protected int bookmarkLevel
JRAnchor.getBookmarkLevel()
Constructor Detail |
---|
public JRTemplatePrintImage(JRTemplateImage image)
image
- the template image that the element will useMethod Detail |
---|
public JRRenderable getRenderer()
getRenderer
in interface JRPrintImage
public void setRenderer(JRRenderable renderer)
setRenderer
in interface JRPrintImage
public byte getScaleImage()
getScaleImageValue()
.
getScaleImage
in interface JRCommonImage
public java.lang.Byte getOwnScaleImage()
getOwnScaleImageValue()
.
getOwnScaleImage
in interface JRCommonImage
public void setScaleImage(byte scaleImage)
setScaleImage(ScaleImageEnum)
.
setScaleImage
in interface JRCommonImage
setScaleImage
in interface JRPrintImage
public void setScaleImage(java.lang.Byte scaleImage)
setScaleImage(ScaleImageEnum)
.
setScaleImage
in interface JRCommonImage
setScaleImage
in interface JRPrintImage
public ScaleImageEnum getScaleImageValue()
JRCommonImage
getScaleImageValue
in interface JRCommonImage
ScaleImageEnum
public ScaleImageEnum getOwnScaleImageValue()
JRCommonImage
getOwnScaleImageValue
in interface JRCommonImage
ScaleImageEnum
public void setScaleImage(ScaleImageEnum scaleImage)
JRCommonImage
setScaleImage
in interface JRCommonImage
setScaleImage
in interface JRPrintImage
scaleImage
- a value representing one of the scale type constants in ScaleImageEnum
public boolean isUsingCache()
isUsingCache
in interface JRPrintImage
public void setUsingCache(boolean isUsingCache)
setUsingCache
in interface JRPrintImage
public byte getHorizontalAlignment()
getHorizontalAlignmentValue()
.
getHorizontalAlignment
in interface JRAlignment
public java.lang.Byte getOwnHorizontalAlignment()
getOwnHorizontalAlignmentValue()
.
getOwnHorizontalAlignment
in interface JRAlignment
public HorizontalAlignEnum getHorizontalAlignmentValue()
JRAlignment
getHorizontalAlignmentValue
in interface JRAlignment
HorizontalAlignEnum
public HorizontalAlignEnum getOwnHorizontalAlignmentValue()
getOwnHorizontalAlignmentValue
in interface JRAlignment
public void setHorizontalAlignment(byte horizontalAlignment)
setHorizontalAlignment(HorizontalAlignEnum)
.
setHorizontalAlignment
in interface JRAlignment
public void setHorizontalAlignment(java.lang.Byte horizontalAlignment)
setHorizontalAlignment(HorizontalAlignEnum)
.
setHorizontalAlignment
in interface JRAlignment
public void setHorizontalAlignment(HorizontalAlignEnum horizontalAlignment)
JRAlignment
setHorizontalAlignment
in interface JRAlignment
horizontalAlignment
- a value representing one of the horizontal alignment constants in HorizontalAlignEnum
public byte getVerticalAlignment()
getVerticalAlignmentValue()
.
getVerticalAlignment
in interface JRAlignment
public java.lang.Byte getOwnVerticalAlignment()
getOwnVerticalAlignmentValue()
.
getOwnVerticalAlignment
in interface JRAlignment
public VerticalAlignEnum getVerticalAlignmentValue()
JRAlignment
getVerticalAlignmentValue
in interface JRAlignment
VerticalAlignEnum
public VerticalAlignEnum getOwnVerticalAlignmentValue()
getOwnVerticalAlignmentValue
in interface JRAlignment
public void setVerticalAlignment(byte verticalAlignment)
setVerticalAlignment(VerticalAlignEnum)
.
setVerticalAlignment
in interface JRAlignment
public void setVerticalAlignment(java.lang.Byte verticalAlignment)
setVerticalAlignment(VerticalAlignEnum)
.
setVerticalAlignment
in interface JRAlignment
public void setVerticalAlignment(VerticalAlignEnum verticalAlignment)
JRAlignment
setVerticalAlignment
in interface JRAlignment
verticalAlignment
- a value representing one of the vertical alignment constants in VerticalAlignEnum
public boolean isLazy()
isLazy
in interface JRPrintImage
public void setLazy(boolean isLazy)
setLazy
in interface JRPrintImage
public byte getOnErrorType()
getOnErrorTypeValue()
.
getOnErrorType
in interface JRPrintImage
public void setOnErrorType(byte onErrorType)
setOnErrorType(OnErrorTypeEnum)
.
setOnErrorType
in interface JRPrintImage
public OnErrorTypeEnum getOnErrorTypeValue()
getOnErrorTypeValue
in interface JRPrintImage
public void setOnErrorType(OnErrorTypeEnum onErrorType)
setOnErrorType
in interface JRPrintImage
public JRBox getBox()
getLineBox()
getBox
in interface JRPrintImage
public JRLineBox getLineBox()
getLineBox
in interface JRBoxContainer
public void setBox(JRBox box)
getLineBox()
setBox
in interface JRPrintImage
public java.lang.String getAnchorName()
getAnchorName
in interface JRPrintAnchor
public void setAnchorName(java.lang.String anchorName)
setAnchorName
in interface JRPrintAnchor
public byte getHyperlinkType()
getHyperlinkTypeValue()
.
getHyperlinkType
in interface JRPrintHyperlink
public 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 JRPrintHyperlink
JRPrintHyperlink.getLinkType()
public void setHyperlinkType(byte hyperlinkType)
setHyperlinkType(HyperlinkTypeEnum)
.
setHyperlinkType
in interface JRPrintHyperlink
public void setHyperlinkType(HyperlinkTypeEnum hyperlinkType)
JRPrintHyperlink
setHyperlinkType
in interface JRPrintHyperlink
hyperlinkType
- the built-in hyperlink typeJRPrintHyperlink.getLinkType()
public byte getHyperlinkTarget()
getHyperlinkTargetValue()
.
getHyperlinkTarget
in interface JRPrintHyperlink
public HyperlinkTargetEnum getHyperlinkTargetValue()
getHyperlinkTargetValue
in interface JRPrintHyperlink
public void setHyperlinkTarget(byte hyperlinkTarget)
setHyperlinkTarget(HyperlinkTargetEnum)
.
setHyperlinkTarget
in interface JRPrintHyperlink
public void setHyperlinkTarget(HyperlinkTargetEnum hyperlinkTarget)
setHyperlinkTarget
in interface JRPrintHyperlink
public java.lang.String getHyperlinkReference()
getHyperlinkReference
in interface JRPrintHyperlink
public void setHyperlinkReference(java.lang.String hyperlinkReference)
setHyperlinkReference
in interface JRPrintHyperlink
public java.lang.String getHyperlinkAnchor()
getHyperlinkAnchor
in interface JRPrintHyperlink
public void setHyperlinkAnchor(java.lang.String hyperlinkAnchor)
setHyperlinkAnchor
in interface JRPrintHyperlink
public java.lang.Integer getHyperlinkPage()
getHyperlinkPage
in interface JRPrintHyperlink
public void setHyperlinkPage(java.lang.Integer hyperlinkPage)
setHyperlinkPage
in interface JRPrintHyperlink
public int getBookmarkLevel()
JRPrintAnchor
getBookmarkLevel
in interface JRPrintAnchor
NO_BOOKMARK
if no bookmark should be created for this anchorpublic void setBookmarkLevel(int bookmarkLevel)
JRPrintAnchor
setBookmarkLevel
in interface JRPrintAnchor
bookmarkLevel
- the bookmark level (starting from 1)
or NO_BOOKMARK
if no bookmark should be createdpublic byte getBorder()
getBox()
getBorder
in interface JRBox
public java.lang.Byte getOwnBorder()
getBox()
getOwnBorder
in interface JRBox
public void setBorder(byte border)
getBox()
setBorder
in interface JRBox
public void setBorder(java.lang.Byte border)
getBox()
setBorder
in interface JRBox
public java.awt.Color getBorderColor()
getBox()
getBorderColor
in interface JRBox
public java.awt.Color getOwnBorderColor()
getBox()
getOwnBorderColor
in interface JRBox
public void setBorderColor(java.awt.Color borderColor)
getBox()
setBorderColor
in interface JRBox
public int getPadding()
getBox()
getPadding
in interface JRBox
public java.lang.Integer getOwnPadding()
getBox()
getOwnPadding
in interface JRBox
public void setPadding(int padding)
getBox()
setPadding
in interface JRBox
public void setPadding(java.lang.Integer padding)
getBox()
setPadding
in interface JRBox
public byte getTopBorder()
getBox()
getTopBorder
in interface JRBox
public java.lang.Byte getOwnTopBorder()
getBox()
getOwnTopBorder
in interface JRBox
public void setTopBorder(byte topBorder)
getBox()
setTopBorder
in interface JRBox
public void setTopBorder(java.lang.Byte topBorder)
getBox()
setTopBorder
in interface JRBox
public java.awt.Color getTopBorderColor()
getBox()
getTopBorderColor
in interface JRBox
public java.awt.Color getOwnTopBorderColor()
getBox()
getOwnTopBorderColor
in interface JRBox
public void setTopBorderColor(java.awt.Color topBorderColor)
getBox()
setTopBorderColor
in interface JRBox
public int getTopPadding()
getBox()
getTopPadding
in interface JRBox
public java.lang.Integer getOwnTopPadding()
getBox()
getOwnTopPadding
in interface JRBox
public void setTopPadding(int topPadding)
getBox()
setTopPadding
in interface JRBox
public void setTopPadding(java.lang.Integer topPadding)
getBox()
setTopPadding
in interface JRBox
public byte getLeftBorder()
getBox()
getLeftBorder
in interface JRBox
public java.lang.Byte getOwnLeftBorder()
getBox()
getOwnLeftBorder
in interface JRBox
public void setLeftBorder(byte leftBorder)
getBox()
setLeftBorder
in interface JRBox
public void setLeftBorder(java.lang.Byte leftBorder)
getBox()
setLeftBorder
in interface JRBox
public java.awt.Color getLeftBorderColor()
getBox()
getLeftBorderColor
in interface JRBox
public java.awt.Color getOwnLeftBorderColor()
getBox()
getOwnLeftBorderColor
in interface JRBox
public void setLeftBorderColor(java.awt.Color leftBorderColor)
getBox()
setLeftBorderColor
in interface JRBox
public int getLeftPadding()
getBox()
getLeftPadding
in interface JRBox
public java.lang.Integer getOwnLeftPadding()
getBox()
getOwnLeftPadding
in interface JRBox
public void setLeftPadding(int leftPadding)
getBox()
setLeftPadding
in interface JRBox
public void setLeftPadding(java.lang.Integer leftPadding)
getBox()
setLeftPadding
in interface JRBox
public byte getBottomBorder()
getBox()
getBottomBorder
in interface JRBox
public java.lang.Byte getOwnBottomBorder()
getBox()
getOwnBottomBorder
in interface JRBox
public void setBottomBorder(byte bottomBorder)
getBox()
setBottomBorder
in interface JRBox
public void setBottomBorder(java.lang.Byte bottomBorder)
getBox()
setBottomBorder
in interface JRBox
public java.awt.Color getBottomBorderColor()
getBox()
getBottomBorderColor
in interface JRBox
public java.awt.Color getOwnBottomBorderColor()
getBox()
getOwnBottomBorderColor
in interface JRBox
public void setBottomBorderColor(java.awt.Color bottomBorderColor)
getBox()
setBottomBorderColor
in interface JRBox
public int getBottomPadding()
getBox()
getBottomPadding
in interface JRBox
public java.lang.Integer getOwnBottomPadding()
getBox()
getOwnBottomPadding
in interface JRBox
public void setBottomPadding(int bottomPadding)
getBox()
setBottomPadding
in interface JRBox
public void setBottomPadding(java.lang.Integer bottomPadding)
getBox()
setBottomPadding
in interface JRBox
public byte getRightBorder()
getBox()
getRightBorder
in interface JRBox
public java.lang.Byte getOwnRightBorder()
getBox()
getOwnRightBorder
in interface JRBox
public void setRightBorder(byte rightBorder)
getBox()
setRightBorder
in interface JRBox
public void setRightBorder(java.lang.Byte rightBorder)
getBox()
setRightBorder
in interface JRBox
public java.awt.Color getRightBorderColor()
getBox()
getRightBorderColor
in interface JRBox
public java.awt.Color getOwnRightBorderColor()
getBox()
getOwnRightBorderColor
in interface JRBox
public void setRightBorderColor(java.awt.Color rightBorderColor)
getBox()
setRightBorderColor
in interface JRBox
public int getRightPadding()
getBox()
getRightPadding
in interface JRBox
public java.lang.Integer getOwnRightPadding()
getBox()
getOwnRightPadding
in interface JRBox
public void setRightPadding(int rightPadding)
getBox()
setRightPadding
in interface JRBox
public void setRightPadding(java.lang.Integer rightPadding)
getBox()
setRightPadding
in interface JRBox
public JRPrintHyperlinkParameters getHyperlinkParameters()
JRPrintHyperlink
getHyperlinkParameters
in interface JRPrintHyperlink
JRPrintHyperlink.setHyperlinkParameters(JRPrintHyperlinkParameters)
,
JRPrintHyperlinkParameter
public void setHyperlinkParameters(JRPrintHyperlinkParameters parameters)
JRPrintHyperlink
These parameters will be used to produce the actual hyperlink when the report is exported.
setHyperlinkParameters
in interface JRPrintHyperlink
parameters
- the set of custom hyperlink parameterspublic java.lang.String getLinkType()
JRPrintHyperlink
getLinkType
in interface JRPrintHyperlink
public void setLinkType(java.lang.String type)
JRPrintHyperlink
The type can be one of the built-in types (Reference, LocalAnchor, LocalPage, RemoteAnchor, RemotePage), or can be an arbitrary type.
setLinkType
in interface JRPrintHyperlink
type
- the hyperlink typepublic java.lang.String getLinkTarget()
JRPrintHyperlink
The target name can be one of the built-in names (Self, Blank, Top, Parent), or can be an arbitrary name.
getLinkTarget
in interface JRPrintHyperlink
public void setLinkTarget(java.lang.String target)
JRPrintHyperlink
The target name can be one of the built-in names (Self, Blank, Top, Parent), or can be an arbitrary name.
setLinkTarget
in interface JRPrintHyperlink
target
- the hyperlink target namepublic java.lang.String getHyperlinkTooltip()
JRPrintHyperlink
getHyperlinkTooltip
in interface JRPrintHyperlink
public void setHyperlinkTooltip(java.lang.String hyperlinkTooltip)
JRPrintHyperlink
setHyperlinkTooltip
in interface JRPrintHyperlink
hyperlinkTooltip
- the tooltippublic <T> void accept(PrintElementVisitor<T> visitor, T arg)
JRPrintElement
The element calls the method that corresponds to the element type on the visitor.
accept
in interface JRPrintElement
accept
in class JRTemplatePrintElement
T
- the type of the argument passed to the visit operationvisitor
- the visitor objectsarg
- the argument passed to the visit operation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |