- 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 | Description |
|---|---|
GridBasedDensityAnimator |
| Modifier and Type | Method | Description |
|---|---|---|
void | hide() | |
boolean | isShown() | |
void | onChangeAppearance() | |
void | show() |
public GridBasedDensityAnimator(DensityMap markup, Level level, DensityMapGridDataStorage dataStorage, double xUpperLeftPx, double yUpperLeftPx, double cellSizePx, boolean hidden)
public void onChangeAppearance()
- Specified by:
onChangeAppearancein interfaceDensityMapAnimator
public boolean isShown()
- Specified by:
isShownin interfaceDensityMapAnimator
public void show()
- Specified by:
showin interfaceDensityMapAnimator
public void hide()
- Specified by:
hidein interfaceDensityMapAnimator