public class VgLineDescriptorConstRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgLineDescriptorConstRefPtr() |
VgLineDescriptorConstRefPtr(VgLineDescriptor pPointer) |
VgLineDescriptorConstRefPtr(VgLineDescriptorConstRefPtr pConstRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgLineDescriptor |
__deref__() |
VgLineDescriptor |
__ref__() |
void |
delete() |
VgLineDescriptor |
get() |
VgAltitudeMode |
getMAltitudeMode() |
VgColorVector |
getMColors() |
boolean |
getMDrawOnTop() |
boolean |
getMHaveCaps() |
VgLineType |
getMLineType() |
double |
getMMaxCornerRadius() |
VgPositionVector |
getMPositions() |
VgITextureRefPtr |
getMTexture() |
float |
getMTextureAnimationSpeed() |
float |
getMTextureSize() |
double |
getMVisibilityRampFullyInvisible() |
double |
getMVisibilityRampFullyVisible() |
double |
getMVisibilityRampStartInvisible() |
double |
getMVisibilityRampStartVisible() |
VgDoubleVector |
getMWidths() |
int |
getMZIndex() |
int |
getNbReferences() |
static VgLineDescriptorConstRefPtr |
getNull() |
boolean |
isValid() |
void |
ref() |
VgLineDescriptorConstRefPtr |
set(VgLineDescriptor pPointer) |
void |
unref() |
public VgLineDescriptorConstRefPtr()
public VgLineDescriptorConstRefPtr(VgLineDescriptor pPointer)
public VgLineDescriptorConstRefPtr(VgLineDescriptorConstRefPtr pConstRefPtr)
public void delete()
public static VgLineDescriptorConstRefPtr getNull()
public VgLineDescriptorConstRefPtr set(VgLineDescriptor pPointer)
public VgLineDescriptor __ref__()
public VgLineDescriptor __deref__()
public VgLineDescriptor get()
public boolean isValid()
public VgPositionVector getMPositions()
public VgColorVector getMColors()
public VgDoubleVector getMWidths()
public VgITextureRefPtr getMTexture()
public float getMTextureSize()
public float getMTextureAnimationSpeed()
public VgLineType getMLineType()
public VgAltitudeMode getMAltitudeMode()
public double getMMaxCornerRadius()
public boolean getMHaveCaps()
public double getMVisibilityRampStartVisible()
public double getMVisibilityRampFullyVisible()
public double getMVisibilityRampStartInvisible()
public double getMVisibilityRampFullyInvisible()
public int getMZIndex()
public boolean getMDrawOnTop()
public void ref()
public void unref()
public int getNbReferences()