public class VgLinkDescriptorRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgLinkDescriptorRefPtr() |
VgLinkDescriptorRefPtr(VgLinkDescriptor pPointer) |
VgLinkDescriptorRefPtr(VgLinkDescriptorRefPtr pRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgLinkDescriptor |
__deref__() |
VgLinkDescriptor |
__ref__() |
VgLinkDescriptorRefPtr |
create() |
void |
delete() |
VgLinkDescriptor |
get() |
float |
getMAnimationSpeed() |
VgColor |
getMSourceColor() |
VgPosition |
getMSourcePosition() |
VgColor |
getMTargetColor() |
VgPosition |
getMTargetPosition() |
VgITextureRefPtr |
getMTexture() |
float |
getMTextureRatio() |
float |
getMWidth() |
int |
getNbReferences() |
static VgLinkDescriptorRefPtr |
getNull() |
boolean |
isValid() |
void |
ref() |
VgLinkDescriptorRefPtr |
set(VgLinkDescriptor pPointer) |
void |
setMAnimationSpeed(float value) |
void |
setMSourceColor(VgColor value) |
void |
setMSourcePosition(VgPosition value) |
void |
setMTargetColor(VgColor value) |
void |
setMTargetPosition(VgPosition value) |
void |
setMTexture(VgITextureRefPtr value) |
void |
setMTextureRatio(float value) |
void |
setMWidth(float value) |
void |
unref() |
public VgLinkDescriptorRefPtr()
public VgLinkDescriptorRefPtr(VgLinkDescriptor pPointer)
public VgLinkDescriptorRefPtr(VgLinkDescriptorRefPtr pRefPtr)
public void delete()
public static VgLinkDescriptorRefPtr getNull()
public VgLinkDescriptorRefPtr set(VgLinkDescriptor pPointer)
public VgLinkDescriptor __ref__()
public VgLinkDescriptor __deref__()
public VgLinkDescriptor get()
public boolean isValid()
public VgLinkDescriptorRefPtr create()
public void setMSourcePosition(VgPosition value)
public VgPosition getMSourcePosition()
public void setMSourceColor(VgColor value)
public VgColor getMSourceColor()
public void setMTargetPosition(VgPosition value)
public VgPosition getMTargetPosition()
public void setMTargetColor(VgColor value)
public VgColor getMTargetColor()
public void setMTexture(VgITextureRefPtr value)
public VgITextureRefPtr getMTexture()
public void setMWidth(float value)
public float getMWidth()
public void setMTextureRatio(float value)
public float getMTextureRatio()
public void setMAnimationSpeed(float value)
public float getMAnimationSpeed()
public void ref()
public void unref()
public int getNbReferences()