|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgIRouteGeometryDescriptor
public class VgIRouteGeometryDescriptor
A route geometry descriptor object. Contains a description of a route for a single layer.
Field Summary | |
---|---|
protected boolean |
swigCMemOwn
|
Constructor Summary | |
---|---|
VgIRouteGeometryDescriptor()
|
|
VgIRouteGeometryDescriptor(long cPtr,
boolean cMemoryOwn)
|
Method Summary | |
---|---|
void |
delete()
|
protected void |
finalize()
|
static long |
getCPtr(VgIRouteGeometryDescriptor obj)
|
java.lang.String |
getMLayerName()
The name of the layer the descriptor belongs to. |
VgLineDescriptorVector |
getMLineDescriptors()
Contains a vector of line descriptors. |
java.lang.String |
getMModality()
The modality (i.e. |
VgPointDescriptorVector |
getMPointDescriptors()
Contains a vector of point descriptors. |
void |
setMLayerName(java.lang.String value)
The name of the layer the descriptor belongs to. |
void |
setMLineDescriptors(VgLineDescriptorVector value)
Contains a vector of line descriptors. |
void |
setMModality(java.lang.String value)
The modality (i.e. |
void |
setMPointDescriptors(VgPointDescriptorVector value)
Contains a vector of point descriptors. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean swigCMemOwn
Constructor Detail |
---|
public VgIRouteGeometryDescriptor(long cPtr, boolean cMemoryOwn)
public VgIRouteGeometryDescriptor()
Method Detail |
---|
public static long getCPtr(VgIRouteGeometryDescriptor obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setMLineDescriptors(VgLineDescriptorVector value)
public VgLineDescriptorVector getMLineDescriptors()
public void setMPointDescriptors(VgPointDescriptorVector value)
public VgPointDescriptorVector getMPointDescriptors()
public void setMLayerName(java.lang.String value)
public java.lang.String getMLayerName()
public void setMModality(java.lang.String value)
public java.lang.String getMModality()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |