Label is a Text-Label for Visualization. More...
#include <Label.h>
Public Member Functions | |
Label (const Label &other) | |
Label (const Point2 &p_, const char *s_, bool bWithMark_=true, int fontSize_=8) | |
Constructs a Text-Label. More... | |
const char * | getCS () const |
Label & | operator= (const Label &other) |
Public Attributes | |
bool | bWithMark |
int | fontSize |
Point2 | p |
LDat * | pDat |
Label is a Text-Label for Visualization.
GEOM_FADE2D::Label::Label | ( | const Point2 & | p_, |
const char * | s_, | ||
bool | bWithMark_ = true , |
||
int | fontSize_ = 8 |
||
) |
Constructs a Text-Label.
p_ | is the point where the label appears |
s_ | is the text to be shown |
bWithMark_ | switches between text-only and text-with-mark |
fontSize_ |