corina.cross
Class Grid.EmptyCell

java.lang.Object
  |
  +--corina.cross.Grid.EmptyCell
All Implemented Interfaces:
Grid.Cell
Enclosing class:
Grid

public class Grid.EmptyCell
extends Object
implements Grid.Cell


Constructor Summary
Grid.EmptyCell()
           
 
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
 

Constructor Detail

Grid.EmptyCell

public Grid.EmptyCell()
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