|
||||||||
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.VgIconMarkerDescriptor
public class VgIconMarkerDescriptor
Describes an icon marker. The icon will be displayed at the point associated. This descriptor will instanciate a VgIconMarker after the call to VgEngine::VgInstanceFactory::instantiate(VgPointDescriptor const&)
Field Summary |
---|
Fields inherited from class com.visioglobe.libVisioDevKit.VgReferenced |
---|
swigCMemOwn, swigRefPtr |
Constructor Summary | |
---|---|
VgIconMarkerDescriptor(long cPtr,
boolean cMemoryOwn)
|
Method Summary | |
---|---|
static VgIconMarkerDescriptorRefPtr |
create()
This static method returns a new heap-allocated descriptor. |
void |
delete()
|
static long |
getCPtr(VgIconMarkerDescriptor obj)
|
VgITextureRefPtr |
getMIcon()
The icon's texture. |
float |
getMScale()
Scales the icon (which sides always mesure 1x1 meter), by default 70.0. |
VgMarkerType |
getType()
|
void |
setMIcon(VgITextureRefPtr value)
The icon's texture. |
void |
setMScale(float value)
Scales the icon (which sides always mesure 1x1 meter), by default 70.0. |
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 VgIconMarkerDescriptor(long cPtr, boolean cMemoryOwn)
Method Detail |
---|
public static long getCPtr(VgIconMarkerDescriptor obj)
public void delete()
delete
in class VgMarkerDescriptor
public static VgIconMarkerDescriptorRefPtr create()
public void setMIcon(VgITextureRefPtr value)
public VgITextureRefPtr getMIcon()
public void setMScale(float value)
public float 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 |