#include <vtkXTextMapper.h>
Inheritance diagram for vtkXTextMapper:


Public Methods | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | SetFontSize (int size) |
| void | GetSize (vtkViewport *viewport, int size[2]) |
Static Public Methods | |
| int | IsTypeOf (const char *type) |
| vtkXTextMapper * | SafeDownCast (vtkObject *o) |
| vtkXTextMapper * | New () |
Protected Methods | |
| vtkXTextMapper () | |
| ~vtkXTextMapper () | |
| void | DetermineSize (vtkViewport *viewport, int size[2]) |
Protected Attributes | |
| Font | CurrentFont |
| vtkTimeStamp | SizeMTime |
| int | Size [2] |
| int | ViewportSize [2] |
Definition at line 67 of file vtkXTextMapper.h.
|
|
|
|
|
Definition at line 82 of file vtkXTextMapper.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 vtkTextMapper. Reimplemented in vtkXMesaTextMapper, and vtkXOpenGLTextMapper. |
|
|
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 vtkTextMapper. Reimplemented in vtkXMesaTextMapper, and vtkXOpenGLTextMapper. |
|
|
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 vtkTextMapper. Reimplemented in vtkXMesaTextMapper, and vtkXOpenGLTextMapper. |
|
|
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 vtkTextMapper. Reimplemented in vtkXMesaTextMapper, and vtkXOpenGLTextMapper. |
|
|
Creates a new text mapper with Font size 12, bold off, italic off, and Arial font. Reimplemented from vtkTextMapper. Reimplemented in vtkXMesaTextMapper, and vtkXOpenGLTextMapper. |
|
|
Set the font size used by the mapper. If the font size is available, the code will use the nearest available size. Reimplemented from vtkTextMapper. |
|
||||||||||||
|
What is the size of the rectangle required to draw this mapper ? Reimplemented from vtkTextMapper. |
|
||||||||||||
|
Actually get the size of the rectangle. |
|
|
Definition at line 87 of file vtkXTextMapper.h. |
|
|
Definition at line 90 of file vtkXTextMapper.h. |
|
|
Definition at line 91 of file vtkXTextMapper.h. |
|
|
Definition at line 92 of file vtkXTextMapper.h. |
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001