Package | Description |
---|---|
org.apache.fop.render.intermediate | |
org.apache.fop.render.intermediate.extensions | |
org.apache.fop.render.pdf |
PDF Renderer
|
Modifier and Type | Method and Description |
---|---|
void |
IFDocumentNavigationHandler.addResolvedAction(AbstractAction action) |
void |
IFSerializer.addResolvedAction(AbstractAction action) |
Modifier and Type | Class and Description |
---|---|
class |
GoToXYAction
Action class which represents a "go-to" action to an absolute coordinate on a page.
|
class |
URIAction
Action class which represents a "URI" action, i.e.
|
Modifier and Type | Method and Description |
---|---|
AbstractAction |
ActionSet.get(java.lang.String id)
Returns the action with the given ID.
|
AbstractAction |
Link.getAction()
Returns the action performed when the destination is selected.
|
AbstractAction |
NamedDestination.getAction()
Returns the action performed when the destination is selected.
|
AbstractAction |
Bookmark.getAction()
Returns the action performed when the bookmark is clicked.
|
AbstractAction |
ActionSet.put(AbstractAction action)
Puts an action into the set and returns the normalized instance (another one if the given
one is equal to another.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ActionSet.generateNewID(AbstractAction action)
Generates a new synthetic ID for an action.
|
boolean |
GoToXYAction.isSame(AbstractAction other)
Indicates whether two action are equal.
|
abstract boolean |
AbstractAction.isSame(AbstractAction other)
Indicates whether two action are equal.
|
boolean |
URIAction.isSame(AbstractAction other)
Indicates whether two action are equal.
|
AbstractAction |
ActionSet.put(AbstractAction action)
Puts an action into the set and returns the normalized instance (another one if the given
one is equal to another.
|
void |
Link.setAction(AbstractAction action)
Sets the action performed when the destination is selected.
|
void |
NamedDestination.setAction(AbstractAction action)
Sets the action performed when the destination is selected.
|
void |
Bookmark.setAction(AbstractAction action)
Sets the action performed when the bookmark is clicked.
|
Constructor and Description |
---|
Bookmark(java.lang.String title,
boolean show,
AbstractAction action)
Creates a new bookmark.
|
Link(AbstractAction action,
java.awt.Rectangle targetRect)
Creates a new named destination.
|
NamedDestination(java.lang.String name,
AbstractAction action)
Creates a new named destination.
|
Modifier and Type | Method and Description |
---|---|
void |
PDFDocumentNavigationHandler.addResolvedAction(AbstractAction action) |
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.