Uses of Interface
net.sf.jasperreports.engine.JRPen
-
Packages that use JRPen 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.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.engine.export Provides utility classes for exporting reports to various popular formats such as PDF, HTML, RTF, CSV, Excel, DOCX, PPTX, ODT, ODS, XML, Text, etc.net.sf.jasperreports.engine.export.draw Contains classes for drawing elements at export time.net.sf.jasperreports.engine.export.oasis Provides utility classes for exporting reports to Open Document Format, such as ODT and ODS.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.net.sf.jasperreports.engine.xml Contains classes for loading report templates from XML files. -
-
Uses of JRPen in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRPen Modifier and Type Method Description JRPenJRPen. clone(JRPenContainer penContainer)JRPenJRCommonGraphicElement. getLinePen()JRPenJRStyle. getLinePen()JRPenJRBoxPenProvider. getPen(JRLineBox box)Gets the pen object. -
Uses of JRPen in net.sf.jasperreports.engine.base
Subinterfaces of JRPen in net.sf.jasperreports.engine.base Modifier and Type Interface Description interfaceJRBoxPenClasses in net.sf.jasperreports.engine.base that implement JRPen Modifier and Type Class Description classJRBaseBoxBottomPenclassJRBaseBoxLeftPenclassJRBaseBoxPenclassJRBaseBoxRightPenclassJRBaseBoxTopPenclassJRBasePenThis is useful for drawing borders around text elements and images.Fields in net.sf.jasperreports.engine.base declared as JRPen Modifier and Type Field Description protected JRPenJRBaseGraphicElement. linePenprotected JRPenJRBasePrintGraphicElement. linePenprotected JRPenJRBaseStyle. linePenMethods in net.sf.jasperreports.engine.base that return JRPen Modifier and Type Method Description JRPenJRBasePen. clone(JRPenContainer penContainer)JRPenJRBaseGraphicElement. getLinePen()JRPenJRBasePrintGraphicElement. getLinePen()JRPenJRBaseStyle. getLinePen()JRPenJRBaseBoxBottomPen. getPen(JRLineBox box)JRPenJRBaseBoxLeftPen. getPen(JRLineBox box)JRPenJRBaseBoxPen. getPen(JRLineBox box)JRPenJRBaseBoxRightPen. getPen(JRLineBox box)JRPenJRBaseBoxTopPen. getPen(JRLineBox box)JRPenJRBoxPen. getPen(JRLineBox box)Methods in net.sf.jasperreports.engine.base with parameters of type JRPen Modifier and Type Method Description voidJRBasePrintGraphicElement. copyPen(JRPen linePen) -
Uses of JRPen in net.sf.jasperreports.engine.design
Fields in net.sf.jasperreports.engine.design declared as JRPen Modifier and Type Field Description protected JRPenJRDesignGraphicElement. linePenMethods in net.sf.jasperreports.engine.design that return JRPen Modifier and Type Method Description JRPenJRDesignGraphicElement. getLinePen() -
Uses of JRPen in net.sf.jasperreports.engine.export
Methods in net.sf.jasperreports.engine.export that return JRPen Modifier and Type Method Description protected JRPenJRPdfExporter. getFieldPen(JRPrintElement element)Methods in net.sf.jasperreports.engine.export with parameters of type JRPen Modifier and Type Method Description protected booleanHtmlExporter. appendPen(java.lang.StringBuilder sb, JRPen pen, java.lang.String side)protected voidJRPdfExporter. exportBottomPen(JRPen leftPen, JRPen bottomPen, JRPen rightPen, JRPrintElement element)protected voidJRPdfExporter. exportLeftPen(JRPen topPen, JRPen leftPen, JRPen bottomPen, JRPrintElement element)protected voidJRPdfExporter. exportPen(JRPen pen, JRPrintElement element)protected voidJRXmlExporter. exportPen(java.lang.String element, JRPen pen)protected voidJRXmlExporter. exportPen(JRPen pen)protected voidJRPdfExporter. exportRightPen(JRPen topPen, JRPen bottomPen, JRPen rightPen, JRPrintElement element)protected voidJRPdfExporter. exportTopPen(JRPen topPen, JRPen leftPen, JRPen rightPen, JRPrintElement element)protected static org.apache.poi.ss.usermodel.BorderStyleJRXlsExporter. getBorderStyle(JRPen pen)protected static org.apache.poi.ss.usermodel.BorderStyleJRXlsMetadataExporter. getBorderStyle(JRPen pen)protected intExcelAbstractExporter. getImageBorderCorrection(JRPen pen)protected intJRXlsAbstractMetadataExporter. getImageBorderCorrection(JRPen pen)voidJRXlsMetadataExporter.BoxStyle. setPen(JRPen pen)Constructors in net.sf.jasperreports.engine.export with parameters of type JRPen Constructor Description BoxStyle(int side, JRPen pen) -
Uses of JRPen in net.sf.jasperreports.engine.export.draw
Methods in net.sf.jasperreports.engine.export.draw with parameters of type JRPen Modifier and Type Method Description protected voidElementDrawer. drawBottomPen(java.awt.Graphics2D grx, JRPen leftPen, JRPen bottomPen, JRPen rightPen, JRPrintElement element, int offsetX, int offsetY)protected voidElementDrawer. drawLeftPen(java.awt.Graphics2D grx, JRPen topPen, JRPen leftPen, JRPen bottomPen, JRPrintElement element, int offsetX, int offsetY)protected voidElementDrawer. drawPen(java.awt.Graphics2D grx, JRPen pen, JRPrintElement element, int offsetX, int offsetY)protected voidElementDrawer. drawRightPen(java.awt.Graphics2D grx, JRPen topPen, JRPen bottomPen, JRPen rightPen, JRPrintElement element, int offsetX, int offsetY)protected voidElementDrawer. drawTopPen(java.awt.Graphics2D grx, JRPen topPen, JRPen leftPen, JRPen rightPen, JRPrintElement element, int offsetX, int offsetY) -
Uses of JRPen in net.sf.jasperreports.engine.export.oasis
Methods in net.sf.jasperreports.engine.export.oasis with parameters of type JRPen Modifier and Type Method Description voidBorderStyle. setPen(JRPen pen) -
Uses of JRPen in net.sf.jasperreports.engine.export.ooxml
Methods in net.sf.jasperreports.engine.export.ooxml that return JRPen Modifier and Type Method Description protected JRPenJRPptxExporter. getPptxPen(JRLineBox box)Methods in net.sf.jasperreports.engine.export.ooxml with parameters of type JRPen Modifier and Type Method Description voidXlsxBorderHelper. export(JRPen pen)protected voidJRPptxExporter. exportPen(JRPen pen)protected voidJRPptxExporter. exportRectangle(JRPrintElement rectangle, JRPen pen, int radius)Constructors in net.sf.jasperreports.engine.export.ooxml with parameters of type JRPen Constructor Description DocxBorderInfo(JRPen pen)XlsxBorderInfo(JRPen pen) -
Uses of JRPen in net.sf.jasperreports.engine.fill
Fields in net.sf.jasperreports.engine.fill declared as JRPen Modifier and Type Field Description protected JRPenJRFillGraphicElement. initPenprotected JRPenJRTemplateGraphicElement. linePenprotected JRPenJRFillGraphicElement. penMethods in net.sf.jasperreports.engine.fill that return JRPen Modifier and Type Method Description JRPenJRFillGraphicElement. getLinePen()JRPenJRTemplateGraphicElement. getLinePen()JRPenJRTemplatePrintGraphicElement. getLinePen()Methods in net.sf.jasperreports.engine.fill with parameters of type JRPen Modifier and Type Method Description voidJRTemplateGraphicElement. copyLinePen(JRPen pen)Copiespenattributes. -
Uses of JRPen in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRPen Modifier and Type Method Description static voidStyleUtil. appendPen(JRPen destPen, JRPen srcPen)Merges two pens, by appending the properties of the source pen to the ones of the destination pen.JRStyleStyleResolver. getBaseStyle(JRPen pen)java.awt.ColorStyleResolver. getLineColor(JRPen pen, java.awt.Color defaultColor)LineStyleEnumStyleResolver. getLineStyleValue(JRPen pen)java.lang.FloatStyleResolver. getLineWidth(JRPen pen, java.lang.Float defaultLineWidth)static java.awt.StrokeJRPenUtil. getStroke(JRPen pen, int lineCap)static voidJRPenUtil. setLinePenFromPen(PenEnum pen, JRPen linePen) -
Uses of JRPen in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type JRPen Modifier and Type Method Description protected static voidJRPenFactory. setPenAttributes(org.xml.sax.Attributes atts, JRPen pen)protected voidJRXmlBaseWriter. writePen(JRPen pen)
-