org.jactr.modules.pm.visual.memory.impl
Class VisualLocationManager

java.lang.Object
  extended by org.jactr.modules.pm.visual.memory.impl.VisualLocationManager
All Implemented Interfaces:
IIndexManager

public class VisualLocationManager
extends java.lang.Object
implements IIndexManager


Constructor Summary
VisualLocationManager(IVisualModule module)
           
 
Method Summary
 IChunk getIndexChunk(IChunk encodedChunk)
           
 IChunk getVisualLocationChunkAt(double x, double y)
           
 void setDimensions(double horizontalSpan, int horizonalResolution, double verticalSpan, int verticalResolution)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VisualLocationManager

public VisualLocationManager(IVisualModule module)
Method Detail

setDimensions

public void setDimensions(double horizontalSpan,
                          int horizonalResolution,
                          double verticalSpan,
                          int verticalResolution)

getIndexChunk

public IChunk getIndexChunk(IChunk encodedChunk)
Specified by:
getIndexChunk in interface IIndexManager

getVisualLocationChunkAt

public IChunk getVisualLocationChunkAt(double x,
                                       double y)