|
VisioMove SDK (Android)
2.1.22
|

Public Member Functions | |
| void | setMText (String value) |
| String | getMText () |
| void | setMTextAttributesMask (long value) |
| long | getMTextAttributesMask () |
| void | setMColor (VgColor value) |
| VgColor | getMColor () |
| void | setMScale (double value) |
| double | getMScale () |
| VgMarkerType | getType () |
Public Member Functions inherited from VgMarkerDescriptor | |
| VgMarkerType | getType () |
Public Member Functions inherited from VgReferenced | |
| synchronized void | release () |
| VgReferenced () | |
| VgReferenced (VgReferenced pThis) | |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
Static Public Member Functions | |
| static VgTextMarkerDescriptorRefPtr | create () |
Describes a text marker. The text will be displayed at the point associated. This descriptor will instanciate a VgTextMarker after the call to VgEngine::VgInstanceFactory::instantiate(VgPointDescriptor const&)
|
static |
This static method returns a new heap-allocated descriptor. It is the only method that should be used to instantiate new descriptors. It is a way to make sure no one will delete it, except the last VgRefPtr pointing to it.
| VgColor VgTextMarkerDescriptor.getMColor | ( | ) |
| double VgTextMarkerDescriptor.getMScale | ( | ) |
| String VgTextMarkerDescriptor.getMText | ( | ) |
| long VgTextMarkerDescriptor.getMTextAttributesMask | ( | ) |
| VgMarkerType VgTextMarkerDescriptor.getType | ( | ) |
References VgMarkerType.swigToEnum().
| void VgTextMarkerDescriptor.setMColor | ( | VgColor | value | ) |
| void VgTextMarkerDescriptor.setMScale | ( | double | value | ) |
| void VgTextMarkerDescriptor.setMText | ( | String | value | ) |
| void VgTextMarkerDescriptor.setMTextAttributesMask | ( | long | value | ) |