|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgMarkerDescriptorVector () | |
| VgMarkerDescriptorVector (long n) | |
| long | size () |
| long | capacity () |
| void | reserve (long n) |
| boolean | isEmpty () |
| void | clear () |
| void | add (VgMarkerDescriptorRefPtr x) |
| VgMarkerDescriptorRefPtr | get (int i) |
| void | set (int i, VgMarkerDescriptorRefPtr val) |
| VgMarkerDescriptorVector.VgMarkerDescriptorVector | ( | ) |
| VgMarkerDescriptorVector.VgMarkerDescriptorVector | ( | long | n | ) |
| void VgMarkerDescriptorVector.add | ( | VgMarkerDescriptorRefPtr | x | ) |
| long VgMarkerDescriptorVector.capacity | ( | ) |
| void VgMarkerDescriptorVector.clear | ( | ) |
| VgMarkerDescriptorRefPtr VgMarkerDescriptorVector.get | ( | int | i | ) |
| boolean VgMarkerDescriptorVector.isEmpty | ( | ) |
| void VgMarkerDescriptorVector.reserve | ( | long | n | ) |
| void VgMarkerDescriptorVector.set | ( | int | i, |
| VgMarkerDescriptorRefPtr | val | ||
| ) |
| long VgMarkerDescriptorVector.size | ( | ) |