Uses of Interface
net.sf.jasperreports.engine.JRPenContainer
Packages that use JRPenContainer
Package
Description
Contains fill time implementations for chart related interfaces.
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.
Contains design time implementations for the library's main interfaces as well as report compiling tools.
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.charts.fill
Classes in net.sf.jasperreports.charts.fill that implement JRPenContainer -
Uses of JRPenContainer in net.sf.jasperreports.engine
Subinterfaces of JRPenContainer in net.sf.jasperreports.engineModifier and TypeInterfaceDescriptioninterfaceAn abstract representation of a report graphic element.interfaceAn abstract representation that provides basic functionality for images.interfaceinterfaceAn abstract representation of a graphic element representing an ellipse.interfaceAn abstract representation of a report graphic element.interfaceAn abstract representation of a graphic element representing an image.interfaceAn abstract representation of a graphic element representing a straight line.interfaceThis is useful for drawing borders around text elements and images.interfaceinterfaceinterfaceinterfaceinterfaceinterfaceAn abstract representation of a graphic element representing a rectangle.interfaceProvides a collection of style settings declared at the report level.Methods in net.sf.jasperreports.engine that return JRPenContainerMethods in net.sf.jasperreports.engine with parameters of type JRPenContainer -
Uses of JRPenContainer in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRPenContainerModifier and TypeClassDescriptionclassclassThe actual implementation of a graphic element representing an ellipse.classThis class provides functionality common to graphic elements.classThe actual implementation of a graphic element representing an image.classThe actual implementation of a graphic element representing a straight line.classThis is useful for drawing borders around text elements and images.classclassclassclassclassclassThe actual implementation of a graphic element representing a rectangle.classFields in net.sf.jasperreports.engine.base declared as JRPenContainerMethods in net.sf.jasperreports.engine.base that return JRPenContainerMethods in net.sf.jasperreports.engine.base with parameters of type JRPenContainerConstructors in net.sf.jasperreports.engine.base with parameters of type JRPenContainer -
Uses of JRPenContainer in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRPenContainerModifier and TypeClassDescriptionclassclassThe actual implementation of a graphic element representing an ellipse, used at design time.classThis class contains functionality common to graphic elements at design time.classThe actual implementation of a graphic element representing an image, used at design time.classThe actual implementation of a graphic element representing a straight line, used at design time.classThe actual implementation of a graphic element representing a rectangle, used at design time.class -
Uses of JRPenContainer in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRPenContainerModifier and TypeClassDescriptionclassclassclassclassclassclassclassPrint image implementation that supports recorded values.classEllipse information shared by multiple print ellipse objects.classBase class consisting of graphic print element information shared by multiple print element instances.classImage information shared by multiple print image objects.classLine element information shared by multiple print line objects.classBase implementation ofJRPrintEllipsethat uses aJRTemplateEllipseinstance to store common attributes.classBase implementation ofJRPrintGraphicElementthat uses aJRTemplateGraphicElementinstance to store common attributes.classImplementation ofJRPrintImagethat uses aJRTemplateImageinstance to store common attributes.classImplementation ofJRPrintLinethat uses aJRTemplateLineinstance to store common attributes.classImplementation ofJRPrintRectanglethat uses aJRTemplateRectangleinstance to store common attributes.classRectangle information shared by multiple print rectangle objects.