|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.cete.dynamicpdf.pageelements.SubPathList
Class represents a collection of sub paths.
| Method Summary | |
int |
add(SubPath subPath)
Adds a sub path to the current path. |
int |
getCount()
Gets the number of SubPath objects in the collection. |
java.util.Iterator |
getEnumerator()
Returns an enumerator that can iterate through the SubPathList. |
SubPath |
getSubPath(int index)
Gets a SubPath object at the given index. |
void |
setSubPath(int index,
SubPath value)
Sets a SubPath object at the given index. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public int getCount()
SubPathpublic SubPath getSubPath(int index)
SubPath
public void setSubPath(int index,
SubPath value)
SubPathpublic int add(SubPath subPath)
subPath - SubPath object to add to the path.
public java.util.Iterator getEnumerator()
SubPathList.
SubPathList.Iterator
|
DynamicPDF by ceTe Software | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||