sexi.comp
Class LightMap

java.lang.Object
  |
  +--sexi.comp.LightMap
All Implemented Interfaces:
java.io.Serializable

public class LightMap
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  java.util.HashMap avgHisMap
           
(package private)  int history
           
(package private)  java.util.HashMap historyMap
           
(package private)  java.util.HashMap neighboursMap
           
 
Constructor Summary
LightMap()
           
 
Method Summary
 void clear()
           
 double getLightAvg(java.awt.geom.Point2D p)
           
 java.util.Set getPointSet()
           
 void putNeighbours(java.awt.geom.Point2D p, java.awt.geom.Point2D neightbour)
           
 void putPoint(java.awt.geom.Point2D p)
           
 void putValue(java.awt.geom.Point2D p, double value)
           
 void setHistoryLayers(int n)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

historyMap

java.util.HashMap historyMap

neighboursMap

java.util.HashMap neighboursMap

avgHisMap

java.util.HashMap avgHisMap

history

int history
Constructor Detail

LightMap

public LightMap()
Method Detail

putValue

public void putValue(java.awt.geom.Point2D p,
                     double value)

getLightAvg

public double getLightAvg(java.awt.geom.Point2D p)

getPointSet

public java.util.Set getPointSet()

putPoint

public void putPoint(java.awt.geom.Point2D p)

clear

public void clear()

putNeighbours

public void putNeighbours(java.awt.geom.Point2D p,
                          java.awt.geom.Point2D neightbour)

setHistoryLayers

public void setHistoryLayers(int n)