PDF Clown
0.0.8

Uses of Class
it.stefanochizzolini.clown.documents.interaction.actions.Action

Packages that use Action
it.stefanochizzolini.clown.documents Document-level objects [PDF:1.6:3.6]. 
it.stefanochizzolini.clown.documents.contents.composition Typographic composition. 
it.stefanochizzolini.clown.documents.interaction Features that allow a user to interact with a document on the screen [PDF:1.6:8]. 
it.stefanochizzolini.clown.documents.interaction.actions Actions used to perform specific operations when triggered [PDF:1.6:8.5]. 
it.stefanochizzolini.clown.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]. 
it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.documents
 

Methods in it.stefanochizzolini.clown.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 PageActions.getOnClose()
          Gets the action to be performed when the page is closed.
 Action DocumentActions.getOnClose()
          Gets the action to be performed before closing the document.
 Action PageActions.getOnOpen()
          Gets the action to be performed when the page is opened.
 

Methods in it.stefanochizzolini.clown.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 PageActions.setOnClose(Action value)
           
 void DocumentActions.setOnClose(Action value)
           
 void PageActions.setOnOpen(Action value)
           
 

Uses of Action in it.stefanochizzolini.clown.documents.contents.composition
 

Methods in it.stefanochizzolini.clown.documents.contents.composition with parameters of type Action
 Link PrimitiveFilter.showText(String value, Action action)
          Shows the link associated to the specified text on the page at the current location.
 Link PrimitiveFilter.showText(String value, Point2D location, Action action)
          Shows the link associated to the specified text on the page at the specified location.
 Link PrimitiveFilter.showText(String value, Point2D location, AlignmentXEnum alignmentX, AlignmentYEnum alignmentY, double rotation, Action action)
          Shows the link associated to the specified text on the page at the specified location.
 

Uses of Action in it.stefanochizzolini.clown.documents.interaction
 

Methods in it.stefanochizzolini.clown.documents.interaction that return Action
 Action ILink.getAction()
          Gets the action to be performed when the link is activated.
 

Methods in it.stefanochizzolini.clown.documents.interaction with parameters of type Action
 void ILink.setAction(Action value)
           
 

Uses of Action in it.stefanochizzolini.clown.documents.interaction.actions
 

Subclasses of Action in it.stefanochizzolini.clown.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-nonlocal-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 Rendition
          '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 SetOcgState
          '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 it.stefanochizzolini.clown.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, PdfIndirectObject container)
          Wraps an action base object into an action object.
static Action Action.wrap(PdfReference reference)
          Wraps an action reference into an action object.
 

Methods in it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.documents.interaction.annotations
 

Methods in it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.documents.interaction.annotations that return types with arguments of type Action
 Set<Map.Entry<PdfName,Action>> AnnotationActions.entrySet()
           
 Collection<Action> AnnotationActions.values()
           
 

Methods in it.stefanochizzolini.clown.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 it.stefanochizzolini.clown.documents.interaction.annotations with type arguments of type Action
 void AnnotationActions.putAll(Map<? extends PdfName,? extends Action> entries)
           
 

Constructors in it.stefanochizzolini.clown.documents.interaction.annotations with parameters of type Action
Link(Page page, Rectangle2D box, Action action)
           
 

Uses of Action in it.stefanochizzolini.clown.documents.interaction.navigation.document
 

Methods in it.stefanochizzolini.clown.documents.interaction.navigation.document that return Action
 Action Bookmark.getAction()
           
 

Methods in it.stefanochizzolini.clown.documents.interaction.navigation.document with parameters of type Action
 void Bookmark.setAction(Action value)
           
 

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


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.