Package net.sf.jasperreports.engine.base
Class JRBaseBoxPen
java.lang.Object
net.sf.jasperreports.engine.base.JRBasePen
net.sf.jasperreports.engine.base.JRBaseBoxPen
- All Implemented Interfaces:
- Serializable,- Cloneable,- JRBoxPen,- Deduplicable,- JRChangeEventsSupport,- JRPen
- Direct Known Subclasses:
- JRBaseBoxBottomPen,- JRBaseBoxLeftPen,- JRBaseBoxRightPen,- JRBaseBoxTopPen
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- 
Field SummaryFieldsFields inherited from class net.sf.jasperreports.engine.base.JRBasePenlineColor, lineStyle, lineWidth, penContainer, PROPERTY_LINE_COLOR, PROPERTY_LINE_STYLE, PROPERTY_LINE_WIDTHFields inherited from interface net.sf.jasperreports.engine.JRPenLINE_WIDTH_0, LINE_WIDTH_1
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBox()Gets the line color.Indicates the line style used for this pen.Gets the line width used for this pen.Methods inherited from class net.sf.jasperreports.engine.base.JRBasePenclone, getEventSupport, getHashCode, getOwnLineColor, getOwnLineStyle, getOwnLineWidth, getPenContainer, getStyleNameReference, getStyleResolver, isIdentical, populateStyle, setLineColor, setLineStyle, setLineWidthMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sf.jasperreports.engine.JRPenclone, getOwnLineColor, getOwnLineStyle, getOwnLineWidth, getPenContainer, populateStyle, setLineColor, setLineStyle, setLineWidth
- 
Field Details- 
lineBox
 
- 
- 
Constructor Details- 
JRBaseBoxPen
 
- 
- 
Method Details- 
getBox
- 
getLineWidthDescription copied from interface:JRPenGets the line width used for this pen.- Specified by:
- getLineWidthin interface- JRPen
- Overrides:
- getLineWidthin class- JRBasePen
- Returns:
- line width
 
- 
getLineStyleDescription copied from interface:JRPenIndicates the line style used for this pen.- Specified by:
- getLineStylein interface- JRPen
- Overrides:
- getLineStylein class- JRBasePen
- Returns:
- a value representing one of the line style constants in LineStyleEnum
 
- 
getLineColorDescription copied from interface:JRPenGets the line color.- Specified by:
- getLineColorin interface- JRPen
- Overrides:
- getLineColorin class- JRBasePen
 
- 
getPen
- 
clone
 
-