Interface Cell

All Superinterfaces:
Attributed

public interface Cell extends Attributed
A Cell represents one location on the screen.
Version:
$Id$
Author:
MRomijn
  • Method Details

    • getText

      char getText()
      Get the text of this Cell. The text of a Cell is a char.
      Returns:
      the text
    • getType

      Cell.CellType getType()
      Get the type of this cell. The type of a Cell is a Cell.CellType.
      Returns:
      the type