public class VgTextMarkerDescriptor extends VgMarkerDescriptor
Modifier and Type | Method and Description |
---|---|
static VgTextMarkerDescriptorRefPtr |
create()
This static method returns a new heap-allocated descriptor.
|
void |
delete() |
VgColor |
getMColor()
The text's color.
|
double |
getMScale()
Controls the size of the POI in meters, by default 70.0.
|
java.lang.String |
getMText()
The POI's label.
|
long |
getMTextAttributesMask()
Text attributes.
|
VgMarkerType |
getType() |
void |
setMColor(VgColor value)
The text's color.
|
void |
setMScale(double value)
Controls the size of the POI in meters, by default 70.0.
|
void |
setMText(java.lang.String value)
The POI's label.
|
void |
setMTextAttributesMask(long value)
Text attributes.
|
getNbReferences, ref, unref
public void delete()
delete
in class VgMarkerDescriptor
public static VgTextMarkerDescriptorRefPtr create()
public void setMText(java.lang.String value)
public java.lang.String getMText()
public void setMTextAttributesMask(long value)
public long getMTextAttributesMask()
public void setMColor(VgColor value)
public VgColor getMColor()
public void setMScale(double value)
public double getMScale()
public VgMarkerType getType()
getType
in class VgMarkerDescriptor