Uses of Class
net.sf.jasperreports.engine.design.JRDesignElement
-
Packages that use JRDesignElement Package Description net.sf.jasperreports.charts.design Contains design time implementations for chart related interfaces.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.interactivity.actions -
-
Uses of JRDesignElement in net.sf.jasperreports.charts.design
Subclasses of JRDesignElement in net.sf.jasperreports.charts.design Modifier and Type Class Description class
JRDesignChart
-
Uses of JRDesignElement in net.sf.jasperreports.crosstabs.design
Subclasses of JRDesignElement in net.sf.jasperreports.crosstabs.design Modifier and Type Class Description class
JRDesignCrosstab
Design-timecrosstab
implementation. -
Uses of JRDesignElement in net.sf.jasperreports.engine.design
Subclasses of JRDesignElement 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
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
Methods in net.sf.jasperreports.engine.design that return JRDesignElement Modifier and Type Method Description JRDesignElement
JRDesignElementGroup. removeElement(JRDesignElement element)
Methods in net.sf.jasperreports.engine.design with parameters of type JRDesignElement Modifier and Type Method Description void
JRDesignElementGroup. addElement(int index, JRDesignElement element)
void
JRDesignElementGroup. addElement(JRDesignElement element)
JRDesignElement
JRDesignElementGroup. removeElement(JRDesignElement element)
-
Uses of JRDesignElement in net.sf.jasperreports.interactivity.actions
Method parameters in net.sf.jasperreports.interactivity.actions with type arguments of type JRDesignElement Modifier and Type Method Description CommandTarget
AbstractAction. getCommandTarget(UUID uuid, Class<? extends JRDesignElement> elementType)
CommandTarget
AbstractAction. getCommandTarget(UUID uuid, Class<? extends JRDesignElement> elementType, boolean markDirty)
-