Package sim.util.gui

Interface Summary
ColorMap ColorMap is a interface for mapping numerical values to colors.
 

Class Summary
AbstractScrollable AbstractScrollable is a JPanel with basic implementation of the Scrollable interface, making possible simple anonymous subclasses.
LabelledList LabelledList is a JPanel which makes it easy to set up two columns of Components.
MiniHistogram A very simple histogram class.
MovieMaker A class which gives a GUI front-end to sim.util.media.MovieEncoder.
NumberTextField A simple class that lets you specify a label and validate a numerical value.
PropertyField A simple class designed to allow the user to modify a property in the form of a string, number, boolean value, or option.
SimpleColorMap Maps numerical levels to colors using either a lookup table, color interpolation, or both.