it.stefanochizzolini.clown.documents.interaction.actions
Class GoToDestination<T extends Destination>
java.lang.Object
it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
it.stefanochizzolini.clown.documents.interaction.actions.Action
it.stefanochizzolini.clown.documents.interaction.actions.GoToDestination<T>
- All Implemented Interfaces:
- IGoToAction
- Direct Known Subclasses:
- GoToLocal, GoToNonLocal
public abstract class GoToDestination<T extends Destination>
- extends Action
- implements IGoToAction
Abstract go-to-destination action.
- Since:
- 0.0.8
- Version:
- 0.0.8
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoToDestination
protected GoToDestination(Document context,
PdfName actionType,
T destination)
GoToDestination
protected GoToDestination(PdfDirectObject baseObject,
PdfIndirectObject container)
getDestination
public T getDestination()
- Gets the destination to jump to.
setDestination
public void setDestination(T value)
- See Also:
getDestination()
getDestinationClass
protected abstract Class<T> getDestinationClass()
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.