Uses of Class
net.sf.jasperreports.engine.base.JRBaseElement
-
Packages that use JRBaseElement Package Description net.sf.jasperreports.components.headertoolbar.actions Contains Action classes for the built-in Header Toolbar component.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. -
-
Uses of JRBaseElement in net.sf.jasperreports.components.headertoolbar.actions
Constructors in net.sf.jasperreports.components.headertoolbar.actions with parameters of type JRBaseElement Constructor Description MoveElementCommand(JRBaseElement receiver, int x)ResizeElementCommand(JRBaseElement receiver, int width) -
Uses of JRBaseElement in net.sf.jasperreports.crosstabs.base
Subclasses of JRBaseElement in net.sf.jasperreports.crosstabs.base Modifier and Type Class Description classJRBaseCrosstabBase read-onlycrosstabimplementation. -
Uses of JRBaseElement in net.sf.jasperreports.crosstabs.design
Subclasses of JRBaseElement in net.sf.jasperreports.crosstabs.design Modifier and Type Class Description classJRDesignCrosstabDesign-timecrosstabimplementation. -
Uses of JRBaseElement in net.sf.jasperreports.engine.base
Subclasses of JRBaseElement in net.sf.jasperreports.engine.base Modifier and Type Class Description classJRBaseBreakThe actual implementation of a break element.classJRBaseChartclassJRBaseComponentElementA read-onlyJRComponentElementimplementation which is included in compiled reports.classJRBaseEllipseThe actual implementation of a graphic element representing an ellipse.classJRBaseFrameBase read-only implementation ofJRFrame.classJRBaseGenericElementA read-only implementation ofJRGenericElementthat is included in compiled reports.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.classJRBaseStaticTextThis class is used for representing a static text element.classJRBaseSubreportclassJRBaseTextElementThis class provides functionality common to text elements.classJRBaseTextFieldThis 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 classJRDesignBreakThe actual implementation of a break element, used at design time.classJRDesignChartclassJRDesignComponentElementAJRComponentElementimplementation which is to be used at report design time.classJRDesignElementThis class provides a skeleton implementation for a design time report element.classJRDesignEllipseThe actual implementation of a graphic element representing an ellipse, used at design time.classJRDesignFrameImplementation ofJRFrameto be used at design time.classJRDesignGenericElementA implementation ofJRGenericElementthat is to be used at report 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.classJRDesignStaticTextThis class is used for representing a design static text element.classJRDesignSubreportclassJRDesignTextElementThis class provides functionality common to design text elements.classJRDesignTextField
-