|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgReferenced
com.visioglobe.libVisioDevKit.VgAnimationDescriptor
public class VgAnimationDescriptor
This class implements descriptors for animations. This is the set of parameters that will allow animation instantiation.
Field Summary |
---|
Fields inherited from class com.visioglobe.libVisioDevKit.VgReferenced |
---|
swigCMemOwn, swigRefPtr |
Constructor Summary | |
---|---|
VgAnimationDescriptor(long cPtr,
boolean cMemoryOwn)
This constructor will initialize an empty animation descriptor (no channel functor). |
Method Summary | |
---|---|
static VgAnimationDescriptorRefPtr |
create()
This static method returns a new heap-allocated descriptor. |
void |
delete()
|
static long |
getCPtr(VgAnimationDescriptor obj)
|
VgIAnimationCallbackRefPtr |
getMCallback()
Pointer to the callback to notify when the animation finishes. |
float |
getMDuration()
Animation duration in seconds (default is 1 second). |
VgFunctorDescriptorMap |
getMFunctorDescriptors()
This map associates a spatial (by name) an animation target (by name) and a functor descriptor that will be used to instantiate the real functors. |
long |
getMLoopMode()
Flag to set up a looping animation (default is no loop). |
void |
setMCallback(VgIAnimationCallbackRefPtr value)
Pointer to the callback to notify when the animation finishes. |
void |
setMDuration(float value)
Animation duration in seconds (default is 1 second). |
void |
setMFunctorDescriptors(VgFunctorDescriptorMap value)
This map associates a spatial (by name) an animation target (by name) and a functor descriptor that will be used to instantiate the real functors. |
void |
setMLoopMode(long value)
Flag to set up a looping animation (default is no loop). |
Methods inherited from class com.visioglobe.libVisioDevKit.VgReferenced |
---|
finalize, getCPtr, getNbReferences, ref, unref |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VgAnimationDescriptor(long cPtr, boolean cMemoryOwn)
Method Detail |
---|
public static long getCPtr(VgAnimationDescriptor obj)
public void delete()
delete
in class VgReferenced
public static VgAnimationDescriptorRefPtr create()
public void setMFunctorDescriptors(VgFunctorDescriptorMap value)
public VgFunctorDescriptorMap getMFunctorDescriptors()
public void setMDuration(float value)
public float getMDuration()
public void setMLoopMode(long value)
public long getMLoopMode()
public void setMCallback(VgIAnimationCallbackRefPtr value)
public VgIAnimationCallbackRefPtr getMCallback()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |