PDF Clown
0.1.2

Uses of Class
org.pdfclown.documents.interaction.actions.Action

Packages that use Action
org.pdfclown.documents Document-level objects [PDF:1.6:3.6]. 
org.pdfclown.documents.contents.composition Typographic composition. 
org.pdfclown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
org.pdfclown.documents.interaction.annotations Annotations used to associate an object such as a note, sound, or movie with a location on a page of a PDF document, or to provide a way to interact with the user by means of the mouse and keyboard [PDF:1.6:8.4]. 
org.pdfclown.documents.interaction.navigation.document Features that allow a PDF viewer application to present the user with an interactive, global overview of a document [PDF:1.6:8.2]. 
 

Uses of Action in org.pdfclown.documents
 

Methods in org.pdfclown.documents that return Action
 Action DocumentActions.getAfterPrint()
          Gets the action to be performed after printing the document.
 Action DocumentActions.getAfterSave()
          Gets the action to be performed after saving the document.
 Action DocumentActions.getBeforePrint()
          Gets the action to be performed before printing the document.
 Action DocumentActions.getBeforeSave()
          Gets the action to be performed before saving the document.
 Action DocumentActions.getOnClose()
          Gets the action to be performed before closing the document.
 Action PageActions.getOnClose()
          Gets the action to be performed when the page is closed.
 Action PageActions.getOnOpen()
          Gets the action to be performed when the page is opened.
 

Methods in org.pdfclown.documents with parameters of type Action
 void DocumentActions.setAfterPrint(Action value)
           
 void DocumentActions.setAfterSave(Action value)
           
 void DocumentActions.setBeforePrint(Action value)
           
 void DocumentActions.setBeforeSave(Action value)
           
 void DocumentActions.setOnClose(Action value)
           
 void PageActions.setOnClose(Action value)
           
 void PageActions.setOnOpen(Action value)
           
 

Uses of Action in org.pdfclown.documents.contents.composition
 

Methods in org.pdfclown.documents.contents.composition with parameters of type Action
 Link PrimitiveComposer.showText(String value, Action action)
          Shows the link associated to the specified text on the page at the current location.
 Link PrimitiveComposer.showText(String value, Point2D location, Action action)
          Shows the link associated to the specified text on the page at the specified location.
 Link PrimitiveComposer.showText(String value, Point2D location, XAlignmentEnum xAlignment, YAlignmentEnum yAlignment, double rotation, Action action)
          Shows the link associated to the specified text on the page at the specified location.
 

Uses of Action in org.pdfclown.documents.interaction.actions
 

Subclasses of Action in org.pdfclown.documents.interaction.actions
 class DoTransition
          'Control drawing during a sequence of actions' action [PDF:1.6:8.5.3].
 class GoTo3dView
          'Change the view to a specified 3D annotation' action [PDF:1.6:8.5.3].
 class GoToDestination<T extends Destination>
          Abstract 'go to destination' action.
 class GoToEmbedded
          'Change the view to a specified destination in a PDF file embedded in another PDF file' action [PDF:1.6:8.5.3].
 class GoToFirstPage
          'Go to the first page of the document' action [PDF:1.6:8.5.3].
 class GoToLastPage
          'Go to the last page of the document' action [PDF:1.6:8.5.3].
 class GoToLocal
          'Change the view to a specified destination within the same PDF file' action [PDF:1.6:8.5.3].
 class GoToNextPage
          'Go to the next page of the document' action [PDF:1.6:8.5.3].
 class GoToNonLocal<T extends Destination>
          Abstract 'go to non-local destination' action.
 class GoToPreviousPage
          'Go to the previous page of the document' action [PDF:1.6:8.5.3].
 class GoToRemote
          'Change the view to a specified destination in another PDF file' action [PDF:1.6:8.5.3].
 class GoToThread
          'Jump to a specified bead on an article thread' action [PDF:1.6:8.5.3].
 class GoToURI
          'Cause a URI (Uniform Resource Identifier) to be resolved' action [PDF:1.6:8.5.3].
 class ImportData
          'Import FDF (Forms Data Format) data into the document's interactive form from a specified file' action [PDF:1.6:8.6.4].
 class JavaScript
          'Cause a script to be compiled and executed by the JavaScript interpreter' action [PDF:1.6:8.6.4].
 class Launch
          'Launch an application' action [PDF:1.6:8.5.3].
 class NamedAction
          Named action [PDF:1.6:8.5.3].
 class PlayMovie
          'Play a movie' action [PDF:1.6:8.5.3].
 class PlaySound
          'Play a sound' action [PDF:1.6:8.5.3].
 class Render
          'Control the playing of multimedia content' action [PDF:1.6:8.5.3].
 class ResetForm
          'Reset selected interactive form fields to their default values' action [PDF:1.6:8.6.4].
 class SetLayerState
          'Set the state of one or more optional content groups' action [PDF:1.6:8.5.3].
 class SubmitForm
          'Transmit the names and values of selected interactive form fields to a specified URL (Uniform Resource Locator)' action [PDF:1.6:8.6.4].
 class ToggleVisibility
          'Toggle the visibility of one or more annotations on the screen' action [PDF:1.6:8.5.3].
 

Methods in org.pdfclown.documents.interaction.actions that return Action
 Action Action.clone(Document context)
           
 Action ChainedActions.get(int index)
           
 Action ChainedActions.getParent()
          Gets the parent action.
 Action ChainedActions.remove(int index)
           
 Action ChainedActions.set(int index, Action value)
           
static Action Action.wrap(PdfDirectObject baseObject)
          Wraps an action base object into an action object.
 

Methods in org.pdfclown.documents.interaction.actions that return types with arguments of type Action
 Iterator<Action> ChainedActions.iterator()
           
 ListIterator<Action> ChainedActions.listIterator()
           
 ListIterator<Action> ChainedActions.listIterator(int index)
           
 List<Action> ChainedActions.subList(int fromIndex, int toIndex)
           
 

Methods in org.pdfclown.documents.interaction.actions with parameters of type Action
 boolean ChainedActions.add(Action value)
           
 void ChainedActions.add(int index, Action value)
           
 Action ChainedActions.set(int index, Action value)
           
 

Method parameters in org.pdfclown.documents.interaction.actions with type arguments of type Action
 boolean ChainedActions.addAll(Collection<? extends Action> values)
           
 boolean ChainedActions.addAll(int index, Collection<? extends Action> values)
           
 

Uses of Action in org.pdfclown.documents.interaction.annotations
 

Methods in org.pdfclown.documents.interaction.annotations that return Action
 Action AnnotationActions.get(Object key)
           
 Action Annotation.getAction()
          Gets the action to be performed when the annotation is activated.
 Action AnnotationActions.getOnActivate()
          Gets the action to be performed when the annotation is activated.
 Action WidgetActions.getOnBlur()
          Gets the action to be performed when the annotation loses the input focus.
 Action AnnotationActions.getOnEnter()
          Gets the action to be performed when the cursor enters the annotation's active area.
 Action AnnotationActions.getOnExit()
          Gets the action to be performed when the cursor exits the annotation's active area.
 Action WidgetActions.getOnFocus()
          Gets the action to be performed when the annotation receives the input focus.
 Action AnnotationActions.getOnMouseDown()
          Gets the action to be performed when the mouse button is pressed inside the annotation's active area.
 Action AnnotationActions.getOnMouseUp()
          Gets the action to be performed when the mouse button is released inside the annotation's active area.
 Action AnnotationActions.getOnPageClose()
          Gets the action to be performed when the page containing the annotation is closed.
 Action AnnotationActions.getOnPageInvisible()
          Gets the action to be performed when the page containing the annotation is no longer visible in the viewer application's user interface.
 Action AnnotationActions.getOnPageOpen()
          Gets the action to be performed when the page containing the annotation is opened.
 Action AnnotationActions.getOnPageVisible()
          Gets the action to be performed when the page containing the annotation becomes visible in the viewer application's user interface.
 Action AnnotationActions.put(PdfName key, Action value)
           
 Action AnnotationActions.remove(Object key)
           
 

Methods in org.pdfclown.documents.interaction.annotations that return types with arguments of type Action
 Set<Map.Entry<PdfName,Action>> AnnotationActions.entrySet()
           
 Collection<Action> AnnotationActions.values()
           
 

Methods in org.pdfclown.documents.interaction.annotations with parameters of type Action
 Action AnnotationActions.put(PdfName key, Action value)
           
 void Annotation.setAction(Action value)
           
 void Link.setAction(Action value)
           
 void AnnotationActions.setOnActivate(Action value)
           
 void WidgetActions.setOnBlur(Action value)
           
 void AnnotationActions.setOnEnter(Action value)
           
 void AnnotationActions.setOnExit(Action value)
           
 void WidgetActions.setOnFocus(Action value)
           
 void AnnotationActions.setOnMouseDown(Action value)
           
 void AnnotationActions.setOnMouseUp(Action value)
           
 void AnnotationActions.setOnPageClose(Action value)
           
 void AnnotationActions.setOnPageInvisible(Action value)
           
 void AnnotationActions.setOnPageOpen(Action value)
           
 void AnnotationActions.setOnPageVisible(Action value)
           
 

Method parameters in org.pdfclown.documents.interaction.annotations with type arguments of type Action
 void AnnotationActions.putAll(Map<? extends PdfName,? extends Action> entries)
           
 

Uses of Action in org.pdfclown.documents.interaction.navigation.document
 

Constructors in org.pdfclown.documents.interaction.navigation.document with parameters of type Action
Bookmark(Document context, String title, Action action)
           
 


PDF Clown
0.1.2

Project home page

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