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 JRBoxPenJRLineBox. getBottomPen()Gets the pen properties for the bottom border.JRBoxPenJRLineBox. getLeftPen()Gets the pen properties for the left border.JRBoxPenJRLineBox. getPen()Gets the pen properties for the border.JRBoxPenJRLineBox. getRightPen()Gets the pen properties for the right border.JRBoxPenJRLineBox. 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 voidJRLineBox. copyBottomPen(JRBoxPen bottomPen)voidJRLineBox. copyLeftPen(JRBoxPen leftPen)voidJRLineBox. copyPen(JRBoxPen pen)voidJRLineBox. copyRightPen(JRBoxPen rightPen)voidJRLineBox. 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 classJRBaseBoxBottomPenclassJRBaseBoxLeftPenclassJRBaseBoxPenclassJRBaseBoxRightPenclassJRBaseBoxTopPenFields in net.sf.jasperreports.engine.base declared as JRBoxPen Modifier and Type Field Description protected JRBoxPenJRBaseLineBox. bottomPenprotected JRBoxPenJRBaseLineBox. leftPenprotected JRBoxPenJRBaseLineBox. penprotected JRBoxPenJRBaseLineBox. rightPenprotected JRBoxPenJRBaseLineBox. topPenMethods in net.sf.jasperreports.engine.base that return JRBoxPen Modifier and Type Method Description JRBoxPenJRBaseBoxPen. clone(JRLineBox lineBox)JRBoxPenJRBoxPen. clone(JRLineBox lineBox)JRBoxPenJRBaseLineBox. getBottomPen()JRBoxPenJRBaseLineBox. getLeftPen()JRBoxPenJRBaseLineBox. getPen()JRBoxPenJRBaseLineBox. getRightPen()JRBoxPenJRBaseLineBox. getTopPen()Methods in net.sf.jasperreports.engine.base with parameters of type JRBoxPen Modifier and Type Method Description voidJRBaseLineBox. copyBottomPen(JRBoxPen bottomPen)voidJRBaseLineBox. copyLeftPen(JRBoxPen leftPen)voidJRBaseLineBox. copyPen(JRBoxPen pen)voidJRBaseLineBox. copyRightPen(JRBoxPen rightPen)voidJRBaseLineBox. 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 voidPptxBorderHelper. exportBorder(java.lang.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 JRBoxPenCachingLineBox. getBottomPen()JRBoxPenCachingLineBox. getLeftPen()JRBoxPenCachingLineBox. getPen()JRBoxPenCachingLineBox. getRightPen()JRBoxPenCachingLineBox. getTopPen()Methods in net.sf.jasperreports.engine.fill with parameters of type JRBoxPen Modifier and Type Method Description voidCachingLineBox. copyBottomPen(JRBoxPen bottomPen)voidCachingLineBox. copyLeftPen(JRBoxPen leftPen)voidCachingLineBox. copyPen(JRBoxPen pen)voidCachingLineBox. copyRightPen(JRBoxPen rightPen)voidCachingLineBox. 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 java.awt.ColorStyleResolver. getLineColor(JRBoxPen boxPen, java.awt.Color defaultColor)LineStyleEnumStyleResolver. getLineStyleValue(JRBoxPen boxPen)java.lang.FloatStyleResolver. getLineWidth(JRBoxPen boxPen, java.lang.Float defaultLineWidth)java.awt.ColorStyleResolver. getParentLineColor(JRBoxPen boxPen, java.awt.Color defaultColor)LineStyleEnumStyleResolver. getParentLineStyleValue(JRBoxPen boxPen)java.lang.FloatStyleResolver. getParentLineWidth(JRBoxPen boxPen, java.lang.Float defaultLineWidth)
-