public class PDFTool extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
NUMBER_OF_COLUMNS |
| Constructor and Description |
|---|
PDFTool() |
| Modifier and Type | Method and Description |
|---|---|
static com.lowagie.text.Document |
createDocument(File file)
Creates a new PDF document.
|
static com.lowagie.text.pdf.PdfPCell |
createEmptyCell()
Creates an empty table cell.
|
static com.lowagie.text.pdf.PdfPTable |
createGestureSetTable(GestureSet set) |
static com.lowagie.text.pdf.PdfPTable |
createGestureSetTable(GestureSet set,
int columns)
Creates a table filled with a sample gesture and the corresponding name.
|
static com.lowagie.text.pdf.PdfPCell |
createImageCell(GestureClass gestureClass)
Creates a table cell with a gesture sample and the name.
|
static com.lowagie.text.pdf.PdfPTable |
createTable(int columns) |
public static com.lowagie.text.Document createDocument(File file)
file - the file of the new PDF document.public static com.lowagie.text.pdf.PdfPTable createGestureSetTable(GestureSet set, int columns)
set - the gesture set.columns - the number of columns in the table.public static com.lowagie.text.pdf.PdfPTable createTable(int columns)
public static com.lowagie.text.pdf.PdfPTable createGestureSetTable(GestureSet set)
set - the gesture set.createGestureSetTablepublic static com.lowagie.text.pdf.PdfPCell createImageCell(GestureClass gestureClass)
gestureClass - the gesture class.public static com.lowagie.text.pdf.PdfPCell createEmptyCell()
Copyright © 2007-2012 Global Information Systems Group, ETH Zurich. All Rights Reserved.