harmonic.mz.gui
Class BasicTableCellDrawers.FloatCellDrawer

java.lang.Object
  |
  +--harmonic.mz.gui.BasicTableCellDrawers.TextCellDrawer
        |
        +--harmonic.mz.gui.BasicTableCellDrawers.FloatCellDrawer
All Implemented Interfaces:
TableCellDrawer
Enclosing class:
BasicTableCellDrawers

public static class BasicTableCellDrawers.FloatCellDrawer
extends BasicTableCellDrawers.TextCellDrawer


Constructor Summary
BasicTableCellDrawers.FloatCellDrawer()
           
 
Method Summary
 void draw(java.awt.Graphics g, TableNode table, int row, int column, int width, int height)
           
 
Methods inherited from class harmonic.mz.gui.BasicTableCellDrawers.TextCellDrawer
init, width
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicTableCellDrawers.FloatCellDrawer

public BasicTableCellDrawers.FloatCellDrawer()
Method Detail

draw

public void draw(java.awt.Graphics g,
                 TableNode table,
                 int row,
                 int column,
                 int width,
                 int height)
Specified by:
draw in interface TableCellDrawer
Overrides:
draw in class BasicTableCellDrawers.TextCellDrawer