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