A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages

L

LayerDblGridDrawer - Class in microsim.gui.space
It 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.
LayerDblGridDrawer(String, double[], int, int, ColorMap) - Constructor for class microsim.gui.space.LayerDblGridDrawer
Create a double layer drawer using values taken from an array of doubles and a given IColorMap.
LayerDblGridDrawer(String, double[], int, int, ColorMap, Color) - Constructor for class microsim.gui.space.LayerDblGridDrawer
Create a double layer drawer using values taken from an array of doubles and a given IColorMap.
LayerDblGridDrawer(String, DoubleSpace, ColorMap) - Constructor for class microsim.gui.space.LayerDblGridDrawer
Create a double layer drawer using values taken from a DblGrid matrix and a given IColorMap.
LayerDblGridDrawer(String, DoubleSpace, ColorMap, Color) - Constructor for class microsim.gui.space.LayerDblGridDrawer
Create a double layer drawer using values using values taken from a DblGrid matrix and a given IColorMap.
LayeredSurfaceFrame - Class in microsim.gui.space
It is the Space Viewer window.
LayeredSurfaceFrame(int, int) - Constructor for class microsim.gui.space.LayeredSurfaceFrame
Create a new frame with given dimensions and a cell length of 4 pixels.
LayeredSurfaceFrame(int, int, int) - Constructor for class microsim.gui.space.LayeredSurfaceFrame
Create a new frame with given dimensions and given cell length.
LayeredSurfaceFrame(int, int, int, int, int) - Constructor for class microsim.gui.space.LayeredSurfaceFrame
Create a new frame with given dimensions, given cell length and given view-port dimensions.
LayeredSurfacePanel - Class in microsim.gui.space
Not of interest for users.
LayeredSurfacePanel() - Constructor for class microsim.gui.space.LayeredSurfacePanel
Create a panel with dimensions of (100, 100) and a cell length of 4 pixels.
LayeredSurfacePanel(int, int, int) - Constructor for class microsim.gui.space.LayeredSurfacePanel
Create a panel with given dimensions and given cell length.
LayeredSurfaceProperties - Class in microsim.gui.space
Not of interest for users.
LayeredSurfaceProperties() - Constructor for class microsim.gui.space.LayeredSurfaceProperties
 
LayeredSurfaceProperties(Frame, String, int, List<ILayerDrawer>) - Constructor for class microsim.gui.space.LayeredSurfaceProperties
 
LayerIntGridDrawer - Class in microsim.gui.space
It 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.
LayerIntGridDrawer(String, int[], int, int, ColorMap) - Constructor for class microsim.gui.space.LayerIntGridDrawer
Create a double layer drawer using values taken from an array of integers and a given IColorMap.
LayerIntGridDrawer(String, int[], int, int, ColorMap, Color) - Constructor for class microsim.gui.space.LayerIntGridDrawer
Create a double layer drawer using values taken from an array of integers and a given IColorMap.
LayerIntGridDrawer(String, IntSpace, ColorMap) - Constructor for class microsim.gui.space.LayerIntGridDrawer
Create a double layer drawer using values taken from an IntGrid matrix and a given IColorMap.
LayerIntGridDrawer(String, IntSpace, ColorMap, Color) - Constructor for class microsim.gui.space.LayerIntGridDrawer
Create a double layer drawer using values using values taken from an IntGrid matrix and a given IColorMap.
LayerMouseListener - Class in microsim.gui.space
A generic implementation of the ILayerMouseListener interface.
LayerMouseListener() - Constructor for class microsim.gui.space.LayerMouseListener
 
LayerMultiObjectGridDrawer - Class in microsim.gui.space
It 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.
LayerMultiObjectGridDrawer(String, MultiObjectSpace, Color) - Constructor for class microsim.gui.space.LayerMultiObjectGridDrawer
Create a new object drawer based on a given MultiObjGrid object.
LayerMultiObjectGridDrawer(String, MultiObjectSpace, String, ColorMap) - Constructor for class microsim.gui.space.LayerMultiObjectGridDrawer
Create a new object drawer based on a given MultiObjGrid object.
LayerObjectGridDrawer - Class in microsim.gui.space
It is able to draw objects contained by an ObjGrid on a LayeredSurfaceFrame.
An object is represented by a circle.
LayerObjectGridDrawer(String, ObjectSpace, Color) - Constructor for class microsim.gui.space.LayerObjectGridDrawer
Create a new object drawer based on a given Grid object.
LayerObjectGridDrawer(String, ObjectSpace, Class<?>, String, boolean, ColorMap) - Constructor for class microsim.gui.space.LayerObjectGridDrawer
Create a new object drawer based on a given Grid object.
log(String) - Method in class microsim.gui.shell.CaptureConsoleWindow
 
log(String) - Method in class microsim.gui.shell.ConsoleTextArea
 
log(String) - Method in class microsim.gui.shell.MicrosimShell
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes All Packages