|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JRPen
Field Summary | |
---|---|
static Float |
LINE_WIDTH_0
|
static Float |
LINE_WIDTH_1
|
Method Summary | |
---|---|
JRPen |
clone(JRPenContainer penContainer)
|
Color |
getLineColor()
Gets the line color. |
LineStyleEnum |
getLineStyleValue()
Indicates the line style used for this pen. |
Float |
getLineWidth()
Gets the line width used for this pen. |
Color |
getOwnLineColor()
|
LineStyleEnum |
getOwnLineStyleValue()
Indicates the line style used for this pen. |
Float |
getOwnLineWidth()
|
JRStyleContainer |
getStyleContainer()
|
void |
setLineColor(Color color)
Sets the line color. |
void |
setLineStyle(LineStyleEnum lineStyleEnum)
Specifies the line style. |
void |
setLineWidth(float lineWidth)
Sets the line width. |
void |
setLineWidth(Float lineWidth)
|
Field Detail |
---|
static final Float LINE_WIDTH_0
static final Float LINE_WIDTH_1
Method Detail |
---|
JRStyleContainer getStyleContainer()
JRPen clone(JRPenContainer penContainer)
Float getLineWidth()
Float getOwnLineWidth()
void setLineWidth(float lineWidth)
lineWidth
- the line widthvoid setLineWidth(Float lineWidth)
LineStyleEnum getLineStyleValue()
LineStyleEnum
LineStyleEnum getOwnLineStyleValue()
LineStyleEnum
void setLineStyle(LineStyleEnum lineStyleEnum)
lineStyleEnum
- a value representing one of the line style constants in LineStyleEnum
Color getLineColor()
Color getOwnLineColor()
void setLineColor(Color color)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |