org.freehep.swing.print.table
Class NumberCellPrinter
java.lang.Object
org.freehep.swing.print.table.DefaultCellPrinter
org.freehep.swing.print.table.NumberCellPrinter
- All Implemented Interfaces:
- CellPrinter
- public class NumberCellPrinter
- extends DefaultCellPrinter
A cell printer used for printing cells containing numeric values.
- Source Code:
- NumberCellPrinter.java
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
format
protected String format(Object o)
- Prints the given object
- Overrides:
format
in class DefaultCellPrinter
- Parameters:
o
- The object to print
- Returns:
- The string to print.
Copyright © 2000-2004 FreeHEP, All Rights Reserved.