|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgIDatabaseDatasetDescriptor
public class VgIDatabaseDatasetDescriptor
This structure is used to retrieve information about the current dataset. If no dataset has been loaded the mName member is empty, mMinimum equals mMaximum and their value is (0.0, 0.0, 0.0).
Field Summary | |
---|---|
protected boolean |
swigCMemOwn
|
Constructor Summary | |
---|---|
VgIDatabaseDatasetDescriptor()
|
|
VgIDatabaseDatasetDescriptor(long cPtr,
boolean cMemoryOwn)
|
Method Summary | |
---|---|
void |
delete()
|
protected void |
finalize()
|
static long |
getCPtr(VgIDatabaseDatasetDescriptor obj)
|
VgPosition |
getMMaximum()
The maximum bound value. |
VgPosition |
getMMinimum()
The minimum bound value. |
java.lang.String |
getMName()
The dataset name. |
void |
setMMaximum(VgPosition value)
The maximum bound value. |
void |
setMMinimum(VgPosition value)
The minimum bound value. |
void |
setMName(java.lang.String value)
The dataset name. |
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 VgIDatabaseDatasetDescriptor(long cPtr, boolean cMemoryOwn)
public VgIDatabaseDatasetDescriptor()
Method Detail |
---|
public static long getCPtr(VgIDatabaseDatasetDescriptor obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setMName(java.lang.String value)
public java.lang.String getMName()
public void setMMinimum(VgPosition value)
public VgPosition getMMinimum()
public void setMMaximum(VgPosition value)
public VgPosition getMMaximum()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |