Uses of Interface
net.sf.jasperreports.engine.base.JRBoxPen
Packages that use JRBoxPen
Package
Description
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.
Contains base implementations for the library's main interfaces.
Provides utility classes for exporting reports to Office Open XML Format, such as
DOCX, XLSX and PPTX.
Contains fill time implementations for the library's main interfaces and the entire
engine used in the filling process (the actual core of JasperReports).
Contains utility classes for the core library.
-
Uses of JRBoxPen in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRBoxPenModifier and TypeMethodDescriptionJRLineBox.getBottomPen()Gets the pen properties for the bottom border.JRLineBox.getLeftPen()Gets the pen properties for the left border.JRLineBox.getPen()Gets the pen properties for the border.JRLineBox.getRightPen()Gets the pen properties for the right border.JRLineBox.getTopPen()Gets the pen properties for the top border.Methods in net.sf.jasperreports.engine with parameters of type JRBoxPenModifier and TypeMethodDescriptionvoidJRLineBox.copyBottomPen(JRBoxPen bottomPen) voidJRLineBox.copyLeftPen(JRBoxPen leftPen) voidvoidJRLineBox.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 JRBoxPenModifier and TypeClassDescriptionclassclassclassclassclassFields in net.sf.jasperreports.engine.base declared as JRBoxPenModifier and TypeFieldDescriptionprotected JRBoxPenJRBaseLineBox.bottomPenprotected JRBoxPenJRBaseLineBox.leftPenprotected JRBoxPenJRBaseLineBox.penprotected JRBoxPenJRBaseLineBox.rightPenprotected JRBoxPenJRBaseLineBox.topPenMethods in net.sf.jasperreports.engine.base that return JRBoxPenModifier and TypeMethodDescriptionJRBaseLineBox.getBottomPen()JRBaseLineBox.getLeftPen()JRBaseLineBox.getPen()JRBaseLineBox.getRightPen()JRBaseLineBox.getTopPen()Methods in net.sf.jasperreports.engine.base with parameters of type JRBoxPenModifier and TypeMethodDescriptionvoidJRBaseLineBox.copyBottomPen(JRBoxPen bottomPen) voidJRBaseLineBox.copyLeftPen(JRBoxPen leftPen) voidvoidJRBaseLineBox.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 JRBoxPenModifier and TypeMethodDescriptionprotected voidPptxBorderHelper.exportBorder(String side, JRBoxPen pen) -
Uses of JRBoxPen in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRBoxPenModifier and TypeMethodDescriptionCachingLineBox.getBottomPen()CachingLineBox.getLeftPen()CachingLineBox.getPen()CachingLineBox.getRightPen()CachingLineBox.getTopPen()Methods in net.sf.jasperreports.engine.fill with parameters of type JRBoxPenModifier and TypeMethodDescriptionvoidCachingLineBox.copyBottomPen(JRBoxPen bottomPen) voidCachingLineBox.copyLeftPen(JRBoxPen leftPen) voidvoidCachingLineBox.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 JRBoxPenModifier and TypeMethodDescriptionStyleResolver.getLineColor(JRBoxPen boxPen, Color defaultColor) StyleResolver.getLineStyle(JRBoxPen boxPen) StyleResolver.getLineWidth(JRBoxPen boxPen, Float defaultLineWidth) StyleResolver.getParentLineColor(JRBoxPen boxPen, Color defaultColor) StyleResolver.getParentLineStyle(JRBoxPen boxPen) StyleResolver.getParentLineWidth(JRBoxPen boxPen, Float defaultLineWidth)