public interface VgMyAnchoredDisplay extends VgMyDisplayable
Modifier and Type | Method and Description |
---|---|
void |
release()
This method should be called when the activity dies to notify that we
should release/unregister all VisioDevKit objects, and null out as much
references on other objects as possible.
|
void |
setAnchorPosition(java.lang.String pPlaceID,
VgPosition pPosition)
Sets the anchoring to a specific place.
|
hide, isVisible, show
void setAnchorPosition(java.lang.String pPlaceID, VgPosition pPosition)
pPlaceID
- The place where to set the anchoring.void release()