com.tensegrity.wpalo.server.services.cubeview
Class CellWriter

java.lang.Object
  extended by com.tensegrity.wpalo.server.services.cubeview.CellWriter

public class CellWriter
extends java.lang.Object

DataWriter TODO DOCUMENT ME

Version:
$Id: CellWriter.java,v 1.4 2009/12/17 16:14:20 PhilippBouillon Exp $

Method Summary
static CellWriter getInstance()
           
 void writeCell(com.tensegrity.palo.gwt.core.client.models.palo.XCell cell, org.palo.api.Element[] coordinate, org.palo.api.Cube cube)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static final CellWriter getInstance()

writeCell

public final void writeCell(com.tensegrity.palo.gwt.core.client.models.palo.XCell cell,
                            org.palo.api.Element[] coordinate,
                            org.palo.api.Cube cube)