| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
(package private) final static int | ID_PADDING |
Constructor Summary | |
IDReferences() Constructor for IDReferences |
Method Summary | |
void | addToIdValidationList(String id) Adds id to validation list to be validated . |
void | configureID(String id, Area area) Configures this id |
void | createID(String id) Creates id entry |
String | createInternalLinkGoTo(String id, int objectNumber) creates an Internal Link GoTo object for this id |
void | createNewId(String id) Adds an id to IDReferences |
boolean | doesGoToReferenceExist(String id) Determines whether the GoTo reference for the specified id is defined |
boolean | doesIDExist(String id) Determines whether specified id already exists in IDReferences |
String | getInternalLinkGotToReference(String id) Returns the reference to the GoTo object used for the internal link |
String | getInvalidIds() Returns all invalid id's still remaining in the validation list |
String | getPageNumber(String id) Returns the page number where the specified id is found |
PDFGoTo | getPDFGoTo(String id) Returns the PDFGoTo object for the specified id |
void | initializeID(String id, Area area) Creates and configures the specified id. |
boolean | isEveryIdValid() Determines whether all id's are valid |
void | removeFromIdValidationList(String id) Removes id from validation list. |
void | removeID(String id) Removes id from IDReferences |
void | setInternalGoToPageReference(String id, String pageReference) sets the page reference for the internal link's GoTo. |
void | setPageNumber(String id, int pageNumber) Sets the page number for the specified id |
void | setPosition(String id, int x, int y) Sets the x and y position of specified id |
Field Detail |
final static int ID_PADDING
Constructor Detail |
public IDReferences()
Method Detail |
public void addToIdValidationList(String id)
public void configureID(String id, Area area)
public void createID(String id)
throws org.apache.fop.apps.FOPException
public String createInternalLinkGoTo(String id, int objectNumber)
public void createNewId(String id)
public boolean doesGoToReferenceExist(String id)
public boolean doesIDExist(String id)
public String getInternalLinkGotToReference(String id)
public String getInvalidIds()
public String getPageNumber(String id)
public PDFGoTo getPDFGoTo(String id)
public void initializeID(String id, Area area)
throws org.apache.fop.apps.FOPException
public boolean isEveryIdValid()
public void removeFromIdValidationList(String id)
public void removeID(String id)
public void setInternalGoToPageReference(String id, String pageReference)
public void setPageNumber(String id, int pageNumber)
public void setPosition(String id, int x, int y)
Association Links |
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |