corina.cross
Class Grid.LengthCell

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

public class Grid.LengthCell
extends Object
implements Grid.Cell


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
 

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