AnyLogic
Expand
Font size
    java.lang.Object
      com.anylogic.engine.markup.density_map.AbstractDensityMapDataStorage
All Implemented Interfaces:
DensityMapDataStorage, Serializable
Direct Known Subclasses:
DensityMapGridDataStorage, DensityMapNetworkDataStorage

@AnyLogicInternalAPI
public abstract class AbstractDensityMapDataStorage
extends Object
implements DensityMapDataStorage, Serializable
See Also:
Serialized Form

Constructor Summary

ConstructorDescription
AbstractDensityMapDataStorage(Agent owner, DensityMapDisplayedValue vType, DensityMapAttenuationType aType, double window, double t0) 

Method Summary

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

AbstractDensityMapDataStorage

public AbstractDensityMapDataStorage(Agent owner,
 DensityMapDisplayedValue vType,
 DensityMapAttenuationType aType,
 double window,
 double t0)

Method Details

getAttenuationType

public DensityMapAttenuationType getAttenuationType()

getDisplayedValueType

public DensityMapDisplayedValue getDisplayedValueType()

reset

public void reset()
Specified by:
reset in interface DensityMapDataStorage

setAttenuationType

public void setAttenuationType(DensityMapAttenuationType type)
Specified by:
setAttenuationType in interface DensityMapDataStorage

setWindow

public void setWindow(double windowSec)
Specified by:
setWindow in interface DensityMapDataStorage