public class VgTextMarker extends VgMarker
Constructor and Description |
---|
VgTextMarker() |
Modifier and Type | Method and Description |
---|---|
VgTextMarker |
asTextMarker()
Casts this instance into a VgTextMarker.
|
void |
delete() |
VgColor |
getColor() |
float |
getScale() |
java.lang.String |
getText() |
long |
getTextAttributes() |
void |
setColor(VgColor pColor) |
void |
setScale(float pScale) |
boolean |
setText(java.lang.String pText) |
boolean |
setTextAttributes(long pAttributesMask) |
asIconMarker
getNbReferences, ref, unref
public VgTextMarker asTextMarker()
VgMarker
asTextMarker
in class VgMarker
public java.lang.String getText()
public boolean setText(java.lang.String pText)
public long getTextAttributes()
public boolean setTextAttributes(long pAttributesMask)
public VgColor getColor()
public void setColor(VgColor pColor)
public float getScale()
public void setScale(float pScale)