| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.pageelements.SubPathList
public class SubPathList
Class represents a collection of sub paths.
Licensing:
This class is a DynamicPDF Generator Professional Edition
 feature. One of the following licenses is required for non-evaluation usage:
 
| Method Summary | |
|---|---|
|  int | add(SubPath subPath)Adds a sub path to the current path. | 
|  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. | 
|  int | size()Gets the number of SubPath objects in the collection. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public int size()
SubPathpublic SubPath getSubPath(int index)
index - the index of the SubPath object.
SubPath
public void setSubPath(int index,
                       SubPath value)
index - the index.value - the sub path 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 | ||||||||