com.visioglobe.libVisioDevKit
Class VgLayerDescriptor

java.lang.Object
  extended by com.visioglobe.libVisioDevKit.VgReferenced
      extended by com.visioglobe.libVisioDevKit.VgLayerDescriptor

public class VgLayerDescriptor
extends VgReferenced

Describes a layer. This descriptor will then be used to instantiate a VgLayer.


Field Summary
 
Fields inherited from class com.visioglobe.libVisioDevKit.VgReferenced
swigCMemOwn, swigRefPtr
 
Constructor Summary
VgLayerDescriptor()
           
VgLayerDescriptor(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(VgLayerDescriptor obj)
           
 VgLayoutDescriptor getMLayoutDescriptor()
          The descriptor of the layer's spatial layout
 java.lang.String getMName()
          The layer's name.
 void setMLayoutDescriptor(VgLayoutDescriptor value)
          The descriptor of the layer's spatial layout
 void setMName(java.lang.String value)
          The layer's name.
 
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

VgLayerDescriptor

public VgLayerDescriptor(long cPtr,
                         boolean cMemoryOwn)

VgLayerDescriptor

public VgLayerDescriptor()
Method Detail

getCPtr

public static long getCPtr(VgLayerDescriptor obj)

finalize

protected void finalize()
Overrides:
finalize in class VgReferenced

delete

public void delete()
Overrides:
delete in class VgReferenced

setMName

public void setMName(java.lang.String value)
The layer's name.


getMName

public java.lang.String getMName()
The layer's name.


setMLayoutDescriptor

public void setMLayoutDescriptor(VgLayoutDescriptor value)
The descriptor of the layer's spatial layout


getMLayoutDescriptor

public VgLayoutDescriptor getMLayoutDescriptor()
The descriptor of the layer's spatial layout


VisioDevKit 2.0, Visioglobe® 2013