public class VgPointConstRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgPointConstRefPtr() |
VgPointConstRefPtr(VgPoint pPointer) |
VgPointConstRefPtr(VgPointConstRefPtr pConstRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgPoint |
__deref__() |
VgPoint |
__ref__() |
void |
delete() |
VgPoint |
get() |
VgAltitudeMode |
getAltitudeMode() |
VgAnchorMode |
getAnchorPosition() |
VgAnimationConstRefPtr |
getAnimation(java.lang.String pName) |
void |
getAnimationNames(VgStringList pNameList) |
float |
getGeometryConstantSizeDistance() |
float |
getGeometryConstantSizeMaxScale() |
long |
getNbMarkers() |
int |
getNbReferences() |
static VgPointConstRefPtr |
getNull() |
VgOrientation |
getOrientation() |
VgOrientationConstraints |
getOrientationConstraints() |
VgPosition |
getPosition() |
float |
getScale() |
VgIGeometryType |
getType() |
VgVisibilityRamp |
getVisibilityRamp() |
int |
getZIndex() |
boolean |
isDrawnOnTop() |
boolean |
isForceFrontFaceEnabled() |
boolean |
isValid() |
void |
ref() |
VgPointConstRefPtr |
set(VgPoint pPointer) |
void |
unref() |
public VgPointConstRefPtr()
public VgPointConstRefPtr(VgPoint pPointer)
public VgPointConstRefPtr(VgPointConstRefPtr pConstRefPtr)
public void delete()
public static VgPointConstRefPtr getNull()
public VgPointConstRefPtr set(VgPoint pPointer)
public VgPoint __ref__()
public VgPoint __deref__()
public VgPoint get()
public boolean isValid()
public VgIGeometryType getType()
public VgAltitudeMode getAltitudeMode()
public VgAnchorMode getAnchorPosition()
public float getGeometryConstantSizeDistance()
public float getGeometryConstantSizeMaxScale()
public boolean isForceFrontFaceEnabled()
public VgOrientationConstraints getOrientationConstraints()
public long getNbMarkers()
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()