|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JRCommonGraphicElement | |
---|---|
net.sf.jasperreports.engine | Provides access to the library's main functionality through façade 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). |
net.sf.jasperreports.engine.util | Utility classes. |
Uses of JRCommonGraphicElement in net.sf.jasperreports.engine |
---|
Subinterfaces of JRCommonGraphicElement in net.sf.jasperreports.engine | |
---|---|
interface |
JRCommonImage
|
interface |
JREllipse
An abstract representation of a graphic element representing an ellipse. |
interface |
JRGraphicElement
An abstract representation of a report graphic element. |
interface |
JRImage
An abstract representation of a graphic element representing an image. |
interface |
JRLine
An abstract representation of a graphic element representing a straight line. |
interface |
JRPrintEllipse
|
interface |
JRPrintGraphicElement
|
interface |
JRPrintImage
|
interface |
JRPrintLine
|
interface |
JRPrintRectangle
|
interface |
JRRectangle
An abstract representation of a graphic element representing a rectangle. |
Uses of JRCommonGraphicElement in net.sf.jasperreports.engine.base |
---|
Classes in net.sf.jasperreports.engine.base that implement JRCommonGraphicElement | |
---|---|
class |
JRBaseEllipse
The actual implementation of a graphic element representing an ellipse. |
class |
JRBaseGraphicElement
This class provides functionality common to graphic elements. |
class |
JRBaseImage
The actual implementation of a graphic element representing an image. |
class |
JRBaseLine
The actual implementation of a graphic element representing a straight line. |
class |
JRBasePrintEllipse
|
class |
JRBasePrintGraphicElement
|
class |
JRBasePrintImage
|
class |
JRBasePrintLine
|
class |
JRBasePrintRectangle
|
class |
JRBaseRectangle
The actual implementation of a graphic element representing a rectangle. |
Uses of JRCommonGraphicElement in net.sf.jasperreports.engine.design |
---|
Classes in net.sf.jasperreports.engine.design that implement JRCommonGraphicElement | |
---|---|
class |
JRDesignEllipse
The actual implementation of a graphic element representing an ellipse, used at design time. |
class |
JRDesignGraphicElement
This class contains functionality common to graphic elements at design time. |
class |
JRDesignImage
The actual implementation of a graphic element representing an image, used at design time. |
class |
JRDesignLine
The actual implementation of a graphic element representing a straight line, used at design time. |
class |
JRDesignRectangle
The actual implementation of a graphic element representing a rectangle, used at design time. |
Uses of JRCommonGraphicElement in net.sf.jasperreports.engine.fill |
---|
Classes in net.sf.jasperreports.engine.fill that implement JRCommonGraphicElement | |
---|---|
class |
JRFillEllipse
|
class |
JRFillGraphicElement
|
class |
JRFillImage
|
class |
JRFillLine
|
class |
JRFillRectangle
|
class |
JRRecordedValuesPrintImage
Print image implementation that supports recorded values. |
class |
JRTemplateEllipse
|
class |
JRTemplateGraphicElement
|
class |
JRTemplateImage
|
class |
JRTemplateLine
|
class |
JRTemplatePrintEllipse
|
class |
JRTemplatePrintGraphicElement
|
class |
JRTemplatePrintImage
|
class |
JRTemplatePrintLine
|
class |
JRTemplatePrintRectangle
|
class |
JRTemplateRectangle
|
Uses of JRCommonGraphicElement in net.sf.jasperreports.engine.util |
---|
Methods in net.sf.jasperreports.engine.util with parameters of type JRCommonGraphicElement | |
---|---|
static byte |
JRStyleResolver.getFill(JRCommonGraphicElement element)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |