Package net.sf.jasperreports.engine.base
Class StandardPrintParts
java.lang.Object
net.sf.jasperreports.engine.base.StandardPrintParts
- All Implemented Interfaces:
Serializable
,PrintParts
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getPageFormat
(int pageIndex) int
getPartIndex
(int pageIndex) int
getStartPageIndex
(int partIndex) boolean
hasParts()
int
removePart
(int pageIndex) boolean
-
Constructor Details
-
StandardPrintParts
public StandardPrintParts()
-
-
Method Details
-
hasParts
public boolean hasParts()- Specified by:
hasParts
in interfacePrintParts
-
partCount
public int partCount()- Specified by:
partCount
in interfacePrintParts
-
startsAtZero
public boolean startsAtZero()- Specified by:
startsAtZero
in interfacePrintParts
-
addPart
- Specified by:
addPart
in interfacePrintParts
-
removePart
- Specified by:
removePart
in interfacePrintParts
-
partsIterator
- Specified by:
partsIterator
in interfacePrintParts
-
getStartPageIndex
public int getStartPageIndex(int partIndex) - Specified by:
getStartPageIndex
in interfacePrintParts
-
getPartIndex
public int getPartIndex(int pageIndex) - Specified by:
getPartIndex
in interfacePrintParts
-
getPageFormat
- Specified by:
getPageFormat
in interfacePrintParts
-
shallowClone
-