VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
void | setMFunctorDescriptors (VgFunctorDescriptorMap value) |
VgFunctorDescriptorMap | getMFunctorDescriptors () |
void | setMDuration (float value) |
float | getMDuration () |
void | setMLoopMode (long value) |
long | getMLoopMode () |
void | setMCallback (VgIAnimationCallbackRefPtr value) |
VgIAnimationCallbackRefPtr | getMCallback () |
![]() | |
synchronized void | release () |
VgReferenced () | |
VgReferenced (VgReferenced pThis) | |
void | ref () |
int | unref () |
int | getNbReferences () |
Static Public Member Functions | |
static VgAnimationDescriptorRefPtr | create () |
This class implements descriptors for animations. This is the set of parameters that will allow animation instantiation.
|
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.
VgIAnimationCallbackRefPtr VgAnimationDescriptor.getMCallback | ( | ) |
float VgAnimationDescriptor.getMDuration | ( | ) |
VgFunctorDescriptorMap VgAnimationDescriptor.getMFunctorDescriptors | ( | ) |
long VgAnimationDescriptor.getMLoopMode | ( | ) |
void VgAnimationDescriptor.setMCallback | ( | VgIAnimationCallbackRefPtr | value | ) |
void VgAnimationDescriptor.setMDuration | ( | float | value | ) |
void VgAnimationDescriptor.setMFunctorDescriptors | ( | VgFunctorDescriptorMap | value | ) |
void VgAnimationDescriptor.setMLoopMode | ( | long | value | ) |