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:
- java.io.Serializable, java.lang.Cloneable, JRBoxPen, JRChangeEventsSupport, JRPen
- Direct Known Subclasses:
- JRBaseBoxBottomPen, JRBaseBoxLeftPen, JRBaseBoxRightPen, JRBaseBoxTopPen
public class JRBaseBoxPen
- extends JRBasePen
- implements JRBoxPen
- Version:
- $Id: JRBaseBoxPen.java 3033 2009-08-27 11:46:22Z teodord $
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
- See Also:
- Serialized Form
Methods inherited from class net.sf.jasperreports.engine.base.JRBasePen |
clone, getEventSupport, getOwnLineColor, getOwnLineStyle, getOwnLineWidth, getStyleContainer, getStyleNameReference, setLineColor, setLineStyle, setLineStyle, setLineWidth, setLineWidth |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lineBox
protected JRLineBox lineBox
JRBaseBoxPen
public JRBaseBoxPen(JRLineBox box)
getBox
public JRLineBox getBox()
- Specified by:
getBox
in interface JRBoxPen
getLineWidth
public java.lang.Float getLineWidth()
- Description copied from interface:
JRPen
- Gets the line width used for this pen.
- Specified by:
getLineWidth
in interface JRPen
- Overrides:
getLineWidth
in class JRBasePen
- Returns:
- line width
getLineStyle
public java.lang.Byte getLineStyle()
- Description copied from interface:
JRPen
- Gets the line style used for this pen.
- Specified by:
getLineStyle
in interface JRPen
- Overrides:
getLineStyle
in class JRBasePen
- Returns:
- one of the line style constants in this class
getLineColor
public java.awt.Color getLineColor()
- Description copied from interface:
JRPen
- Gets the line color.
- Specified by:
getLineColor
in interface JRPen
- Overrides:
getLineColor
in class JRBasePen
getPen
public JRPen getPen(JRLineBox box)
- Specified by:
getPen
in interface JRBoxPen
clone
public JRBoxPen clone(JRLineBox lineBox)
- Specified by:
clone
in interface JRBoxPen
© 2001-2009 Jaspersoft Corporation www.jaspersoft.com