AnyLogic
Expand
Font size
    java.lang.Object
      com.anylogic.engine.markup.density_map.GridBasedDensityAnimator
All Implemented Interfaces:
DensityMapAnimator, Serializable

@AnyLogicInternalAPI
public class GridBasedDensityAnimator
extends Object
implements DensityMapAnimator, Serializable
See Also:
Serialized Form

Constructor Summary

ConstructorDescription
GridBasedDensityAnimator(DensityMap markup, Level level, DensityMapGridDataStorage dataStorage, double xUpperLeftPx, double yUpperLeftPx, double cellSizePx, boolean hidden) 

Method Summary

Modifier and TypeMethodDescription
voidhide() 
booleanisShown() 
voidonChangeAppearance() 
voidshow() 

Methods inherited from class java.lang.Object

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

Methods inherited from interface com.anylogic.engine.markup.density_map.DensityMapAnimator

display

Constructor Details

GridBasedDensityAnimator

public GridBasedDensityAnimator(DensityMap markup,
 Level level,
 DensityMapGridDataStorage dataStorage,
 double xUpperLeftPx,
 double yUpperLeftPx,
 double cellSizePx,
 boolean hidden)

Method Details

onChangeAppearance

public void onChangeAppearance()
Specified by:
onChangeAppearance in interface DensityMapAnimator

isShown

public boolean isShown()
Specified by:
isShown in interface DensityMapAnimator

show

public void show()
Specified by:
show in interface DensityMapAnimator

hide

public void hide()
Specified by:
hide in interface DensityMapAnimator