org.extex.unit.tex.table.util
Class HAlignListMaker.Cell

java.lang.Object
  extended by org.extex.unit.tex.table.util.HAlignListMaker.Cell
Enclosing class:
HAlignListMaker

protected static class HAlignListMaker.Cell
extends java.lang.Object

This inner class is a container for the cell information in an alignment.

Version:
$Revision: 4770 $
Author:
Gerd Neugebauer

Constructor Summary
HAlignListMaker.Cell(NodeList nodes)
          Creates a new object.
 
Method Summary
 NodeList getList()
          Getter for list.
 boolean isSpan()
          Getter for span.
 void setSpan()
          Setter for span.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HAlignListMaker.Cell

public HAlignListMaker.Cell(NodeList nodes)
Creates a new object.

Parameters:
nodes - the nodes of this cell
Method Detail

getList

public NodeList getList()
Getter for list.

Returns:
the list.

isSpan

public boolean isSpan()
Getter for span.

Returns:
the span.

setSpan

public void setSpan()
Setter for span.