|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.datatypes.IDNode
Constructor Summary | |
protected |
IDNode(String idValue)
Constructor for IDNode |
Method Summary | |
protected void |
createInternalLinkGoTo(int objectNumber)
creates a new GoTo object for an internal link |
protected String |
getIDValue()
Returns the id value of this node |
protected PDFGoTo |
getInternalLinkGoTo()
Returns the PDFGoTo object associated with the internal link |
protected String |
getInternalLinkGoToReference()
Returns the reference to the Internal Link's GoTo object |
String |
getPageNumber()
Returns the page number of this node |
String |
getPageReference()
Returns the page reference. |
int |
getXPosition()
|
int |
getYPosition()
|
protected boolean |
isThereInternalLinkGoTo()
Determines whether there is an internal link GoTo for this node |
protected void |
setInternalLinkGoToPageReference(String pageReference)
sets the page reference for the internal link's GoTo. |
protected void |
setPageNumber(String pageNumber)
Sets the page number for this node |
protected void |
setPosition(int x,
int y)
Sets the position of this node |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected IDNode(String idValue)
idValue
- The value of the id for this nodeMethod Detail |
protected void setPageNumber(String pageNumber)
public String getPageNumber()
public String getPageReference()
public int getXPosition()
public int getYPosition()
protected void createInternalLinkGoTo(int objectNumber)
objectNumber
- the number to be assigned to the new objectprotected void setInternalLinkGoToPageReference(String pageReference)
pageReference
- the page reference to which the internal link GoTo should jump
ex. 23 0 Rprotected String getInternalLinkGoToReference()
protected String getIDValue()
protected PDFGoTo getInternalLinkGoTo()
protected boolean isThereInternalLinkGoTo()
protected void setPosition(int x, int y)
x
- the x positiony
- the y position
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |