#include <xyvtext.h>
Inheritance diagram for XYVectorText:
Public Methods | |
XYVectorText (const char *text, XYCoordinate x, XYCoordinate y, long color, double height, double width, Typeface font, Style style, Alignment alignment, Orientation orientation, xybool underline=xyfalse, xybool visible=xytrue) | |
XYVectorText (const char *text, XYCoordinate x, XYCoordinate y, xybool visible=xytrue) | |
XYVectorText (const char *text, long color, double height, double width, Typeface font, Style style, Alignment alignment, Orientation orientation, xybool underline=xyfalse, xybool visible=xytrue) | |
XYVectorText (long color, double height, double width, Typeface font, Style style, Alignment alignment, Orientation orientation, xybool underline=xyfalse, xybool visible=xytrue) | |
virtual | ~XYVectorText (void) |
virtual void | height (double s) |
virtual double | height (void) const |
virtual void | width (double s) |
virtual double | width (void) const |
virtual void | matrix (double *s) |
virtual void | accmatrix (double *s) |
virtual double * | matrix (void) const |
virtual void | draw (void) |
virtual void | draw (int xmin, int ymin, int xmax, int ymax) const |
virtual void | boundingBox (int &bxmin, int &bymin, int &bxmax, int &bymax) const |
Private Attributes | |
double | _height |
double | _width |
double * | _tmatrix |
|
Definition at line 15 of file xyvtext.cpp. References _tmatrix. |
|
Definition at line 35 of file xyvtext.cpp. References _tmatrix. |
|
Definition at line 46 of file xyvtext.cpp. References _tmatrix. |
|
Definition at line 64 of file xyvtext.cpp. References _tmatrix. |
|
Definition at line 81 of file xyvtext.cpp. |
|
Definition at line 115 of file xyvtext.cpp. References _tmatrix. |
|
Implements XYText. Reimplemented in XYMultilineVectorText. Definition at line 244 of file xymvtext.cpp. References xyVectorStyle(). Referenced by draw(). |
|
Implements XYText. Reimplemented in XYMultilineVectorText. Definition at line 141 of file xymvtext.cpp. References XYText::align(), boundingBox(), XYText::color(), height(), XYText::horizontal, XYText::orientation(), XYObject::position(), setAlignment(), XYText::style(), XYText::text(), XYText::underline(), XYText::vertBotTop, XYObject::visible(), width(), xyfalse, and xyVectorStyle(). |
|
Implements XYText. Reimplemented in XYMultilineVectorText. Definition at line 82 of file xymvtext.cpp. |
|
Definition at line 95 of file xyvtext.cpp. References _height. Referenced by draw(). |
|
Definition at line 90 of file xyvtext.cpp. References _height. |
|
Definition at line 127 of file xyvtext.cpp. References _tmatrix. |
|
Definition at line 110 of file xyvtext.cpp. References _tmatrix. |
|
Definition at line 105 of file xyvtext.cpp. References _width. Referenced by draw(). |
|
Definition at line 100 of file xyvtext.cpp. References _width. |
|
Definition at line 100 of file xyvtext.h. Referenced by height(). |
|
Definition at line 102 of file xyvtext.h. Referenced by accmatrix(), matrix(), and XYVectorText(). |
|
Definition at line 101 of file xyvtext.h. Referenced by width(). |