Section: Visualization Toolkit View Classes
To create an instance of class vtkIcicleView, simply invoke its constructor as follows
obj = vtkIcicleView
obj is an instance of the vtkIcicleView class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkIcicleView = obj.NewInstance ()
vtkIcicleView = obj.SafeDownCast (vtkObject o)
obj.SetTopToBottom (bool value) - Sets whether the stacks go from top to bottom or bottom to top.
bool = obj.GetTopToBottom () - Sets whether the stacks go from top to bottom or bottom to top.
obj.TopToBottomOn () - Sets whether the stacks go from top to bottom or bottom to top.
obj.TopToBottomOff () - Sets whether the stacks go from top to bottom or bottom to top.
obj.SetRootWidth (double width) - Set the width of the root node
double = obj.GetRootWidth () - Set the width of the root node
obj.SetLayerThickness (double thickness) - Set the thickness of each layer
double = obj.GetLayerThickness () - Set the thickness of each layer
obj.SetUseGradientColoring (bool value) - Turn on/off gradient coloring.
bool = obj.GetUseGradientColoring () - Turn on/off gradient coloring.
obj.UseGradientColoringOn () - Turn on/off gradient coloring.
obj.UseGradientColoringOff () - Turn on/off gradient coloring.