|
fop 2.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.ActionSet
public class ActionSet
This class manages actions and action references. Some action (like GoToXYAction
s)
cannot be fully resolved at the time they are needed, so they are deferred. This class
helps manages the references and resolution.
Constructor Summary | |
---|---|
ActionSet()
|
Method Summary | |
---|---|
void |
clear()
Clears the set. |
java.lang.String |
generateNewID(AbstractAction action)
Generates a new synthetic ID for an action. |
AbstractAction |
get(java.lang.String id)
Returns the action with the given ID. |
AbstractAction |
put(AbstractAction action)
Puts an action into the set and returns the normalized instance (another one if the given one is equal to another. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ActionSet()
Method Detail |
---|
public java.lang.String generateNewID(AbstractAction action)
action
- the action
public AbstractAction get(java.lang.String id)
id
- the ID
public AbstractAction put(AbstractAction action)
action
- the action
public void clear()
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |