public class VgTextMarkerDescriptorConstRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgTextMarkerDescriptorConstRefPtr() |
VgTextMarkerDescriptorConstRefPtr(VgTextMarkerDescriptor pPointer) |
VgTextMarkerDescriptorConstRefPtr(VgTextMarkerDescriptorConstRefPtr pConstRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgTextMarkerDescriptor |
__deref__() |
VgTextMarkerDescriptor |
__ref__() |
void |
delete() |
VgTextMarkerDescriptor |
get() |
VgColor |
getMColor() |
double |
getMScale() |
java.lang.String |
getMText() |
long |
getMTextAttributesMask() |
int |
getNbReferences() |
static VgTextMarkerDescriptorConstRefPtr |
getNull() |
VgMarkerType |
getType() |
boolean |
isValid() |
void |
ref() |
VgTextMarkerDescriptorConstRefPtr |
set(VgTextMarkerDescriptor pPointer) |
void |
unref() |
public VgTextMarkerDescriptorConstRefPtr()
public VgTextMarkerDescriptorConstRefPtr(VgTextMarkerDescriptor pPointer)
public VgTextMarkerDescriptorConstRefPtr(VgTextMarkerDescriptorConstRefPtr pConstRefPtr)
public void delete()
public static VgTextMarkerDescriptorConstRefPtr getNull()
public VgTextMarkerDescriptorConstRefPtr set(VgTextMarkerDescriptor pPointer)
public VgTextMarkerDescriptor __ref__()
public VgTextMarkerDescriptor __deref__()
public VgTextMarkerDescriptor get()
public boolean isValid()
public java.lang.String getMText()
public long getMTextAttributesMask()
public VgColor getMColor()
public double getMScale()
public VgMarkerType getType()
public void ref()
public void unref()
public int getNbReferences()