public interface JRLineBox extends JRPenContainer
<box>
tag.
getPen()
method and are grouped into the pen
tag.
The attributes for specifying the border style for each side of the box are grouped into topPen
,
leftPen
, bottomPen
, and rightPen
tag. These can be used for overriding the
border style specified by the pen
element mentioned previously. There is a getter method for each side
pen element.
padding
attribute (providing the same amount of padding
on all four sides) or the individual attributes for each side: topPadding
,
leftPadding
, bottomPadding
, and rightPadding
. Each padding
attribute is accessed with a corresponding getter method.JRPen
Modifier and Type | Method and Description |
---|---|
JRLineBox |
clone(JRBoxContainer boxContainer) |
void |
copyBottomPen(JRBoxPen bottomPen) |
void |
copyLeftPen(JRBoxPen leftPen) |
void |
copyPen(JRBoxPen pen) |
void |
copyRightPen(JRBoxPen rightPen) |
void |
copyTopPen(JRBoxPen topPen) |
Integer |
getBottomPadding() |
JRBoxPen |
getBottomPen()
Gets the pen properties for the bottom border.
|
JRBoxContainer |
getBoxContainer() |
Integer |
getLeftPadding() |
JRBoxPen |
getLeftPen()
Gets the pen properties for the left border.
|
Integer |
getOwnBottomPadding() |
Integer |
getOwnLeftPadding() |
Integer |
getOwnPadding() |
Integer |
getOwnRightPadding() |
Integer |
getOwnTopPadding() |
Integer |
getPadding()
Gets the default padding in pixels (can be overwritten by individual settings).
|
JRBoxPen |
getPen()
Gets the pen properties for the border.
|
Integer |
getRightPadding() |
JRBoxPen |
getRightPen()
Gets the pen properties for the right border.
|
Integer |
getTopPadding() |
JRBoxPen |
getTopPen()
Gets the pen properties for the top border.
|
void |
setBottomPadding(int padding)
Deprecated.
Replaced by
setBottomPadding(Integer) . |
void |
setBottomPadding(Integer padding) |
void |
setLeftPadding(int padding)
Deprecated.
Replaced by
setLeftPadding(Integer) . |
void |
setLeftPadding(Integer padding) |
void |
setPadding(int padding)
Deprecated.
Replaced by
setPadding(Integer) . |
void |
setPadding(Integer padding)
Sets the default padding in pixels (can be overwritten by individual settings).
|
void |
setRightPadding(int padding)
Deprecated.
Replaced by
setRightPadding(Integer) . |
void |
setRightPadding(Integer padding) |
void |
setTopPadding(int padding)
Deprecated.
Replaced by
setTopPadding(Integer) . |
void |
setTopPadding(Integer padding) |
getDefaultLineColor, getDefaultLineWidth
getDefaultStyleProvider, getStyle, getStyleNameReference
JRBoxContainer getBoxContainer()
JRLineBox clone(JRBoxContainer boxContainer)
JRBoxPen getPen()
void copyPen(JRBoxPen pen)
JRBoxPen getTopPen()
void copyTopPen(JRBoxPen topPen)
JRBoxPen getLeftPen()
void copyLeftPen(JRBoxPen leftPen)
JRBoxPen getBottomPen()
void copyBottomPen(JRBoxPen bottomPen)
JRBoxPen getRightPen()
void copyRightPen(JRBoxPen rightPen)
Integer getPadding()
Integer getOwnPadding()
void setPadding(int padding)
setPadding(Integer)
.void setPadding(Integer padding)
Integer getTopPadding()
Integer getOwnTopPadding()
void setTopPadding(int padding)
setTopPadding(Integer)
.void setTopPadding(Integer padding)
Integer getLeftPadding()
Integer getOwnLeftPadding()
void setLeftPadding(int padding)
setLeftPadding(Integer)
.void setLeftPadding(Integer padding)
Integer getBottomPadding()
Integer getOwnBottomPadding()
void setBottomPadding(int padding)
setBottomPadding(Integer)
.void setBottomPadding(Integer padding)
Integer getRightPadding()
Integer getOwnRightPadding()
void setRightPadding(int padding)
setRightPadding(Integer)
.void setRightPadding(Integer padding)
Copyright © 2021 TIBCO Software Inc.. All rights reserved.