com.visioglobe.libVisioDevKit
Class VgLink
java.lang.Object
com.visioglobe.libVisioDevKit.VgReferenced
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.
Constructor Summary |
VgLink(long cPtr,
boolean cMemoryOwn)
The constructor is private, you have to use VgEngine::VgInstanceFactory::instantiate |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VgLink
public VgLink(long cPtr,
boolean cMemoryOwn)
- The constructor is private, you have to use VgEngine::VgInstanceFactory::instantiate
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