public class VgLineConstRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgLineConstRefPtr() |
VgLineConstRefPtr(VgLine pPointer) |
VgLineConstRefPtr(VgLineConstRefPtr pConstRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgLine |
__deref__() |
VgLine |
__ref__() |
void |
delete() |
VgLine |
get() |
VgAnimationConstRefPtr |
getAnimation(java.lang.String pName) |
void |
getAnimationNames(VgStringList pNameList) |
VgLineDescriptorConstRefPtr |
getDescriptor() |
int |
getNbReferences() |
static VgLineConstRefPtr |
getNull() |
VgOrientation |
getOrientation() |
VgPosition |
getPosition() |
float |
getScale() |
VgITextureRefPtr |
getTexture() |
float |
getTextureAnimationSpeed() |
VgIGeometryType |
getType() |
VgVisibilityRamp |
getVisibilityRamp() |
int |
getZIndex() |
boolean |
isDrawnOnTop() |
boolean |
isValid() |
void |
ref() |
VgLineConstRefPtr |
set(VgLine pPointer) |
void |
unref() |
public VgLineConstRefPtr()
public VgLineConstRefPtr(VgLine pPointer)
public VgLineConstRefPtr(VgLineConstRefPtr pConstRefPtr)
public void delete()
public static VgLineConstRefPtr getNull()
public VgLineConstRefPtr set(VgLine pPointer)
public VgLine __ref__()
public VgLine __deref__()
public VgLine get()
public boolean isValid()
public VgLineDescriptorConstRefPtr getDescriptor()
public VgIGeometryType getType()
public VgITextureRefPtr getTexture()
public float getTextureAnimationSpeed()
public VgVisibilityRamp getVisibilityRamp()
public VgAnimationConstRefPtr getAnimation(java.lang.String pName)
public void getAnimationNames(VgStringList pNameList)
public VgPosition getPosition()
public VgOrientation getOrientation()
public float getScale()
public int getZIndex()
public boolean isDrawnOnTop()
public void ref()
public void unref()
public int getNbReferences()