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 TypeMethodDescriptionvoidgetPageFormat(int pageIndex) intgetPartIndex(int pageIndex) intgetStartPageIndex(int partIndex) booleanhasParts()intremovePart(int pageIndex) boolean
-
Constructor Details
-
StandardPrintParts
public StandardPrintParts()
-
-
Method Details
-
hasParts
public boolean hasParts()- Specified by:
hasPartsin interfacePrintParts
-
partCount
public int partCount()- Specified by:
partCountin interfacePrintParts
-
startsAtZero
public boolean startsAtZero()- Specified by:
startsAtZeroin interfacePrintParts
-
addPart
- Specified by:
addPartin interfacePrintParts
-
removePart
- Specified by:
removePartin interfacePrintParts
-
partsIterator
- Specified by:
partsIteratorin interfacePrintParts
-
getStartPageIndex
public int getStartPageIndex(int partIndex) - Specified by:
getStartPageIndexin interfacePrintParts
-
getPartIndex
public int getPartIndex(int pageIndex) - Specified by:
getPartIndexin interfacePrintParts
-
getPageFormat
- Specified by:
getPageFormatin interfacePrintParts
-
shallowClone
-