|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgTextMarkerRefPtr () | |
| VgTextMarkerRefPtr (VgTextMarker pPointer) | |
| VgTextMarkerRefPtr (VgTextMarkerRefPtr pRefPtr) | |
| VgTextMarkerRefPtr | set (VgTextMarker pPointer) |
| VgTextMarker | __ref__ () |
| VgTextMarker | __deref__ () |
| VgTextMarker | get () |
| boolean | isValid () |
| 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) |
| VgIconMarker | asIconMarker () |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
Static Public Member Functions | |
| static VgTextMarkerRefPtr | getNull () |
Displays text as a marker of a VgPoint .
| VgTextMarkerRefPtr.VgTextMarkerRefPtr | ( | ) |
| VgTextMarkerRefPtr.VgTextMarkerRefPtr | ( | VgTextMarker | pPointer | ) |
| VgTextMarkerRefPtr.VgTextMarkerRefPtr | ( | VgTextMarkerRefPtr | pRefPtr | ) |
| VgTextMarker VgTextMarkerRefPtr.__deref__ | ( | ) |
| VgTextMarker VgTextMarkerRefPtr.__ref__ | ( | ) |
| VgIconMarker VgTextMarkerRefPtr.asIconMarker | ( | ) |
| VgTextMarker VgTextMarkerRefPtr.asTextMarker | ( | ) |
| VgTextMarker VgTextMarkerRefPtr.get | ( | ) |
| VgColor VgTextMarkerRefPtr.getColor | ( | ) |
| int VgTextMarkerRefPtr.getNbReferences | ( | ) |
|
static |
| float VgTextMarkerRefPtr.getScale | ( | ) |
| String VgTextMarkerRefPtr.getText | ( | ) |
| long VgTextMarkerRefPtr.getTextAttributes | ( | ) |
| boolean VgTextMarkerRefPtr.isValid | ( | ) |
| void VgTextMarkerRefPtr.ref | ( | ) |
| VgTextMarkerRefPtr VgTextMarkerRefPtr.set | ( | VgTextMarker | pPointer | ) |
| void VgTextMarkerRefPtr.setColor | ( | VgColor | pColor | ) |
Sets a new color.
| pColor |
| void VgTextMarkerRefPtr.setScale | ( | float | pScale | ) |
Sets the scale.
| pScale |
| boolean VgTextMarkerRefPtr.setText | ( | String | pText | ) |
Sets a new text.
| pText |
| boolean VgTextMarkerRefPtr.setTextAttributes | ( | long | pAttributesMask | ) |
Sets text's attributes.
| pAttributesMask |
| int VgTextMarkerRefPtr.unref | ( | ) |