public class CachingLineBox extends Object implements JRLineBox
| Constructor and Description |
|---|
CachingLineBox(JRLineBox base) |
| 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() |
Color |
getDefaultLineColor() |
Float |
getDefaultLineWidth() |
JRDefaultStyleProvider |
getDefaultStyleProvider() |
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.
|
JRStyle |
getStyle()
Returns this object's style.
|
String |
getStyleNameReference()
Returns the name of an external style which is to be used by this object.
|
Integer |
getTopPadding() |
JRBoxPen |
getTopPen()
Gets the pen properties for the top border.
|
void |
setBottomPadding(int padding) |
void |
setBottomPadding(Integer padding) |
void |
setLeftPadding(int padding) |
void |
setLeftPadding(Integer padding) |
void |
setPadding(int padding)
Sets the default padding in pixels (can be overwritten by individual settings).
|
void |
setPadding(Integer padding) |
void |
setRightPadding(int padding) |
void |
setRightPadding(Integer padding) |
void |
setTopPadding(int padding) |
void |
setTopPadding(Integer padding) |
public CachingLineBox(JRLineBox base)
public JRDefaultStyleProvider getDefaultStyleProvider()
getDefaultStyleProvider in interface JRStyleContainerpublic Float getDefaultLineWidth()
getDefaultLineWidth in interface JRPenContainerpublic JRStyle getStyle()
JRStyleContainergetStyle in interface JRStyleContainerpublic Color getDefaultLineColor()
getDefaultLineColor in interface JRPenContainerpublic String getStyleNameReference()
JRStyleContainertemplates and are resolved
at fill time.
This attribute is only effective if no direct style (as returned by getStyle()
is specified for this object.getStyleNameReference in interface JRStyleContainerpublic JRBoxContainer getBoxContainer()
getBoxContainer in interface JRLineBoxpublic JRLineBox clone(JRBoxContainer boxContainer)
public JRBoxPen getPen()
JRLineBoxpublic JRBoxPen getTopPen()
JRLineBoxpublic void copyTopPen(JRBoxPen topPen)
copyTopPen in interface JRLineBoxpublic JRBoxPen getLeftPen()
JRLineBoxgetLeftPen in interface JRLineBoxpublic void copyLeftPen(JRBoxPen leftPen)
copyLeftPen in interface JRLineBoxpublic JRBoxPen getBottomPen()
JRLineBoxgetBottomPen in interface JRLineBoxpublic void copyBottomPen(JRBoxPen bottomPen)
copyBottomPen in interface JRLineBoxpublic JRBoxPen getRightPen()
JRLineBoxgetRightPen in interface JRLineBoxpublic void copyRightPen(JRBoxPen rightPen)
copyRightPen in interface JRLineBoxpublic Integer getPadding()
JRLineBoxgetPadding in interface JRLineBoxpublic Integer getOwnPadding()
getOwnPadding in interface JRLineBoxpublic void setPadding(int padding)
JRLineBoxsetPadding in interface JRLineBoxpublic void setPadding(Integer padding)
setPadding in interface JRLineBoxpublic Integer getTopPadding()
getTopPadding in interface JRLineBoxpublic Integer getOwnTopPadding()
getOwnTopPadding in interface JRLineBoxpublic void setTopPadding(int padding)
setTopPadding in interface JRLineBoxpublic void setTopPadding(Integer padding)
setTopPadding in interface JRLineBoxpublic Integer getLeftPadding()
getLeftPadding in interface JRLineBoxpublic Integer getOwnLeftPadding()
getOwnLeftPadding in interface JRLineBoxpublic void setLeftPadding(int padding)
setLeftPadding in interface JRLineBoxpublic void setLeftPadding(Integer padding)
setLeftPadding in interface JRLineBoxpublic Integer getBottomPadding()
getBottomPadding in interface JRLineBoxpublic Integer getOwnBottomPadding()
getOwnBottomPadding in interface JRLineBoxpublic void setBottomPadding(int padding)
setBottomPadding in interface JRLineBoxpublic void setBottomPadding(Integer padding)
setBottomPadding in interface JRLineBoxpublic Integer getRightPadding()
getRightPadding in interface JRLineBoxpublic Integer getOwnRightPadding()
getOwnRightPadding in interface JRLineBoxpublic void setRightPadding(int padding)
setRightPadding in interface JRLineBoxpublic void setRightPadding(Integer padding)
setRightPadding in interface JRLineBoxCopyright © 2017. All rights reserved.