harmonic.mz.gui
Class BasicTableCellDrawers.Clr3fCellDrawer

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

public static class BasicTableCellDrawers.Clr3fCellDrawer
extends java.lang.Object
implements TableCellDrawer


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

Constructor Detail

BasicTableCellDrawers.Clr3fCellDrawer

public BasicTableCellDrawers.Clr3fCellDrawer()
Method Detail

init

public void init(java.awt.Graphics g)
Specified by:
init in interface TableCellDrawer

draw

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

width

public int width(TableNode table,
                 int column)
Specified by:
width in interface TableCellDrawer