|
||
To return a page's parent (the presentation) as per the hierarchy paradigm use:
Presentation getPresentation()
To return a page's children (the shapes) as per the hierarchy paradigm use:
java.util.List getShapes()
Note that this method is from the ShapeContainer interface shared by pages and groups.
|
||
| Page generated: 2008-01-18 02:53:28 GMT | TonicPoint Builder Developer's Guide -- Version 2.3 |