|
||||||||
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.VgFunctorDescriptor
public class VgFunctorDescriptor
This is the super class for all functor descriptor classes in the SDK. It simply contains a string that identifies the functor type. This class can not be used directly, only the concrete functor descriptor subclasses can. A functor descriptor class is used to describe an animation which can be applied to a VgEngine::VgSpatial object.
Field Summary |
---|
Fields inherited from class com.visioglobe.libVisioDevKit.VgReferenced |
---|
swigCMemOwn, swigRefPtr |
Constructor Summary | |
---|---|
VgFunctorDescriptor(long cPtr,
boolean cMemoryOwn)
This class constructor is protected to prevent instantiation. |
Method Summary | |
---|---|
void |
delete()
|
protected void |
finalize()
|
static long |
getCPtr(VgFunctorDescriptor obj)
|
float |
getMEndTime()
The functor's end time (relative to the animation's start time). |
float |
getMStartTime()
The functor start time (relative to the animation's start time). |
void |
setMEndTime(float value)
The functor's end time (relative to the animation's start time). |
void |
setMStartTime(float value)
The functor start time (relative to the animation's start time). |
Methods inherited from class com.visioglobe.libVisioDevKit.VgReferenced |
---|
getCPtr, getNbReferences, ref, unref |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VgFunctorDescriptor(long cPtr, boolean cMemoryOwn)
Method Detail |
---|
public static long getCPtr(VgFunctorDescriptor obj)
protected void finalize()
finalize
in class VgReferenced
public void delete()
delete
in class VgReferenced
public void setMStartTime(float value)
public float getMStartTime()
public void setMEndTime(float value)
public float getMEndTime()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |