Uses of Class
net.sf.jasperreports.engine.design.JRDesignElement
-
Packages that use JRDesignElement Package Description net.sf.jasperreports.crosstabs.design Contains design classes for the Crosstab report element.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.xml Contains classes for loading report templates from XML files.net.sf.jasperreports.web.actions Contains Action implementations. -
-
Uses of JRDesignElement in net.sf.jasperreports.crosstabs.design
Subclasses of JRDesignElement in net.sf.jasperreports.crosstabs.design Modifier and Type Class Description classJRDesignCrosstabDesign-timecrosstabimplementation. -
Uses of JRDesignElement in net.sf.jasperreports.engine.design
Subclasses of JRDesignElement 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.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.classJRDesignTextFieldMethods in net.sf.jasperreports.engine.design that return JRDesignElement Modifier and Type Method Description JRDesignElementJRDesignElementGroup. removeElement(JRDesignElement element)Methods in net.sf.jasperreports.engine.design with parameters of type JRDesignElement Modifier and Type Method Description voidJRDesignElementGroup. addElement(int index, JRDesignElement element)voidJRDesignElementGroup. addElement(JRDesignElement element)JRDesignElementJRDesignElementGroup. removeElement(JRDesignElement element) -
Uses of JRDesignElement in net.sf.jasperreports.engine.xml
Methods in net.sf.jasperreports.engine.xml with parameters of type JRDesignElement Modifier and Type Method Description voidJRXmlLoader. addGroupReprintedElement(JRDesignElement element)Deprecated.To be removed.Constructors in net.sf.jasperreports.engine.xml with parameters of type JRDesignElement Constructor Description ElementReprintGroupReference(JRDesignElement element) -
Uses of JRDesignElement in net.sf.jasperreports.web.actions
Method parameters in net.sf.jasperreports.web.actions with type arguments of type JRDesignElement Modifier and Type Method Description CommandTargetAbstractAction. getCommandTarget(java.util.UUID uuid, java.lang.Class<? extends JRDesignElement> elementType)CommandTargetAbstractAction. getCommandTarget(java.util.UUID uuid, java.lang.Class<? extends JRDesignElement> elementType, boolean markDirty)
-