Package com.anylogic.engine.markup
- java.lang.Object
-
- com.anylogic.engine.markup.DensityMapGridDataStorage
- All Implemented Interfaces:
DensityMapDataStorage
,java.io.Serializable
@AnyLogicInternalAPI public class DensityMapGridDataStorage extends java.lang.Object implements DensityMapDataStorage
- See Also:
- Serialized Form
double |
getValue(int xIndex,
int yIndex) |
|
void |
initializeDensity(int xIndex,
int yIndex,
double initialDensity) |
|
void |
reset() |
|
void |
setAttenuationType(com.anylogic.engine.markup.DensityMapGridDataStorage.AttenuationType type) |
|
void |
setDensity(int xIndex,
int yIndex,
double newValue) |
|
Modifier and Type | Method | Description |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public void setAttenuationType(com.anylogic.engine.markup.DensityMapGridDataStorage.AttenuationType type)
- Specified by:
setAttenuationType
in interfaceDensityMapDataStorage
public double getValue(int xIndex, int yIndex)
public void initializeDensity(int xIndex, int yIndex, double initialDensity)
public void setDensity(int xIndex, int yIndex, double newValue)
public void reset()
- Specified by:
reset
in interfaceDensityMapDataStorage
-
How can we improve this article?
-