Uses of Interface
net.sf.jasperreports.engine.fill.JRFillCloneable
-
Packages that use JRFillCloneable Package Description net.sf.jasperreports.components.iconlabel Contains classes for the built-in Icon Label component.net.sf.jasperreports.components.list Contains classes for the built-in List component.net.sf.jasperreports.components.sort Contains classes for the built-in Sort component.net.sf.jasperreports.components.spiderchart Contains classes for the built-in Spider Chart component.net.sf.jasperreports.components.subreport.fill Contains fill time implementations for subreport component related interfaces.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 JRFillCloneable in net.sf.jasperreports.components.iconlabel
Methods in net.sf.jasperreports.components.iconlabel that return JRFillCloneable Modifier and Type Method Description JRFillCloneableIconLabelComponentFill. createClone(JRFillCloneFactory factory) -
Uses of JRFillCloneable in net.sf.jasperreports.components.list
Classes in net.sf.jasperreports.components.list that implement JRFillCloneable Modifier and Type Class Description classBaseFillListBase fill list component implementation.classFillListContentsList contents fill element container.classHorizontalFillListHorizontal fill list component implementation.classVerticalFillListVertical fill list component implementation.Methods in net.sf.jasperreports.components.list that return JRFillCloneable Modifier and Type Method Description JRFillCloneableFillListContents. createClone(JRFillCloneFactory factory)JRFillCloneableHorizontalFillList. createClone(JRFillCloneFactory factory)JRFillCloneableVerticalFillList. createClone(JRFillCloneFactory factory) -
Uses of JRFillCloneable in net.sf.jasperreports.components.sort
Methods in net.sf.jasperreports.components.sort that return JRFillCloneable Modifier and Type Method Description JRFillCloneableSortComponentFill. createClone(JRFillCloneFactory factory) -
Uses of JRFillCloneable in net.sf.jasperreports.components.spiderchart
Classes in net.sf.jasperreports.components.spiderchart that implement JRFillCloneable Modifier and Type Class Description classFillSpiderChartMethods in net.sf.jasperreports.components.spiderchart that return JRFillCloneable Modifier and Type Method Description JRFillCloneableFillSpiderChart. createClone(JRFillCloneFactory factory) -
Uses of JRFillCloneable in net.sf.jasperreports.components.subreport.fill
Classes in net.sf.jasperreports.components.subreport.fill that implement JRFillCloneable Modifier and Type Class Description classComponentFillSubreportMethods in net.sf.jasperreports.components.subreport.fill that return JRFillCloneable Modifier and Type Method Description JRFillCloneableComponentFillSubreport. createClone(JRFillCloneFactory factory) -
Uses of JRFillCloneable in net.sf.jasperreports.engine.fill
Classes in net.sf.jasperreports.engine.fill that implement JRFillCloneable Modifier and Type Class Description classJRFillBandclassJRFillBreakclassJRFillCellContentsCrosstab cell contents filler.classJRFillChartclassJRFillComponentElementAJRComponentElementwhich is used during report fill.classJRFillCrosstabFill-time implementation of acrosstab.classJRFillElementclassJRFillElementContainerAbstract implementation of an element container filler.classJRFillElementGroupclassJRFillEllipseclassJRFillFrameFill time implementation of a frame element.protected classJRFillFrame.JRFillFrameElementsFrame element container filler.classJRFillGenericElementAJRGenericElementused during report fill.classJRFillGraphicElementclassJRFillImageclassJRFillLineclassJRFillRectangleclassJRFillStaticTextclassJRFillSubreportclassJRFillTextElementclassJRFillTextFieldMethods in net.sf.jasperreports.engine.fill with parameters of type JRFillCloneable Modifier and Type Method Description protected JRFillCloneableJRFillCloneFactory. getCached(JRFillCloneable original)JRFillCloneableJRFillCloneFactory. getClone(JRFillCloneable original)voidJRFillCloneFactory. put(JRFillCloneable original, JRFillCloneable clone)Constructors in net.sf.jasperreports.engine.fill with parameters of type JRFillCloneable Constructor Description JRClonePool(JRFillCloneable original, boolean trackLockedClones, boolean useOriginal)Creates a clone pool.
-