public class VgLinkDescriptorConstRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgLinkDescriptorConstRefPtr() |
VgLinkDescriptorConstRefPtr(VgLinkDescriptor pPointer) |
VgLinkDescriptorConstRefPtr(VgLinkDescriptorConstRefPtr pConstRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgLinkDescriptor |
__deref__() |
VgLinkDescriptor |
__ref__() |
void |
delete() |
VgLinkDescriptor |
get() |
float |
getMAnimationSpeed() |
VgColor |
getMSourceColor() |
VgPosition |
getMSourcePosition() |
VgColor |
getMTargetColor() |
VgPosition |
getMTargetPosition() |
VgITextureRefPtr |
getMTexture() |
float |
getMTextureRatio() |
float |
getMWidth() |
int |
getNbReferences() |
static VgLinkDescriptorConstRefPtr |
getNull() |
boolean |
isValid() |
void |
ref() |
VgLinkDescriptorConstRefPtr |
set(VgLinkDescriptor pPointer) |
void |
unref() |
public VgLinkDescriptorConstRefPtr()
public VgLinkDescriptorConstRefPtr(VgLinkDescriptor pPointer)
public VgLinkDescriptorConstRefPtr(VgLinkDescriptorConstRefPtr pConstRefPtr)
public void delete()
public static VgLinkDescriptorConstRefPtr getNull()
public VgLinkDescriptorConstRefPtr set(VgLinkDescriptor pPointer)
public VgLinkDescriptor __ref__()
public VgLinkDescriptor __deref__()
public VgLinkDescriptor get()
public boolean isValid()
public VgPosition getMSourcePosition()
public VgColor getMSourceColor()
public VgPosition getMTargetPosition()
public VgColor getMTargetColor()
public VgITextureRefPtr getMTexture()
public float getMWidth()
public float getMTextureRatio()
public float getMAnimationSpeed()
public void ref()
public void unref()
public int getNbReferences()