Package net.sf.jasperreports.pdf.classic
Class ClassicChunk
java.lang.Object
net.sf.jasperreports.pdf.classic.ClassicChunk
- All Implemented Interfaces:
PdfChunk
- Direct Known Subclasses:
ClassicTextChunk
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddAnnotationToTag(PdfStructureEntry linkTag, com.lowagie.text.pdf.PdfAnnotation annotation) com.lowagie.text.ChunkgetChunk()voidvoidsetJavaScriptAction(String script) voidsetLinkTag(PdfStructureEntry linkTag, float llx, float lly, float urx, float ury, String linkContents) voidsetLocalDestination(String anchorName) voidsetLocalGoto(String anchor) voidsetLocalGotoPage(int page, float top) voidsetRemoteGoto(String reference, int page) voidsetRemoteGoto(String reference, String anchor)
-
Field Details
-
chunk
protected com.lowagie.text.Chunk chunk
-
-
Constructor Details
-
ClassicChunk
-
-
Method Details
-
getChunk
public com.lowagie.text.Chunk getChunk() -
setLocalDestination
- Specified by:
setLocalDestinationin interfacePdfChunk
-
setLinkTag
public void setLinkTag(PdfStructureEntry linkTag, float llx, float lly, float urx, float ury, String linkContents) - Specified by:
setLinkTagin interfacePdfChunk
-
setJavaScriptAction
- Specified by:
setJavaScriptActionin interfacePdfChunk
-
setAnchor
-
setLocalGoto
- Specified by:
setLocalGotoin interfacePdfChunk
-
setLocalGotoPage
public void setLocalGotoPage(int page, float top) - Specified by:
setLocalGotoPagein interfacePdfChunk
-
setRemoteGoto
- Specified by:
setRemoteGotoin interfacePdfChunk
-
setRemoteGoto
- Specified by:
setRemoteGotoin interfacePdfChunk
-
addAnnotationToTag
protected void addAnnotationToTag(PdfStructureEntry linkTag, com.lowagie.text.pdf.PdfAnnotation annotation)
-