|
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.AbstractAction
public abstract class AbstractAction
Abstract base class for document actions, like "go-to" actions with absolute page coordinates.
Constructor Summary | |
---|---|
AbstractAction()
|
Method Summary | |
---|---|
java.lang.String |
getID()
Returns an optional ID for this action. |
java.lang.String |
getIDPrefix()
Returns a string that is used to prefix a generated ID to make it unique. |
StructureTreeElement |
getStructureTreeElement()
Returns the structure element corresponding to this action. |
boolean |
hasID()
Indicates whether the action has an ID and is therefore referencable. |
boolean |
isComplete()
Indicates whether the action is complete, i.e has all the required information to be rendered in the target format. |
abstract boolean |
isSame(AbstractAction other)
Indicates whether two action are equal. |
void |
setID(java.lang.String id)
Sets an ID to make the action referencable. |
void |
setStructureTreeElement(StructureTreeElement structureTreeElement)
Sets the structure element corresponding to this action. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.xmlgraphics.util.XMLizable |
---|
toSAX |
Constructor Detail |
---|
public AbstractAction()
Method Detail |
---|
public void setID(java.lang.String id)
id
- the IDpublic java.lang.String getID()
public void setStructureTreeElement(StructureTreeElement structureTreeElement)
structureTreeElement
- a reference to the structure elementpublic StructureTreeElement getStructureTreeElement()
public boolean hasID()
public abstract boolean isSame(AbstractAction other)
Object.equals(Object)
!
other
- the other action to compare to
public boolean isComplete()
public java.lang.String getIDPrefix()
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |