Uses of Interface
net.sf.jasperreports.engine.base.JRBoxPen
-
Packages that use JRBoxPen Package Description net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.export.ooxml Provides utility classes for exporting reports to Office Open XML Format, such as DOCX, XLSX and PPTX.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.util Contains utility classes for the core library. -
-
Uses of JRBoxPen in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRBoxPen Modifier and Type Method Description JRBoxPen
JRLineBox. getBottomPen()
Gets the pen properties for the bottom border.JRBoxPen
JRLineBox. getLeftPen()
Gets the pen properties for the left border.JRBoxPen
JRLineBox. getPen()
Gets the pen properties for the border.JRBoxPen
JRLineBox. getRightPen()
Gets the pen properties for the right border.JRBoxPen
JRLineBox. getTopPen()
Gets the pen properties for the top border.Methods in net.sf.jasperreports.engine with parameters of type JRBoxPen Modifier and Type Method Description void
JRLineBox. copyBottomPen(JRBoxPen bottomPen)
void
JRLineBox. copyLeftPen(JRBoxPen leftPen)
void
JRLineBox. copyPen(JRBoxPen pen)
void
JRLineBox. copyRightPen(JRBoxPen rightPen)
void
JRLineBox. copyTopPen(JRBoxPen topPen)
-
Uses of JRBoxPen in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRBoxPen Modifier and Type Class Description class
JRBaseBoxBottomPen
class
JRBaseBoxLeftPen
class
JRBaseBoxPen
class
JRBaseBoxRightPen
class
JRBaseBoxTopPen
Fields in net.sf.jasperreports.engine.base declared as JRBoxPen Modifier and Type Field Description protected JRBoxPen
JRBaseLineBox. bottomPen
protected JRBoxPen
JRBaseLineBox. leftPen
protected JRBoxPen
JRBaseLineBox. pen
protected JRBoxPen
JRBaseLineBox. rightPen
protected JRBoxPen
JRBaseLineBox. topPen
Methods in net.sf.jasperreports.engine.base that return JRBoxPen Modifier and Type Method Description JRBoxPen
JRBaseBoxPen. clone(JRLineBox lineBox)
JRBoxPen
JRBoxPen. clone(JRLineBox lineBox)
JRBoxPen
JRBaseLineBox. getBottomPen()
JRBoxPen
JRBaseLineBox. getLeftPen()
JRBoxPen
JRBaseLineBox. getPen()
JRBoxPen
JRBaseLineBox. getRightPen()
JRBoxPen
JRBaseLineBox. getTopPen()
Methods in net.sf.jasperreports.engine.base with parameters of type JRBoxPen Modifier and Type Method Description void
JRBaseLineBox. copyBottomPen(JRBoxPen bottomPen)
void
JRBaseLineBox. copyLeftPen(JRBoxPen leftPen)
void
JRBaseLineBox. copyPen(JRBoxPen pen)
void
JRBaseLineBox. copyRightPen(JRBoxPen rightPen)
void
JRBaseLineBox. copyTopPen(JRBoxPen topPen)
-
Uses of JRBoxPen in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRBoxPen Modifier and Type Method Description protected void
PptxBorderHelper. exportBorder(String side, JRBoxPen pen)
-
Uses of JRBoxPen in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRBoxPen Modifier and Type Method Description JRBoxPen
CachingLineBox. getBottomPen()
JRBoxPen
CachingLineBox. getLeftPen()
JRBoxPen
CachingLineBox. getPen()
JRBoxPen
CachingLineBox. getRightPen()
JRBoxPen
CachingLineBox. getTopPen()
Methods in net.sf.jasperreports.engine.fill with parameters of type JRBoxPen Modifier and Type Method Description void
CachingLineBox. copyBottomPen(JRBoxPen bottomPen)
void
CachingLineBox. copyLeftPen(JRBoxPen leftPen)
void
CachingLineBox. copyPen(JRBoxPen pen)
void
CachingLineBox. copyRightPen(JRBoxPen rightPen)
void
CachingLineBox. copyTopPen(JRBoxPen topPen)
-
Uses of JRBoxPen in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRBoxPen Modifier and Type Method Description Color
StyleResolver. getLineColor(JRBoxPen boxPen, Color defaultColor)
LineStyleEnum
StyleResolver. getLineStyle(JRBoxPen boxPen)
Float
StyleResolver. getLineWidth(JRBoxPen boxPen, Float defaultLineWidth)
Color
StyleResolver. getParentLineColor(JRBoxPen boxPen, Color defaultColor)
LineStyleEnum
StyleResolver. getParentLineStyle(JRBoxPen boxPen)
Float
StyleResolver. getParentLineWidth(JRBoxPen boxPen, Float defaultLineWidth)
-