|
VisioMove SDK (Android)
2.1.22
|

Public Member Functions | |
| VgTextMarker () | |
| VgTextMarker | asTextMarker () |
| String | getText () |
| boolean | setText (String pText) |
| long | getTextAttributes () |
| boolean | setTextAttributes (long pAttributesMask) |
| VgColor | getColor () |
| void | setColor (VgColor pColor) |
| float | getScale () |
| void | setScale (float pScale) |
Public Member Functions inherited from VgMarker | |
| VgIconMarker | asIconMarker () |
| VgTextMarker | asTextMarker () |
Public Member Functions inherited from VgReferenced | |
| synchronized void | release () |
| VgReferenced () | |
| VgReferenced (VgReferenced pThis) | |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
Displays text as a marker of a VgPoint .
| VgTextMarker.VgTextMarker | ( | ) |
Constructor.
| VgTextMarker VgTextMarker.asTextMarker | ( | ) |
| VgColor VgTextMarker.getColor | ( | ) |
| float VgTextMarker.getScale | ( | ) |
| String VgTextMarker.getText | ( | ) |
| long VgTextMarker.getTextAttributes | ( | ) |
| void VgTextMarker.setColor | ( | VgColor | pColor | ) |
Sets a new color.
| pColor |
| void VgTextMarker.setScale | ( | float | pScale | ) |
Sets the scale.
| pScale |
| boolean VgTextMarker.setText | ( | String | pText | ) |
Sets a new text.
| pText |
| boolean VgTextMarker.setTextAttributes | ( | long | pAttributesMask | ) |
Sets text's attributes.
| pAttributesMask |