Uses of Class
net.sf.jasperreports.engine.design.JRDesignComponentElement
-
Packages that use JRDesignComponentElement Package Description net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.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). -
-
Uses of JRDesignComponentElement in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel that return JRDesignComponentElement Modifier and Type Method Description JRDesignComponentElement
IconLabelComponentUtil. createIconLabelComponentElement(JRTextElement textElement)
JRDesignComponentElement
IconLabelComponentUtil. createIconLabelComponentElement(JRTextElement parentElement, JRTextElement textElement)
-
Uses of JRDesignComponentElement in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRDesignComponentElement Modifier and Type Method Description protected JRDesignComponentElement
JRFillCrosstab.CrosstabFiller. createIconLabelElement(SortOrderEnum order, JRFillTextElement textElement, BuiltinExpressionEvaluatorFactory builtinExpressions)
-