Package com.anylogic.engine.markup
- java.lang.Object
- com.anylogic.engine.markup.DensityMapGridDataStorage
- All Implemented Interfaces:
DensityMapDataStorage
,Serializable
@AnyLogicInternalAPI public class DensityMapGridDataStorage extends Object implements DensityMapDataStorage
- See Also:
- Serialized Form
Modifier and Type | Method | Description |
---|---|---|
double | getValue | |
void | initializeDensity | |
void | reset() | |
void | setAttenuationType | |
void | setDensity |
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