Class ImageTableOutput
java.lang.Object
be.gaudry.swing.component.table.output.factory.AbstractTableOutput
be.gaudry.swing.component.table.output.factory.ImageTableOutput
- All Implemented Interfaces:
ITableOutput
- Since:
- 1.0 Jul 3, 2008, 1.0
- Version:
- %I%, %G%
- Author:
- Steph GAUDRY
-
Nested Class Summary
-
Field Summary
Fields inherited from class be.gaudry.swing.component.table.output.factory.AbstractTableOutput
authorName, dialogOwner, displayDate, fitToPageWidth, pageCounterFormat, pageOrientation, printAllRows, printTitle, selectedColumns, table, textPosition
-
Constructor Summary
ConstructorDescriptionCreates a ImageTableOutput object with "user homedir/yyyyMMddHHmmsssnapshot.png" as output fileImageTableOutput(ImageTableOutput.Extension extension)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
print(org.jdesktop.swingx.JXTable table)
void
setExtension(ImageTableOutput.Extension extension)
Methods inherited from class be.gaudry.swing.component.table.output.factory.AbstractTableOutput
getAuthorName, getDgvLayoutOptionsDialogTitle, getDialogOwner, getPageCounterFormat, getPageOrientation, getPrintTitle, getSelectedColumns, getTable, getTextPosition, isDisplayDate, isFitToPageWidth, isPrintAllRows, setAuthorName, setDgvLayoutOptionsDialogTitle, setDialogOwner, setDisplayDate, setFitToPageWidth, setLayoutOptions, setPageCounterFormat, setPageOrientation, setPrintAllRows, setPrintTitle, setSelectedColumns, setTable, setTextPosition
-
Constructor Details
-
ImageTableOutput
public ImageTableOutput()Creates a ImageTableOutput object with "user homedir/yyyyMMddHHmmsssnapshot.png" as output file -
ImageTableOutput
- Parameters:
extension
-
-
-
Method Details
-
getExtension
- Returns:
- the extension
-
setExtension
- Parameters:
extension
- the extension to set
-
print
public void print(org.jdesktop.swingx.JXTable table)- Specified by:
print
in interfaceITableOutput
- Specified by:
print
in classAbstractTableOutput
-