|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgReferenced
com.visioglobe.libVisioDevKit.VgMarkerDescriptor
com.visioglobe.libVisioDevKit.VgTextMarkerDescriptor
public class VgTextMarkerDescriptor
Describes a text marker. The text will be displayed at the point associated.
Field Summary |
---|
Fields inherited from class com.visioglobe.libVisioDevKit.VgReferenced |
---|
swigCMemOwn, swigRefPtr |
Constructor Summary | |
---|---|
VgTextMarkerDescriptor(long cPtr,
boolean cMemoryOwn)
Constructor |
Method Summary | |
---|---|
static VgTextMarkerDescriptorRefPtr |
create()
This static method returns a new heap-allocated descriptor. |
void |
delete()
|
static long |
getCPtr(VgTextMarkerDescriptor obj)
|
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. |
Methods inherited from class com.visioglobe.libVisioDevKit.VgMarkerDescriptor |
---|
finalize, getCPtr |
Methods inherited from class com.visioglobe.libVisioDevKit.VgReferenced |
---|
getCPtr, getNbReferences, ref, unref |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VgTextMarkerDescriptor(long cPtr, boolean cMemoryOwn)
Method Detail |
---|
public static long getCPtr(VgTextMarkerDescriptor obj)
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
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |