Uses of Class
net.sf.jasperreports.engine.base.JRBaseElement
-
Packages that use JRBaseElement Package Description net.sf.jasperreports.charts.base Contains base implementations for chart related interfaces.net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces.net.sf.jasperreports.crosstabs.base Contains base classes for the Crosstab report element.net.sf.jasperreports.crosstabs.design Contains design classes for the Crosstab report element.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.interactivity.headertoolbar.actions Contains Action classes for the built-in Header Toolbar component. -
-
Uses of JRBaseElement in net.sf.jasperreports.charts.base
Subclasses of JRBaseElement in net.sf.jasperreports.charts.base Modifier and Type Class Description class
JRBaseChart
-
Uses of JRBaseElement in net.sf.jasperreports.charts.design
Subclasses of JRBaseElement in net.sf.jasperreports.charts.design Modifier and Type Class Description class
JRDesignChart
-
Uses of JRBaseElement in net.sf.jasperreports.crosstabs.base
Subclasses of JRBaseElement in net.sf.jasperreports.crosstabs.base Modifier and Type Class Description class
JRBaseCrosstab
Base read-onlycrosstab
implementation. -
Uses of JRBaseElement in net.sf.jasperreports.crosstabs.design
Subclasses of JRBaseElement in net.sf.jasperreports.crosstabs.design Modifier and Type Class Description class
JRDesignCrosstab
Design-timecrosstab
implementation. -
Uses of JRBaseElement in net.sf.jasperreports.engine.base
Subclasses of JRBaseElement in net.sf.jasperreports.engine.base Modifier and Type Class Description class
JRBaseBreak
The actual implementation of a break element.class
JRBaseComponentElement
A read-onlyJRComponentElement
implementation which is included in compiled reports.class
JRBaseEllipse
The actual implementation of a graphic element representing an ellipse.class
JRBaseFrame
Base read-only implementation ofJRFrame
.class
JRBaseGenericElement
A read-only implementation ofJRGenericElement
that is included in compiled reports.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
JRBaseRectangle
The actual implementation of a graphic element representing a rectangle.class
JRBaseStaticText
This class is used for representing a static text element.class
JRBaseSubreport
class
JRBaseTextElement
This class provides functionality common to text elements.class
JRBaseTextField
This class is used for representing a text field. -
Uses of JRBaseElement in net.sf.jasperreports.engine.design
Subclasses of JRBaseElement in net.sf.jasperreports.engine.design Modifier and Type Class Description class
JRDesignBreak
The actual implementation of a break element, used at design time.class
JRDesignComponentElement
AJRComponentElement
implementation which is to be used at report design time.class
JRDesignElement
This class provides a skeleton implementation for a design time report element.class
JRDesignEllipse
The actual implementation of a graphic element representing an ellipse, used at design time.class
JRDesignFrame
Implementation ofJRFrame
to be used at design time.class
JRDesignGenericElement
A implementation ofJRGenericElement
that is to be used at report 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.class
JRDesignStaticText
This class is used for representing a design static text element.class
JRDesignSubreport
class
JRDesignTextElement
This class provides functionality common to design text elements.class
JRDesignTextField
-
Uses of JRBaseElement in net.sf.jasperreports.interactivity.headertoolbar.actions
Constructors in net.sf.jasperreports.interactivity.headertoolbar.actions with parameters of type JRBaseElement Constructor Description MoveElementCommand(JRBaseElement receiver, int x)
ResizeElementCommand(JRBaseElement receiver, int width)
-