VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions
vtkScaledTextActor Class Reference

create text that will scale as needed More...

#include <vtkScaledTextActor.h>

Inheritance diagram for vtkScaledTextActor:
Inheritance graph
[legend]
Collaboration diagram for vtkScaledTextActor:
Collaboration graph
[legend]

List of all members.

Public Types

typedef vtkTextActor Superclass

Public Member Functions

virtual int IsA (const char *type)
vtkScaledTextActorNewInstance () const
virtual void PrintSelf (ostream &os, vtkIndent indent)

Static Public Member Functions

static int IsTypeOf (const char *type)
static vtkScaledTextActorSafeDownCast (vtkObjectBase *o)
static vtkScaledTextActorNew ()

Protected Member Functions

virtual vtkObjectBaseNewInstanceInternal () const
 vtkScaledTextActor ()

Detailed Description

create text that will scale as needed

vtkScaledTextActor is deprecated. New code should use vtkTextActor with the Scaled = true option.

See also:
vtkTextActor vtkActor2D vtkTextMapper
Examples:
vtkScaledTextActor (Examples)

Definition at line 34 of file vtkScaledTextActor.h.


Member Typedef Documentation

Reimplemented from vtkTextActor.

Definition at line 37 of file vtkScaledTextActor.h.


Constructor & Destructor Documentation


Member Function Documentation

static int vtkScaledTextActor::IsTypeOf ( const char *  name) [static]

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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkTextActor.

virtual int vtkScaledTextActor::IsA ( const char *  name) [virtual]

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 vtkTypeMacro found in vtkSetGet.h.

Reimplemented from vtkTextActor.

Reimplemented from vtkTextActor.

virtual vtkObjectBase* vtkScaledTextActor::NewInstanceInternal ( ) const [protected, virtual]

Reimplemented from vtkTextActor.

Reimplemented from vtkTextActor.

virtual void vtkScaledTextActor::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

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.


The documentation for this class was generated from the following file: