com.visioglobe.libVisioDevKit
Class VgLink

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

public class VgLink
extends VgReferenced

This class displays a 'ribbon' that links to positions in the scene. The advantage of using a link rather than a line, is that the start and end positions will be updated when their SRS changes. It is particularly usefull when we want to link positions 'hooked' to layers while they are animated around.


Field Summary
 
Fields inherited from class com.visioglobe.libVisioDevKit.VgReferenced
swigCMemOwn, swigRefPtr
 
Constructor Summary
VgLink(long cPtr, boolean cMemoryOwn)
          The constructor is private, you have to use VgEngine::VgInstanceFactory::instantiate
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(VgLink obj)
           
 void setVisible(boolean pIsVisible)
          Sets the link's visibility.
 
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

VgLink

public VgLink(long cPtr,
              boolean cMemoryOwn)
The constructor is private, you have to use VgEngine::VgInstanceFactory::instantiate

Method Detail

getCPtr

public static long getCPtr(VgLink obj)

finalize

protected void finalize()
Overrides:
finalize in class VgReferenced

delete

public void delete()
Overrides:
delete in class VgReferenced

setVisible

public void setVisible(boolean pIsVisible)
Sets the link's visibility.

Parameters:
pIsVisible - If true, the link will be visible, if false the link will be invisible

VisioDevKit 2.0, Visioglobe® 2013