com.livis.livingtalks.xml
Class Tablemap.Cell

java.lang.Object
  |
  +--com.livis.livingtalks.xml.Tablemap.Cell
Enclosing class:
Tablemap

class Tablemap.Cell
extends java.lang.Object


Field Summary
(package private)  int cols
           
(package private)  boolean covered
           
(package private)  boolean empty
           
(package private)  Tablemap.Item item
           
(package private)  int rows
           
 
Constructor Summary
(package private) Tablemap.Cell()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

empty

boolean empty

covered

boolean covered

cols

int cols

rows

int rows

item

Tablemap.Item item
Constructor Detail

Tablemap.Cell

Tablemap.Cell()