Interface | Description |
---|---|
ColorMap |
ColorMap is a interface for mapping numerical values to colors.
|
Class | Description |
---|---|
AbstractColorMap |
AbstractColorMap is a ColorMap with all methods implemented except for getColor(...).
|
AbstractScrollable |
AbstractScrollable is a JPanel with basic implementation of the Scrollable interface,
making possible simple anonymous subclasses.
|
ColorWell | |
CompositeColorMap |
CompositeColorMap is a ColorMap which consists of an array of ColorMaps.
|
DisclosurePanel |
A panel with a small disclosure triangle which toggles between two subcomponents:
notionally an "abridged" (short) component and an expanded ("disclosed") component.
|
HTMLBrowser |
HTMLBrowser is a simple web browser which lets the user click on links and which provides
a Back button when appropriate.
|
LabelledList |
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.
|
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.
|
Utilities |
Various static utility methods.
|
WordWrap |
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).
|