|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgTextMarkerConstRefPtr () | |
| VgTextMarkerConstRefPtr (VgTextMarker pPointer) | |
| VgTextMarkerConstRefPtr (VgTextMarkerConstRefPtr pConstRefPtr) | |
| VgTextMarkerConstRefPtr | set (VgTextMarker pPointer) |
| VgTextMarker | __ref__ () |
| VgTextMarker | __deref__ () |
| VgTextMarker | get () |
| boolean | isValid () |
| String | getText () |
| long | getTextAttributes () |
| VgColor | getColor () |
| float | getScale () |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
Static Public Member Functions | |
| static VgTextMarkerConstRefPtr | getNull () |
Displays text as a marker of a VgPoint .
| VgTextMarkerConstRefPtr.VgTextMarkerConstRefPtr | ( | ) |
| VgTextMarkerConstRefPtr.VgTextMarkerConstRefPtr | ( | VgTextMarker | pPointer | ) |
| VgTextMarkerConstRefPtr.VgTextMarkerConstRefPtr | ( | VgTextMarkerConstRefPtr | pConstRefPtr | ) |
| VgTextMarker VgTextMarkerConstRefPtr.__deref__ | ( | ) |
| VgTextMarker VgTextMarkerConstRefPtr.__ref__ | ( | ) |
| VgTextMarker VgTextMarkerConstRefPtr.get | ( | ) |
| VgColor VgTextMarkerConstRefPtr.getColor | ( | ) |
| int VgTextMarkerConstRefPtr.getNbReferences | ( | ) |
|
static |
| float VgTextMarkerConstRefPtr.getScale | ( | ) |
| String VgTextMarkerConstRefPtr.getText | ( | ) |
| long VgTextMarkerConstRefPtr.getTextAttributes | ( | ) |
| boolean VgTextMarkerConstRefPtr.isValid | ( | ) |
| void VgTextMarkerConstRefPtr.ref | ( | ) |
| VgTextMarkerConstRefPtr VgTextMarkerConstRefPtr.set | ( | VgTextMarker | pPointer | ) |
| int VgTextMarkerConstRefPtr.unref | ( | ) |