org.micropainter.ext.broadcast.capacity
Class CapacityUnit

java.lang.Object
  extended by org.micropainter.ext.broadcast.capacity.CapacityUnit

public class CapacityUnit
extends java.lang.Object


Field Summary
private  java.util.List<CapacityCell> cells
           
private  java.awt.Color color
           
 
Constructor Summary
CapacityUnit()
           
 
Method Summary
 java.util.List<CapacityCell> getCells()
           
 java.awt.Color getColor()
           
 void registerCell(CapacityCell cell)
           
 void setColor(java.awt.Color color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

private java.awt.Color color

cells

private java.util.List<CapacityCell> cells
Constructor Detail

CapacityUnit

public CapacityUnit()
Method Detail

registerCell

public void registerCell(CapacityCell cell)

getCells

public java.util.List<CapacityCell> getCells()

getColor

public java.awt.Color getColor()

setColor

public void setColor(java.awt.Color color)