|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.dante.extex.interpreter.primitives.pdftex.util.action.ActionSpec
de.dante.extex.interpreter.primitives.pdftex.util.action.GotoActionSpec
de.dante.extex.interpreter.primitives.pdftex.util.action.GotoPageActionSpec
This class represents the action to address a certain page.
Constructor Summary | |
GotoPageActionSpec(java.lang.String file,
long page,
java.lang.String text,
java.lang.Boolean newwin)
Creates a new object. |
Method Summary | |
protected java.lang.String |
getFile()
Getter for file. |
protected java.lang.Boolean |
getNewWin()
Getter for newWin. |
protected long |
getPage()
Getter for page. |
protected java.lang.String |
getText()
Getter for text. |
java.lang.Object |
visit(ActionVisitor visitor)
This method is the entry point for the visitor pattern. |
Methods inherited from class de.dante.extex.interpreter.primitives.pdftex.util.action.GotoActionSpec |
parseActionSpec |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GotoPageActionSpec(java.lang.String file, long page, java.lang.String text, java.lang.Boolean newwin)
file
- the file namepage
- the page numbertext
- the plain textnewwin
- the window indicatorMethod Detail |
protected java.lang.String getFile()
protected java.lang.Boolean getNewWin()
protected long getPage()
protected java.lang.String getText()
public java.lang.Object visit(ActionVisitor visitor)
ActionSpec
visit
in class ActionSpec
visitor
- the visitor to call back
ActionSpec.visit(
de.dante.extex.interpreter.primitives.pdftex.util.action.ActionVisitor)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |