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.table.fill |
Contains fill time implementations for Table 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).
|
Modifier and Type | Method and Description |
---|---|
JRFillCloneable |
IconLabelComponentFill.createClone(JRFillCloneFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
BaseFillList
Base fill list component implementation.
|
class |
FillListContents
List contents fill element container.
|
class |
HorizontalFillList
Horizontal fill list component implementation.
|
class |
VerticalFillList
Vertical fill list component implementation.
|
Modifier and Type | Method and Description |
---|---|
JRFillCloneable |
FillListContents.createClone(JRFillCloneFactory factory) |
JRFillCloneable |
VerticalFillList.createClone(JRFillCloneFactory factory) |
JRFillCloneable |
HorizontalFillList.createClone(JRFillCloneFactory factory) |
Modifier and Type | Method and Description |
---|---|
JRFillCloneable |
SortComponentFill.createClone(JRFillCloneFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
FillSpiderChart |
Modifier and Type | Method and Description |
---|---|
JRFillCloneable |
FillSpiderChart.createClone(JRFillCloneFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
FillTableSubreport |
Modifier and Type | Method and Description |
---|---|
JRFillCloneable |
FillTableSubreport.createClone(JRFillCloneFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
JRFillBand |
class |
JRFillBreak |
class |
JRFillCellContents
Crosstab cell contents filler.
|
class |
JRFillChart |
class |
JRFillComponentElement
A
JRComponentElement which is used during report fill. |
class |
JRFillCrosstab
Fill-time implementation of a
crosstab . |
class |
JRFillElement |
class |
JRFillElementContainer
Abstract implementation of an element container filler.
|
class |
JRFillElementGroup |
class |
JRFillEllipse |
class |
JRFillFrame
Fill time implementation of a frame element.
|
protected class |
JRFillFrame.JRFillFrameElements
Frame element container filler.
|
class |
JRFillGenericElement
A
JRGenericElement used during report fill. |
class |
JRFillGraphicElement |
class |
JRFillImage |
class |
JRFillLine |
class |
JRFillRectangle |
class |
JRFillStaticText |
class |
JRFillSubreport |
class |
JRFillTextElement |
class |
JRFillTextField |
Modifier and Type | Method and Description |
---|---|
protected JRFillCloneable |
JRFillCloneFactory.getCached(JRFillCloneable original) |
JRFillCloneable |
JRFillCloneFactory.getClone(JRFillCloneable original) |
void |
JRFillCloneFactory.put(JRFillCloneable original,
JRFillCloneable clone) |
Constructor and Description |
---|
JRClonePool(JRFillCloneable original,
boolean trackLockedClones,
boolean useOriginal)
Creates a clone pool.
|
Copyright © 2017. All rights reserved.