Uses of Interface
net.sf.jasperreports.engine.JRPenContainer
-
Packages that use JRPenContainer 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.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). -
-
Uses of JRPenContainer in net.sf.jasperreports.engine
Subinterfaces of JRPenContainer in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceJRCommonGraphicElementAn abstract representation of a report graphic element.interfaceJRCommonImageAn abstract representation that provides basic functionality for images.interfaceJRConditionalStyleinterfaceJREllipseAn abstract representation of a graphic element representing an ellipse.interfaceJRGraphicElementAn abstract representation of a report graphic element.interfaceJRImageAn abstract representation of a graphic element representing an image.interfaceJRLineAn abstract representation of a graphic element representing a straight line.interfaceJRLineBoxThis is useful for drawing borders around text elements and images.interfaceJRPrintEllipseinterfaceJRPrintGraphicElementinterfaceJRPrintImageinterfaceJRPrintLineinterfaceJRPrintRectangleinterfaceJRRectangleAn abstract representation of a graphic element representing a rectangle.interfaceJRStyleProvides a collection of style settings declared at the report level.Methods in net.sf.jasperreports.engine that return JRPenContainer Modifier and Type Method Description JRPenContainerJRPen. getPenContainer()Methods in net.sf.jasperreports.engine with parameters of type JRPenContainer Modifier and Type Method Description JRPenJRPen. clone(JRPenContainer penContainer) -
Uses of JRPenContainer in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPenContainer Modifier and Type Class Description classJRBaseConditionalStyleclassJRBaseEllipseThe actual implementation of a graphic element representing an ellipse.classJRBaseGraphicElementThis class provides functionality common to graphic elements.classJRBaseImageThe actual implementation of a graphic element representing an image.classJRBaseLineThe actual implementation of a graphic element representing a straight line.classJRBaseLineBoxThis is useful for drawing borders around text elements and images.classJRBasePrintEllipseclassJRBasePrintGraphicElementclassJRBasePrintImageclassJRBasePrintLineclassJRBasePrintRectangleclassJRBaseRectangleThe actual implementation of a graphic element representing a rectangle.classJRBaseStyleFields in net.sf.jasperreports.engine.base declared as JRPenContainer Modifier and Type Field Description protected JRPenContainerJRBasePen. penContainerMethods in net.sf.jasperreports.engine.base that return JRPenContainer Modifier and Type Method Description JRPenContainerJRBasePen. getPenContainer()Methods in net.sf.jasperreports.engine.base with parameters of type JRPenContainer Modifier and Type Method Description JRPenJRBasePen. clone(JRPenContainer penContainer)Constructors in net.sf.jasperreports.engine.base with parameters of type JRPenContainer Constructor Description JRBasePen(JRPenContainer penContainer) -
Uses of JRPenContainer in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRPenContainer Modifier and Type Class Description classJRDesignConditionalStyleclassJRDesignEllipseThe actual implementation of a graphic element representing an ellipse, used at design time.classJRDesignGraphicElementThis class contains functionality common to graphic elements at design time.classJRDesignImageThe actual implementation of a graphic element representing an image, used at design time.classJRDesignLineThe actual implementation of a graphic element representing a straight line, used at design time.classJRDesignRectangleThe actual implementation of a graphic element representing a rectangle, used at design time.classJRDesignStyle -
Uses of JRPenContainer in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRPenContainer Modifier and Type Class Description classCachingLineBoxclassJRFillEllipseclassJRFillGraphicElementclassJRFillImageclassJRFillLineclassJRFillRectangleclassJRRecordedValuesPrintImagePrint image implementation that supports recorded values.classJRTemplateEllipseEllipse information shared by multiple print ellipse objects.classJRTemplateGraphicElementBase class consisting of graphic print element information shared by multiple print element instances.classJRTemplateImageImage information shared by multiple print image objects.classJRTemplateLineLine element information shared by multiple print line objects.classJRTemplatePrintEllipseBase implementation ofJRPrintEllipsethat uses aJRTemplateEllipseinstance to store common attributes.classJRTemplatePrintGraphicElementBase implementation ofJRPrintGraphicElementthat uses aJRTemplateGraphicElementinstance to store common attributes.classJRTemplatePrintImageImplementation ofJRPrintImagethat uses aJRTemplateImageinstance to store common attributes.classJRTemplatePrintLineImplementation ofJRPrintLinethat uses aJRTemplateLineinstance to store common attributes.classJRTemplatePrintRectangleImplementation ofJRPrintRectanglethat uses aJRTemplateRectangleinstance to store common attributes.classJRTemplateRectangleRectangle information shared by multiple print rectangle objects.
-