VTK
|
represent text properties. More...
#include <vtkTextProperty.h>
Public Types | |
typedef vtkObject | Superclass |
![]() | |
typedef vtkObjectBase | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | GetShadowColor (double color[3]) |
void | ShallowCopy (vtkTextProperty *tprop) |
virtual void | SetColor (double, double, double) |
virtual void | SetColor (double[3]) |
virtual double * | GetColor () |
virtual void | GetColor (double &, double &, double &) |
virtual void | GetColor (double[3]) |
virtual void | SetOpacity (double) |
virtual double | GetOpacity () |
virtual void | SetFontSize (int) |
virtual int | GetFontSize () |
virtual void | SetBold (int) |
virtual int | GetBold () |
virtual void | BoldOn () |
virtual void | BoldOff () |
virtual void | SetItalic (int) |
virtual int | GetItalic () |
virtual void | ItalicOn () |
virtual void | ItalicOff () |
virtual void | SetShadow (int) |
virtual int | GetShadow () |
virtual void | ShadowOn () |
virtual void | ShadowOff () |
virtual void | SetShadowOffset (int, int) |
void | SetShadowOffset (int[2]) |
virtual int * | GetShadowOffset () |
virtual void | GetShadowOffset (int data[2]) |
virtual void | SetJustification (int) |
virtual int | GetJustification () |
void | SetJustificationToLeft () |
void | SetJustificationToCentered () |
void | SetJustificationToRight () |
const char * | GetJustificationAsString () |
virtual void | SetVerticalJustification (int) |
virtual int | GetVerticalJustification () |
void | SetVerticalJustificationToBottom () |
void | SetVerticalJustificationToCentered () |
void | SetVerticalJustificationToTop () |
const char * | GetVerticalJustificationAsString () |
virtual void | SetOrientation (double) |
virtual double | GetOrientation () |
virtual void | SetLineSpacing (double) |
virtual double | GetLineSpacing () |
virtual void | SetLineOffset (double) |
virtual double | GetLineOffset () |
![]() | |
virtual void | DebugOn () |
virtual void | DebugOff () |
unsigned char | GetDebug () |
void | SetDebug (unsigned char debugFlag) |
virtual void | Modified () |
virtual unsigned long | GetMTime () |
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
vtkCommand * | GetCommand (unsigned long tag) |
void | RemoveObserver (vtkCommand *) |
void | RemoveObservers (unsigned long event, vtkCommand *) |
void | RemoveObservers (const char *event, vtkCommand *) |
int | HasObserver (unsigned long event, vtkCommand *) |
int | HasObserver (const char *event, vtkCommand *) |
void | RemoveObserver (unsigned long tag) |
void | RemoveObservers (unsigned long event) |
void | RemoveObservers (const char *event) |
void | RemoveAllObservers () |
int | HasObserver (unsigned long event) |
int | HasObserver (const char *event) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
template<class U , class T > | |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
int | InvokeEvent (unsigned long event, void *callData) |
int | InvokeEvent (const char *event, void *callData) |
int | InvokeEvent (unsigned long event) |
int | InvokeEvent (const char *event) |
![]() | |
const char * | GetClassName () const |
virtual void | Delete () |
virtual void | FastDelete () |
void | Print (ostream &os) |
virtual void | Register (vtkObjectBase *o) |
virtual void | UnRegister (vtkObjectBase *o) |
void | SetReferenceCount (int) |
void | PrintRevisions (ostream &os) |
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
int | GetReferenceCount () |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkTextProperty * | SafeDownCast (vtkObject *o) |
static vtkTextProperty * | New () |
![]() | |
static void | BreakOnError () |
static void | SetGlobalWarningDisplay (int val) |
static void | GlobalWarningDisplayOn () |
static void | GlobalWarningDisplayOff () |
static int | GetGlobalWarningDisplay () |
Protected Member Functions | |
vtkTextProperty () | |
~vtkTextProperty () | |
![]() | |
vtkObject () | |
virtual | ~vtkObject () |
virtual void | RegisterInternal (vtkObjectBase *, int check) |
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
void | InternalReleaseFocus () |
![]() | |
vtkObjectBase () | |
virtual | ~vtkObjectBase () |
virtual void | CollectRevisions (ostream &os) |
virtual void | ReportReferences (vtkGarbageCollector *) |
vtkObjectBase (const vtkObjectBase &) | |
void | operator= (const vtkObjectBase &) |
Protected Attributes | |
double | Color [3] |
double | Opacity |
char * | FontFamilyAsString |
int | FontSize |
int | Bold |
int | Italic |
int | Shadow |
int | ShadowOffset [2] |
int | Justification |
int | VerticalJustification |
double | Orientation |
double | LineOffset |
double | LineSpacing |
![]() | |
unsigned char | Debug |
vtkTimeStamp | MTime |
vtkSubjectHelper * | SubjectHelper |
![]() | |
int | ReferenceCount |
vtkWeakPointerBase ** | WeakPointers |
virtual char * | GetFontFamilyAsString () |
virtual void | SetFontFamilyAsString (const char *) |
void | SetFontFamily (int t) |
int | GetFontFamily () |
int | GetFontFamilyMinValue () |
void | SetFontFamilyToArial () |
void | SetFontFamilyToCourier () |
void | SetFontFamilyToTimes () |
static int | GetFontFamilyFromString (const char *f) |
static const char * | GetFontFamilyAsString (int f) |
represent text properties.
vtkTextProperty is an object that represents text properties. The primary properties that can be set are color, opacity, font size, font family horizontal and vertical justification, bold/italic/shadow styles.
Definition at line 37 of file vtkTextProperty.h.
typedef vtkObject vtkTextProperty::Superclass |
Definition at line 40 of file vtkTextProperty.h.
|
protected |
|
protected |
|
virtual |
Reimplemented from vtkObject.
|
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 vtkObject.
|
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 vtkObject.
|
static |
Reimplemented from vtkObject.
|
virtual |
|
static |
Creates a new text property with font size 12, bold off, italic off, and Arial font.
Reimplemented from vtkObject.
|
virtual |
Set the color of the text.
|
virtual |
Set the color of the text.
|
virtual |
Set the color of the text.
|
virtual |
Set the color of the text.
|
virtual |
Set the color of the text.
|
virtual |
Set/Get the text's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
|
virtual |
Set/Get the text's opacity. 1.0 is totally opaque and 0.0 is completely transparent.
|
virtual |
Set/Get the font family. Supports legacy three font family system.
|
virtual |
Set/Get the font family. Supports legacy three font family system.
|
inline |
Set/Get the font family. Supports legacy three font family system.
Definition at line 201 of file vtkTextProperty.h.
|
inline |
Set/Get the font family. Supports legacy three font family system.
Definition at line 238 of file vtkTextProperty.h.
|
inline |
Set/Get the font family. Supports legacy three font family system.
Definition at line 66 of file vtkTextProperty.h.
|
inline |
Set/Get the font family. Supports legacy three font family system.
Definition at line 206 of file vtkTextProperty.h.
|
inline |
Set/Get the font family. Supports legacy three font family system.
Definition at line 211 of file vtkTextProperty.h.
|
inline |
Set/Get the font family. Supports legacy three font family system.
Definition at line 216 of file vtkTextProperty.h.
|
inlinestatic |
Set/Get the font family. Supports legacy three font family system.
Definition at line 221 of file vtkTextProperty.h.
|
inlinestatic |
Set/Get the font family. Supports legacy three font family system.
Definition at line 184 of file vtkTextProperty.h.
|
virtual |
Set/Get the font size (in points).
|
virtual |
Set/Get the font size (in points).
|
virtual |
Enable/disable text bolding.
|
virtual |
Enable/disable text bolding.
|
virtual |
Enable/disable text bolding.
|
virtual |
Enable/disable text bolding.
|
virtual |
Enable/disable text italic.
|
virtual |
Enable/disable text italic.
|
virtual |
Enable/disable text italic.
|
virtual |
Enable/disable text italic.
|
virtual |
Enable/disable text shadow.
|
virtual |
Enable/disable text shadow.
|
virtual |
Enable/disable text shadow.
|
virtual |
Enable/disable text shadow.
|
virtual |
Set/Get the shadow offset, i.e. the distance from the text to its shadow, in the same unit as FontSize.
void vtkTextProperty::SetShadowOffset | ( | int | [2] | ) |
Set/Get the shadow offset, i.e. the distance from the text to its shadow, in the same unit as FontSize.
|
virtual |
Set/Get the shadow offset, i.e. the distance from the text to its shadow, in the same unit as FontSize.
|
virtual |
Set/Get the shadow offset, i.e. the distance from the text to its shadow, in the same unit as FontSize.
void vtkTextProperty::GetShadowColor | ( | double | color[3] | ) |
Get the shadow color. It is computed from the Color ivar
|
virtual |
Set/Get the horizontal justification to left (default), centered, or right.
|
virtual |
Set/Get the horizontal justification to left (default), centered, or right.
|
inline |
Set/Get the horizontal justification to left (default), centered, or right.
Definition at line 116 of file vtkTextProperty.h.
|
inline |
Set/Get the horizontal justification to left (default), centered, or right.
Definition at line 118 of file vtkTextProperty.h.
|
inline |
Set/Get the horizontal justification to left (default), centered, or right.
Definition at line 120 of file vtkTextProperty.h.
|
inline |
Set/Get the horizontal justification to left (default), centered, or right.
Definition at line 243 of file vtkTextProperty.h.
|
virtual |
Set/Get the vertical justification to bottom (default), middle, or top.
|
virtual |
Set/Get the vertical justification to bottom (default), middle, or top.
|
inline |
Set/Get the vertical justification to bottom (default), middle, or top.
Definition at line 130 of file vtkTextProperty.h.
|
inline |
Set/Get the vertical justification to bottom (default), middle, or top.
Definition at line 132 of file vtkTextProperty.h.
|
inline |
Set/Get the vertical justification to bottom (default), middle, or top.
Definition at line 134 of file vtkTextProperty.h.
|
inline |
Set/Get the vertical justification to bottom (default), middle, or top.
Definition at line 260 of file vtkTextProperty.h.
|
virtual |
Set/Get the text's orientation (in degrees).
|
virtual |
Set/Get the text's orientation (in degrees).
|
virtual |
Set/Get the (extra) spacing between lines, expressed as a text height multiplication factor.
|
virtual |
Set/Get the (extra) spacing between lines, expressed as a text height multiplication factor.
|
virtual |
Set/Get the vertical offset (measured in pixels).
|
virtual |
Set/Get the vertical offset (measured in pixels).
void vtkTextProperty::ShallowCopy | ( | vtkTextProperty * | tprop | ) |
Shallow copy of a text property.
|
protected |
Definition at line 165 of file vtkTextProperty.h.
|
protected |
Definition at line 166 of file vtkTextProperty.h.
|
protected |
Definition at line 167 of file vtkTextProperty.h.
|
protected |
Definition at line 168 of file vtkTextProperty.h.
|
protected |
Definition at line 169 of file vtkTextProperty.h.
|
protected |
Definition at line 170 of file vtkTextProperty.h.
|
protected |
Definition at line 171 of file vtkTextProperty.h.
|
protected |
Definition at line 172 of file vtkTextProperty.h.
|
protected |
Definition at line 173 of file vtkTextProperty.h.
|
protected |
Definition at line 174 of file vtkTextProperty.h.
|
protected |
Definition at line 175 of file vtkTextProperty.h.
|
protected |
Definition at line 176 of file vtkTextProperty.h.
|
protected |
Definition at line 177 of file vtkTextProperty.h.