|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.fop.pdf.PDFDestination
This represents a single destination object in a PDF. Destinations allow specific locations within a PDF document to be referenced by other PDF documents (e.g. to link to a location within a document.)
Constructor Summary | |
PDFDestination(IDReferences idReferences,
java.lang.String destinationName,
java.lang.String internalDestination)
|
Method Summary | |
protected java.lang.String |
toPDF()
Represent the object in PDF. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PDFDestination(IDReferences idReferences, java.lang.String destinationName, java.lang.String internalDestination)
idReferences
- the id nodes container that is used to resolve the
internal destinationdestinationName
- the name under which this destination is referencedinternalDestination
- the internal destination that is referencedMethod Detail |
protected java.lang.String toPDF()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |