Class ClassicChunk
- java.lang.Object
-
- net.sf.jasperreports.export.pdf.classic.ClassicChunk
-
- All Implemented Interfaces:
PdfChunk
- Direct Known Subclasses:
ClassicTextChunk
public class ClassicChunk extends Object implements PdfChunk
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
Fields Modifier and Type Field Description protected com.lowagie.text.Chunkchunk
-
Constructor Summary
Constructors Constructor Description ClassicChunk(ClassicPdfProducer pdfProducer, com.lowagie.text.Chunk chunk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.lowagie.text.ChunkgetChunk()voidsetAnchor(String reference)voidsetJavaScriptAction(String script)voidsetLocalDestination(String anchorName)voidsetLocalGoto(String anchor)voidsetRemoteGoto(String reference, int page)voidsetRemoteGoto(String reference, String anchor)
-
-
-
Constructor Detail
-
ClassicChunk
public ClassicChunk(ClassicPdfProducer pdfProducer, com.lowagie.text.Chunk chunk)
-
-
Method Detail
-
getChunk
public com.lowagie.text.Chunk getChunk()
-
setLocalDestination
public void setLocalDestination(String anchorName)
- Specified by:
setLocalDestinationin interfacePdfChunk
-
setJavaScriptAction
public void setJavaScriptAction(String script)
- Specified by:
setJavaScriptActionin interfacePdfChunk
-
setLocalGoto
public void setLocalGoto(String anchor)
- Specified by:
setLocalGotoin interfacePdfChunk
-
setRemoteGoto
public void setRemoteGoto(String reference, String anchor)
- Specified by:
setRemoteGotoin interfacePdfChunk
-
setRemoteGoto
public void setRemoteGoto(String reference, int page)
- Specified by:
setRemoteGotoin interfacePdfChunk
-
-