| Home | Trees | Indices | Help |
|
|---|
|
|
An ObjectProxy is a special Container that is used for search results (see Container.findObjects) which offers two additional features:
Use like foo.findObjects(type = fig.Polyline).remove()
Removes all objects within this object proxy from the parent container (the one findObjects was called on).
foo.findObjects(type = fig.Polyline).lineWidth = 4
Setting an attribute is promoted to all contained objects which have that attribute. (E.g. setting fontSize will affect only Text objects.)
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Properties | |
| parent | |
|
Inherited from |
|
| Method Details |
|
x[i:j] Use of negative indices is not supported.
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Tue Aug 28 16:31:21 2007 | http://epydoc.sourceforge.net |