#include <vtkScaledTextActor.h>
Inheritance diagram for vtkScaledTextActor:
vtkScaledTextActor is deprecated. New code should use vtkTextActor with the Scaled = true option.
Definition at line 49 of file vtkScaledTextActor.h.
Public Types | |
typedef vtkTextActor | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkScaledTextActor * | SafeDownCast (vtkObject *o) |
vtkScaledTextActor * | New () |
Protected Member Functions | |
vtkScaledTextActor () |
|
Reimplemented from vtkTextActor. Definition at line 52 of file vtkScaledTextActor.h. |
|
|
|
Reimplemented from vtkTextActor. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkTextActor. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkTextActor. |
|
Reimplemented from vtkTextActor. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkTextActor. |
|
Instantiate object with a rectangle in normaled view coordinates of (0.2,0.85, 0.8, 0.95). Reimplemented from vtkTextActor. |