public class StandardPrintParts extends Object implements PrintParts, 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() |
Iterator<Map.Entry<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 Iterator<Map.Entry<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 PrintPartsCopyright © 2017. All rights reserved.