Uses of Class
microsim.space.IntSpace
Packages that use IntSpace
-
Uses of IntSpace in microsim.data.db.space
Methods in microsim.data.db.space with parameters of type IntSpaceModifier and TypeMethodDescriptionstatic voidSpaceEntityPersister.persistIntSpace(jakarta.persistence.EntityManager entityManager, IntSpace space, Class<? extends IIntSpaceEntity> entityClass) -
Uses of IntSpace in microsim.gui.space
Constructors in microsim.gui.space with parameters of type IntSpaceModifierConstructorDescriptionLayerIntGridDrawer(String name, IntSpace matrix, ColorMap colorRange) Create a double layer drawer using values taken from an IntGrid matrix and a given IColorMap.LayerIntGridDrawer(String name, IntSpace matrix, ColorMap colorRange, Color trasparentColor) Create a double layer drawer using values using values taken from an IntGrid matrix and a given IColorMap. -
Uses of IntSpace in microsim.space
Methods in microsim.space with parameters of type IntSpaceModifier and TypeMethodDescriptionvoidIntSpace.copyGridTo(IntSpace dm) Copies the given IntGrid content in this grid.Constructors in microsim.space with parameters of type IntSpace