|
| TextAnchor (string id, string t, long p) |
|
long | getPosition () |
|
string | getText () |
|
void | setPosition (long p) |
|
void | setText (string t) |
|
| Anchor (string id) |
|
| InterfacePoint (string someId) |
|
| Entity (string someId) |
|
void | printHierarchy () |
|
bool | instanceOf (string s) |
|
int | compareTo (Entity *otherEntity) |
|
string | getId () |
|
int | hashCode () |
|
virtual void | setId (string someId) |
|
virtual string | toString () |
|
virtual Entity * | getDataEntity () |
|
|
static bool | hasInstance (Entity *instance, bool eraseFromList) |
|
br::pucrio::telemidia::ncl::interfaces::TextAnchor::TextAnchor |
( |
string |
id, |
|
|
string |
t, |
|
|
long |
p |
|
) |
| |
Class constructor.
- Parameters
-
t | region text. |
p | region position. |
s | true if the text of this region is case sensitive and false otherwise. |
long br::pucrio::telemidia::ncl::interfaces::TextAnchor::position |
|
protected |
The position of the text of this region.
string br::pucrio::telemidia::ncl::interfaces::TextAnchor::text |
|
protected |
The documentation for this class was generated from the following files:
- ncl30/include/ncl/interfaces/TextAnchor.h
- ncl30/src/interfaces/TextAnchor.cpp