Uses of Interface
microsim.gui.space.ILayerDrawer
Packages that use ILayerDrawer
-
Uses of ILayerDrawer in microsim.gui.space
Classes in microsim.gui.space that implement ILayerDrawerModifier and TypeClassDescriptionclassIt is able to draw a DblGrid on a LayeredSurfaceFrame using a ColorMap to render the values contained by the cell with a specific color.
This class builds an image when created and every time is updated it modifies the parts of the images that are changed.classIt is able to draw an IntGrid on a LayeredSurfaceFrame using a ColorMap to render the values contained by the cell with a specific color.
This class builds an image when created and every time is updated it modifies the parts of the images that are changed.classIt is able to draw objects contained by a MultiObjGrid on a LayeredSurfaceFrame.
When on a cell there is at least one object it is represented by a circle.classIt is able to draw objects contained by an ObjGrid on a LayeredSurfaceFrame.
An object is represented by a circle.Methods in microsim.gui.space that return types with arguments of type ILayerDrawerModifier and TypeMethodDescriptionLayeredSurfacePanel.getLayers()Return the list of current added layers.Methods in microsim.gui.space with parameters of type ILayerDrawerModifier and TypeMethodDescriptionvoidLayeredSurfaceFrame.addLayer(ILayerDrawer layer) Add a ILayerDrawer to the layer list.voidLayeredSurfacePanel.addLayer(ILayerDrawer layer) Add a ILayerDrawer to the layer list.Constructor parameters in microsim.gui.space with type arguments of type ILayerDrawerModifierConstructorDescriptionLayeredSurfaceProperties(Frame frame, String title, int cellSize, List<ILayerDrawer> layers)