| Modifier and Type | Method and Description |
|---|---|
ViewDestination |
GoToAction.getDestination()
The Destination for this action
|
ViewDestination |
LinkAnnotation.getDestination()
The Destination for this link.
|
ViewDestination |
Bookmark.getViewDestination()
If this bookmark has a GoTo action, then return the destination of the action, else return null.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GoToAction.setDestination(ViewDestination dest)
The Destination for this action
|
void |
LinkAnnotation.setDestination(ViewDestination newdest)
The Destination for this link.
|
| Constructor and Description |
|---|
GoToAction(ViewDestination dest)
General constructor
|