Class that defines a scalar bar.
|
vtkTextPorperty
|
|
|
vtkTextPorperty
|
|
|
|
__init__(self)
Initialise the scalar bar. |
|
|
|
|
__setupScalarBar(self)
Setup the scalar bar. |
|
|
|
vtkScalarBarActor
|
|
|
|
|
|
|
labelBoldOff(self)
Disable the bold on the scalar bar's label. |
|
|
|
|
labelBoldOn(self)
Enable the bold on the scalar bar's label. |
|
|
|
|
setHeight(self,
height)
Set the height of the scalar bar. |
|
|
|
|
setLabelColor(self,
color)
Set the color of the scalar bar's label. |
|
|
|
|
|
|
|
setOrientationToHorizontal(self)
Set the orientation of the scalar bar to horizontal. |
|
|
|
|
setOrientationToVertical(self)
Set the orientation of the scalar bar to vertical. |
|
|
|
|
setPosition(self,
position)
Set the local position of the scalar bar. |
|
|
|
|
setTitle(self,
title)
Set the title on the scalar bar. |
|
|
|
|
setTitleColor(self,
color)
Set the color of the scalar bar's title. |
|
|
|
|
setWidth(self,
width)
Set the width of the scalar bar. |
|
|
|
|
titleBoldOff(self)
Disable the bold on the scalar bar's title. |
|
|
|
|
titleBoldOn(self)
Enable the bold on the scalar bar's title. |
|
|