Represents any object in a Kst window. This is an abstract object and may not be instantiated directly.
Resizes the object to the given size, if possible.
Moves the object to a new position, if possible.
Finds the topmost child of this view object at the given point. Returns null if there is no child there.
Attempts to convert this ViewObject to a different type. The object must be derived from this type at some level. Null is returned if it is not possible to convert to the requested type.
Raises the object to the top of the z-order.
Lowers the object to the bottom of the z-order.
Raises the object one place in the z-order.
Lowers the object one place in the z-order.
Deletes the object.
The location of the object relative to its parent.
The size of the object in pixels.
True if this object is transparent. Not all objects support transparency.
True if the children of this object are on a grid.
The number of columns the children are organized into. If this value is modified, onGrid is set to true.
The foreground color for this object.
The background color for this object.
If true, this object is maximized relative to its parent. This is a temporary state whereby the plot uses all the space available in the parent but can be restored to normal size again.
The minimum size of the view object.
A string containing the type of this view object.
The list of all children of this view object in z-order from the furthest back to the closest to the top. This is a reference to a collection which may be modified, but cannot be set.