PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.interaction.actions
Class GoToNonLocal<T extends Destination>

java.lang.Object
  extended by it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
      extended by it.stefanochizzolini.clown.documents.interaction.actions.Action
          extended by it.stefanochizzolini.clown.documents.interaction.actions.GoToDestination<T>
              extended by it.stefanochizzolini.clown.documents.interaction.actions.GoToNonLocal<T>
All Implemented Interfaces:
IGoToAction
Direct Known Subclasses:
GoToEmbedded, GoToRemote

public abstract class GoToNonLocal<T extends Destination>
extends GoToDestination<T>

Abstract go-to-nonlocal-destination action.

Since:
0.0.8
Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Constructor Summary
protected GoToNonLocal(Document context, PdfName actionType, FileSpec fileSpec, T destination)
           
protected GoToNonLocal(PdfDirectObject baseObject, PdfIndirectObject container)
           
 
Method Summary
 FileSpec getFileSpec()
          Gets the file in which the destination is located.
 void setFileSpec(FileSpec value)
           
 
Methods inherited from class it.stefanochizzolini.clown.documents.interaction.actions.GoToDestination
getDestination, getDestinationClass, setDestination
 
Methods inherited from class it.stefanochizzolini.clown.documents.interaction.actions.Action
clone, getActions, setActions, wrap, wrap
 
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GoToNonLocal

protected GoToNonLocal(Document context,
                       PdfName actionType,
                       FileSpec fileSpec,
                       T destination)

GoToNonLocal

protected GoToNonLocal(PdfDirectObject baseObject,
                       PdfIndirectObject container)
Method Detail

getFileSpec

public FileSpec getFileSpec()
Gets the file in which the destination is located.


setFileSpec

public void setFileSpec(FileSpec value)
See Also:
getFileSpec()

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.