#include <vtkScaledTextActor.h>
Inheritance diagram for vtkScaledTextActor:
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetMapper (vtkTextMapper *mapper) |
virtual void | SetMinimumSize (int, int) |
void | SetMinimumSize (int[2]) |
virtual int * | GetMinimumSize () |
virtual void | GetMinimumSize (int &, int &) |
virtual void | GetMinimumSize (int[2]) |
virtual void | SetMaximumLineHeight (float) |
virtual float | GetMaximumLineHeight () |
void | ShallowCopy (vtkProp *prop) |
virtual void | ReleaseGraphicsResources (vtkWindow *) |
int | RenderOpaqueGeometry (vtkViewport *viewport) |
int | RenderTranslucentGeometry (vtkViewport *) |
int | RenderOverlay (vtkViewport *viewport) |
Static Public Methods | |
int | IsTypeOf (const char *type) |
vtkScaledTextActor * | SafeDownCast (vtkObject *o) |
vtkScaledTextActor * | New () |
Protected Methods | |
vtkScaledTextActor () | |
~vtkScaledTextActor () | |
vtkScaledTextActor (const vtkScaledTextActor &) | |
void | operator= (const vtkScaledTextActor &) |
Protected Attributes | |
int | MinimumSize [2] |
float | MaximumLineHeight |
vtkActor2D * | TextActor |
vtkTimeStamp | BuildTime |
int | LastSize [2] |
int | LastOrigin [2] |
vtkScaledTextActor can be used to place text annotation into a window and have the font size scale so that the text always bounded by a specified rectangle.
Definition at line 61 of file vtkScaledTextActor.h.
|
|
|
|
|
Definition at line 105 of file vtkScaledTextActor.h. |
|
Return the class name as a string. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkActor2D. |
|
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 vtkActor2D. |
|
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 vtkActor2D. |
|
Will cast the supplied object to vtkObject* is this is a safe operation (i.e., a safe downcast); otherwise NULL is returned. This method is defined in all subclasses of vtkObject with the vtkTypeMacro found in vtkSetGet.h. Reimplemented from vtkActor2D. |
|
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 vtkActor2D. |
|
Instantiate object with a rectangle in normaled view coordinates of (0.2,0.85, 0.8, 0.95). Reimplemented from vtkActor2D. |
|
Set/Get the vtkTextMapper that defines the text to be drawn. |
|
Set/Get the minimum size in pixels for this actor. Defaults to 10,10. |
|
|
|
|
|
|
|
|
|
Set/Get the maximum height of a line of text as a percentage of the vertical area allocated to this scaled text actor. Defaults to 1.0. |
|
|
|
Shallow copy of this scaled text actor. Overloads the virtual vtkProp method. Reimplemented from vtkActor2D. |
|
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS. Release any graphics resources that are being consumed by this actor. The parameter window could be used to determine which graphic resources to release. Reimplemented from vtkActor2D. |
|
WARNING: INTERNAL METHOD - NOT INTENDED FOR GENERAL USE DO NOT USE THIS METHOD OUTSIDE OF THE RENDERING PROCESS. Draw the scaled text actor to the screen. Reimplemented from vtkActor2D. |
|
Reimplemented from vtkActor2D. Definition at line 98 of file vtkScaledTextActor.h. |
|
Support the standard render methods. Reimplemented from vtkActor2D. |
|
Definition at line 106 of file vtkScaledTextActor.h. |
|
Definition at line 108 of file vtkScaledTextActor.h. |
|
Definition at line 109 of file vtkScaledTextActor.h. |
|
Definition at line 111 of file vtkScaledTextActor.h. |
|
Definition at line 112 of file vtkScaledTextActor.h. |
|
Definition at line 113 of file vtkScaledTextActor.h. |
|
Definition at line 114 of file vtkScaledTextActor.h. |