Uses of Interface
net.sf.jasperreports.engine.JRGraphicElement
-
Packages that use JRGraphicElement 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.convert 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 JRGraphicElement in net.sf.jasperreports.engine
Subinterfaces of JRGraphicElement in net.sf.jasperreports.engine Modifier and Type Interface Description interfaceJREllipseAn abstract representation of a graphic element representing an ellipse.interfaceJRImageAn abstract representation of a graphic element representing an image.interfaceJRLineAn abstract representation of a graphic element representing a straight line.interfaceJRRectangleAn abstract representation of a graphic element representing a rectangle. -
Uses of JRGraphicElement in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRGraphicElement Modifier and Type Class Description classJRBaseEllipseThe 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.classJRBaseRectangleThe actual implementation of a graphic element representing a rectangle.Constructors in net.sf.jasperreports.engine.base with parameters of type JRGraphicElement Constructor Description JRBaseGraphicElement(JRGraphicElement graphicElement, JRBaseObjectFactory factory)Constructs an empty graphic element. -
Uses of JRGraphicElement in net.sf.jasperreports.engine.convert
Methods in net.sf.jasperreports.engine.convert with parameters of type JRGraphicElement Modifier and Type Method Description protected voidElementConverter. copyGraphicElement(ReportConverter reportConverter, JRGraphicElement element, JRBasePrintGraphicElement printElement) -
Uses of JRGraphicElement in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRGraphicElement Modifier and Type Class Description classJRDesignEllipseThe 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. -
Uses of JRGraphicElement in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRGraphicElement Modifier and Type Class Description classJRFillEllipseclassJRFillGraphicElementclassJRFillImageclassJRFillLineclassJRFillRectangleMethods in net.sf.jasperreports.engine.fill with parameters of type JRGraphicElement Modifier and Type Method Description protected voidJRTemplateGraphicElement. setGraphicElement(JRGraphicElement graphicElement)Constructors in net.sf.jasperreports.engine.fill with parameters of type JRGraphicElement Constructor Description JRFillGraphicElement(JRBaseFiller filler, JRGraphicElement graphicElement, JRFillObjectFactory factory)JRTemplateGraphicElement(JROrigin origin, JRDefaultStyleProvider defaultStyleProvider, JRGraphicElement graphicElement)
-