|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgLayerManager
public class VgLayerManager
Manages the layers.
Field Summary | |
---|---|
protected boolean |
swigCMemOwn
|
Constructor Summary | |
---|---|
VgLayerManager(long cPtr,
boolean cMemoryOwn)
|
|
VgLayerManager(VgIEngine pEngine)
Creates a layer manager for the provided engine. |
Method Summary | |
---|---|
void |
delete()
|
VgLayerRefPtr |
editLayer(java.lang.String pName)
Access a VgLayer using it's name. |
VgLayerVector |
editLayers()
Access to the VgLayer collection. |
protected void |
finalize()
|
static long |
getCPtr(VgLayerManager obj)
|
VgLayerVector |
getLayers()
Const access to the VgLayer collection. |
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 VgLayerManager(long cPtr, boolean cMemoryOwn)
public VgLayerManager(VgIEngine pEngine)
pEngine
- The engine instance this layer manager is built on.Method Detail |
---|
public static long getCPtr(VgLayerManager obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public VgLayerRefPtr editLayer(java.lang.String pName)
pName
- The name of the accessed layer.
public VgLayerVector getLayers()
public VgLayerVector editLayers()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |