#include <xyrtext.h>
Inheritance diagram for XYRasterText:
Public Types | |
enum | TextSize { xytiny = 8, xysmall = 10, xystandard = 12, xylarge = 18 } |
Public Methods | |
XYRasterText (const char *text, XYCoordinate x, XYCoordinate y, long color, int size, Typeface font, Style style, Alignment alignment, Orientation orientation, xybool underline=xyfalse, xybool visible=xytrue) | |
XYRasterText (const char *text, XYCoordinate x, XYCoordinate y, xybool visible=xytrue) | |
XYRasterText (const char *text, long color, int size, Typeface font, Style style, Alignment alignment, Orientation orientation, xybool underline=xyfalse, xybool visible=xytrue) | |
XYRasterText (long color, int size, Typeface font, Style style, Alignment alignment, Orientation orientation, xybool underline=xyfalse, xybool visible=xytrue) | |
virtual | ~XYRasterText (void) |
virtual void | size (int s) |
virtual int | size (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 | |
int | _size |
|
|
|
Definition at line 15 of file xyrtext.cpp. |
|
Definition at line 32 of file xyrtext.cpp. |
|
Definition at line 41 of file xyrtext.cpp. |
|
Definition at line 56 of file xyrtext.cpp. |
|
Definition at line 70 of file xyrtext.cpp. |
|
Implements XYText. Reimplemented in XYMultiRasterText. Definition at line 302 of file xyrtext.cpp. References xyfalse. Referenced by draw(). |
|
Implements XYText. Reimplemented in XYMultiRasterText. Definition at line 112 of file xyrtext.cpp. References XYText::align(), boundingBox(), cdActiveCanvas(), XYText::color(), XYText::font(), XYText::horizontal, XYText::orientation(), XYObject::position(), size(), XYText::style(), XYText::text(), XYText::underline(), XYText::vertBotTop, XYText::vertTopBot, XYObject::visible(), and xyfalse. |
|
Implements XYText. Reimplemented in XYMultiRasterText. Definition at line 107 of file xyrtext.cpp. |
|
Definition at line 84 of file xyrtext.cpp. References _size. Referenced by draw(), and XYMultiRasterText::draw(). |
|
Definition at line 79 of file xyrtext.cpp. References _size. |
|
Definition at line 94 of file xyrtext.h. Referenced by size(). |