Constructors:
Methods:
Collection class: ViewObjectCollection
Group ( ViewObject parent )
ViewObject parent -
The parent to place the new arrow in. May also
be a string containing the name of an existing
ViewObject.
Creates a new arrow and places it in the ViewObject parent.
Group ( Window window )
Window window -
The window to place the new arrow in. May also be a
string containing the name of an existing Window.
Creates a new arrow and places it in the Window window.
void append ( Object newObj )
Object newObj -
The new object to append to the collection.
Appends a new object to the end of the collection.
void prepend ( Object newObj )
Object newObj -
The new object to prepend to the collection.
Prepends a new object to the start of the collection.
void ungroup ( )
[Index]