jfig.utils
Class ItextPatternTest
java.lang.Object
jfig.utils.ItextPatternTest
- public class ItextPatternTest
- extends java.lang.Object
generate all of the patterns specified in the FIG 3.2 format
and try to write them to PDF format using the Itext library.
Field Summary |
(package private) static com.lowagie.text.Rectangle |
bounds
|
(package private) static com.lowagie.text.pdf.PdfContentByte |
cb
|
(package private) static com.lowagie.text.Document |
document
|
(package private) static java.io.OutputStream |
outputStream
|
(package private) static com.lowagie.text.pdf.PdfWriter |
pdfWriter
|
Method Summary |
static void |
main(java.lang.String[] argv)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pdfWriter
static com.lowagie.text.pdf.PdfWriter pdfWriter
cb
static com.lowagie.text.pdf.PdfContentByte cb
document
static com.lowagie.text.Document document
bounds
static com.lowagie.text.Rectangle bounds
outputStream
static java.io.OutputStream outputStream
ItextPatternTest
public ItextPatternTest()
main
public static void main(java.lang.String[] argv)
throws java.lang.Exception
- Throws:
java.lang.Exception