com.visioglobe.libVisioDevKit
Class VgLayoutDescriptor
java.lang.Object
  
com.visioglobe.libVisioDevKit.VgLayoutDescriptor
- Direct Known Subclasses: 
 - VgQuadtreeLayoutDescriptor
 
public class VgLayoutDescriptor
- extends java.lang.Object
 
This abstract class is the base class for all layout descriptors. It can
 not be instantiated as is, you need to instantiate it's sub classes.
- See:
 
  - VgEngine::VgQuadtreeLayoutDescriptor
 
 
| 
Constructor Summary | 
VgLayoutDescriptor(long cPtr,
                   boolean cMemoryOwn)
 
          Default constructor, you can not call it directly (this class is
 abstract). | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
swigCMemOwn
protected boolean swigCMemOwn
VgLayoutDescriptor
public VgLayoutDescriptor(long cPtr,
                          boolean cMemoryOwn)
- Default constructor, you can not call it directly (this class is
 abstract).
 
getCPtr
public static long getCPtr(VgLayoutDescriptor obj)
 
finalize
protected void finalize()
- Overrides:
 finalize in class java.lang.Object
 
 
delete
public void delete()