public class StandardPrintParts extends java.lang.Object implements PrintParts, java.io.Serializable
| Constructor and Description |
|---|
StandardPrintParts() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPart(int pageIndex,
PrintPart part) |
PrintPageFormat |
getPageFormat(int pageIndex) |
int |
getPartIndex(int pageIndex) |
int |
getStartPageIndex(int partIndex) |
boolean |
hasParts() |
int |
partCount() |
java.util.Iterator<java.util.Map.Entry<java.lang.Integer,PrintPart>> |
partsIterator() |
PrintPart |
removePart(int pageIndex) |
boolean |
startsAtZero() |
public boolean hasParts()
hasParts in interface PrintPartspublic int partCount()
partCount in interface PrintPartspublic boolean startsAtZero()
startsAtZero in interface PrintPartspublic void addPart(int pageIndex,
PrintPart part)
addPart in interface PrintPartspublic PrintPart removePart(int pageIndex)
removePart in interface PrintPartspublic java.util.Iterator<java.util.Map.Entry<java.lang.Integer,PrintPart>> partsIterator()
partsIterator in interface PrintPartspublic int getStartPageIndex(int partIndex)
getStartPageIndex in interface PrintPartspublic int getPartIndex(int pageIndex)
getPartIndex in interface PrintPartspublic PrintPageFormat getPageFormat(int pageIndex)
getPageFormat in interface PrintParts© 2001-2014 TIBCO Software Inc. www.jaspersoft.com