|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.intermediate.extensions.NamedDestination
public class NamedDestination
This class is a named destination element for use in the intermediate format.
Constructor Summary | |
---|---|
NamedDestination(java.lang.String name,
AbstractAction action)
Creates a new named destination. |
Method Summary | |
---|---|
AbstractAction |
getAction()
Returns the action performed when the destination is selected. |
java.lang.String |
getName()
Returns the destination's name. |
void |
setAction(AbstractAction action)
Sets the action performed when the destination is selected. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NamedDestination(java.lang.String name, AbstractAction action)
name
- the destination's nameaction
- the action performed when the destination is selectedMethod Detail |
---|
public java.lang.String getName()
public AbstractAction getAction()
public void setAction(AbstractAction action)
action
- the action
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |