Package sim.util.gui


package sim.util.gui
  • Class
    Description
    AbstractColorMap is a ColorMap with all methods implemented except for getColor(...).
    AbstractScrollable is a JPanel with basic implementation of the Scrollable interface, making possible simple anonymous subclasses.
    ColorMap is a interface for mapping numerical values to colors.
     
    CompositeColorMap is a ColorMap which consists of an array of ColorMaps.
    A panel with a small disclosure triangle which toggles between two subcomponents: notionally an "abridged" (short) component and an expanded ("disclosed") component.
    HTMLBrowser is a simple web browser which lets the user click on links and which provides a Back button when appropriate.
    LabelledList is a JPanel which makes it easy to set up two columns of Components, with the right column taking up the extra space if there is any.
    A very simple histogram class.
    A class which gives a GUI front-end to sim.util.media.MovieEncoder.
    A simple class that lets you specify a label and validate a numerical value.
    A simple class designed to allow the user to modify a property in the form of a string, number, boolean value, or option.
    Maps numerical levels to colors using either a lookup table, color interpolation, or both.
    Various static utility methods.
    WordWrap is a simple word-wrapping class which provides word-wrap either to columns of raw text; or to some number of pixels (given a font).