Package net.sf.jasperreports.engine.base
Interface JRBoxPen
-
- All Superinterfaces:
JRPen
- All Known Implementing Classes:
JRBaseBoxBottomPen,JRBaseBoxLeftPen,JRBaseBoxPen,JRBaseBoxRightPen,JRBaseBoxTopPen
public interface JRBoxPen extends JRPen
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from interface net.sf.jasperreports.engine.JRPen
LINE_WIDTH_0, LINE_WIDTH_1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JRBoxPenclone(JRLineBox lineBox)JRLineBoxgetBox()JRPengetPen(JRLineBox box)-
Methods inherited from interface net.sf.jasperreports.engine.JRPen
clone, getLineColor, getLineStyleValue, getLineWidth, getOwnLineColor, getOwnLineStyleValue, getOwnLineWidth, getPenContainer, populateStyle, setLineColor, setLineStyle, setLineWidth
-
-