Section: Visualization Toolkit View Classes
To create an instance of class vtkTreeMapView, simply invoke its constructor as follows
obj = vtkTreeMapView
obj
is an instance of the vtkTreeMapView class.
string = obj.GetClassName ()
int = obj.IsA (string name)
vtkTreeMapView = obj.NewInstance ()
vtkTreeMapView = obj.SafeDownCast (vtkObject o)
obj.SetLayoutStrategy (vtkAreaLayoutStrategy s)
- Sets the treemap layout strategy
obj.SetLayoutStrategy (string name)
- Sets the treemap layout strategy
obj.SetLayoutStrategyToBox ()
- Sets the treemap layout strategy
obj.SetLayoutStrategyToSliceAndDice ()
- Sets the treemap layout strategy
obj.SetLayoutStrategyToSquarify ()
- Sets the treemap layout strategy
obj.SetFontSizeRange (int maxSize, int minSize, int delta)
- The sizes of the fonts used for labeling.
obj.GetFontSizeRange (int range[3])
- The sizes of the fonts used for labeling.