Package net.sf.jasperreports.pdf.classic
Class ClassicTextChunk
- java.lang.Object
-
- net.sf.jasperreports.pdf.classic.ClassicChunk
-
- net.sf.jasperreports.pdf.classic.ClassicTextChunk
-
- All Implemented Interfaces:
PdfChunk
,PdfTextChunk
public class ClassicTextChunk extends ClassicChunk implements PdfTextChunk
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
-
-
Field Summary
-
Fields inherited from class net.sf.jasperreports.pdf.classic.ClassicChunk
chunk
-
-
Constructor Summary
Constructors Constructor Description ClassicTextChunk(ClassicPdfProducer pdfProducer, com.lowagie.text.Chunk chunk, com.lowagie.text.Font font)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setBackground(Color backcolor)
void
setStrikethrough()
void
setSubscript()
void
setSuperscript()
void
setUnderline()
-
Methods inherited from class net.sf.jasperreports.pdf.classic.ClassicChunk
getChunk, setAnchor, setJavaScriptAction, setLocalDestination, setLocalGoto, setRemoteGoto, setRemoteGoto
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sf.jasperreports.pdf.common.PdfChunk
setAnchor, setJavaScriptAction, setLocalDestination, setLocalGoto, setRemoteGoto, setRemoteGoto
-
-
-
-
Constructor Detail
-
ClassicTextChunk
public ClassicTextChunk(ClassicPdfProducer pdfProducer, com.lowagie.text.Chunk chunk, com.lowagie.text.Font font)
-
-
Method Detail
-
setUnderline
public void setUnderline()
- Specified by:
setUnderline
in interfacePdfTextChunk
-
setStrikethrough
public void setStrikethrough()
- Specified by:
setStrikethrough
in interfacePdfTextChunk
-
setSuperscript
public void setSuperscript()
- Specified by:
setSuperscript
in interfacePdfTextChunk
-
setSubscript
public void setSubscript()
- Specified by:
setSubscript
in interfacePdfTextChunk
-
setBackground
public void setBackground(Color backcolor)
- Specified by:
setBackground
in interfacePdfTextChunk
-
-