corina.cross
Class Grid.HeaderCell

java.lang.Object
  |
  +--corina.cross.Grid.HeaderCell
All Implemented Interfaces:
Grid.Cell
Direct Known Subclasses:
Grid.HeaderRangeCell
Enclosing class:
Grid

public class Grid.HeaderCell
extends Object
implements Grid.Cell


Field Summary
protected  String name
           
 
Constructor Summary
Grid.HeaderCell(String name)
           
 
Method Summary
 void print(Graphics2D g2, int x, int y, float scale)
           
 String toXML()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name
Constructor Detail

Grid.HeaderCell

public Grid.HeaderCell(String name)
Method Detail

print

public void print(Graphics2D g2,
                  int x,
                  int y,
                  float scale)
Specified by:
print in interface Grid.Cell

toXML

public String toXML()
Specified by:
toXML in interface Grid.Cell