Class TableModelInfo
java.lang.Object
org.jfree.report.modules.misc.tablemodel.TableModelInfo
A utility class that prints out information about a TableModel.
- Author:
- Thomas Morgner
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Prints a table model to standard output.static void
Prints a table model to standard output.
-
Method Details
-
printTableModel
Prints a table model to standard output.- Parameters:
mod
- the model.
-
printTableModelContents
Prints a table model to standard output.- Parameters:
mod
- the model.
-