vtkTextProperty * GetNextTextProperty(vtkCollectionSimpleIterator &cookie)
Reentrant safe way to get an object in a collection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkTextPropertyCollection() override
an ordered list of vtkTextProperty objects.
void AddItem(vtkTextProperty *a)
Add a vtkTextProperty to the bottom of the list.
vtkTextProperty * GetNextItem()
Get the next vtkTextProperty in the list.
vtkTextProperty * GetLastItem()
Get the last TextProperty in the list.
vtkTextPropertyCollection()
represent text properties.
vtkTextProperty * GetItem(int idx)
Get the vtkTextProperty at the specified index.
static vtkTextPropertyCollection * New()