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
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.Chunk
chunk
-
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.Chunk
getChunk()
void
setAnchor(String reference)
void
setJavaScriptAction(String script)
void
setLocalDestination(String anchorName)
void
setLocalGoto(String anchor)
void
setRemoteGoto(String reference, int page)
void
setRemoteGoto(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:
setLocalDestination
in interfacePdfChunk
-
setJavaScriptAction
public void setJavaScriptAction(String script)
- Specified by:
setJavaScriptAction
in interfacePdfChunk
-
setLocalGoto
public void setLocalGoto(String anchor)
- Specified by:
setLocalGoto
in interfacePdfChunk
-
setRemoteGoto
public void setRemoteGoto(String reference, String anchor)
- Specified by:
setRemoteGoto
in interfacePdfChunk
-
setRemoteGoto
public void setRemoteGoto(String reference, int page)
- Specified by:
setRemoteGoto
in interfacePdfChunk
-
-