|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.modules.pm.visual.memory.impl.map.ColorChunkCache
public class ColorChunkCache
| Field Summary | |
|---|---|
static org.apache.commons.logging.Log |
LOGGER
logger definition |
| Constructor Summary | |
|---|---|
ColorChunkCache(IModel model)
|
|
| Method Summary | |
|---|---|
void |
childAdded(ChunkTypeEvent cte)
a child chunk type has been added ... |
void |
chunkAdded(ChunkTypeEvent cte)
a chunk has been added. |
void |
chunkAdded(IChunk chunk)
|
void |
chunkTypeEncoded(ChunkTypeEvent cte)
chunktype has been encoded by the model |
void |
clear()
|
void |
dispose()
|
org.commonreality.modalities.visual.Color |
getColor(IChunk chunk)
|
IChunk |
getColorChunk(org.commonreality.modalities.visual.Color awtColor)
|
void |
parameterChanged(IParameterEvent pe)
|
void |
slotAdded(ChunkTypeEvent cte)
a slot was added |
void |
slotChanged(ChunkTypeEvent cte)
a slot value has changed |
void |
slotRemoved(ChunkTypeEvent cte)
slot has been removed |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.commons.logging.Log LOGGER
| Constructor Detail |
|---|
public ColorChunkCache(IModel model)
| Method Detail |
|---|
public void clear()
public void dispose()
public void chunkAdded(IChunk chunk)
public IChunk getColorChunk(org.commonreality.modalities.visual.Color awtColor)
public org.commonreality.modalities.visual.Color getColor(IChunk chunk)
public void childAdded(ChunkTypeEvent cte)
IChunkTypeListener
childAdded in interface IChunkTypeListenerpublic void chunkAdded(ChunkTypeEvent cte)
IChunkTypeListener
chunkAdded in interface IChunkTypeListenerpublic void chunkTypeEncoded(ChunkTypeEvent cte)
IChunkTypeListener
chunkTypeEncoded in interface IChunkTypeListenerpublic void slotAdded(ChunkTypeEvent cte)
IChunkTypeListener
slotAdded in interface IChunkTypeListenerpublic void slotChanged(ChunkTypeEvent cte)
IChunkTypeListener
slotChanged in interface IChunkTypeListenerpublic void slotRemoved(ChunkTypeEvent cte)
IChunkTypeListener
slotRemoved in interface IChunkTypeListenerpublic void parameterChanged(IParameterEvent pe)
parameterChanged in interface IParameterListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||