Package sim.portrayal.simple

Class Summary
AdjustablePortrayal2D A wrapper for other Portrayal2Ds which makes it possible to do any or all of the following with the mouse:
CircledPortrayal2D A wrapper for other Portrayal2Ds which also draws a big circle around them -- useful for distinguishing one object from other similar-looking objects.
FacetedPortrayal2D A wrapper for multiple Portrayal2Ds which calls on one or the other one according to the underlying state of the object, which must be Valuable or a Number of some sort.
HexagonalPortrayal2D A simple portrayal for 2D visualization of hexagons.
ImagePortrayal2D A simple portrayal for 2D visualization of images.
LabelledPortrayal2D A wrapper for other Portrayal2Ds which also draws a textual label.
MovablePortrayal2D A wrapper for other Portrayal2Ds which makes it possible to drag and move objects with the mouse.
OrientedPortrayal2D A wrapper for other Portrayal2Ds which provides some kind of pointing object (typically a line) along the object's specified orientation angle.
OvalPortrayal2D A simple portrayal for 2D visualization of ovals.
RectanglePortrayal2D A simple portrayal for 2D visualization of rectangles.
ShapePortrayal2D A simple portrayal for 2D visualization of java.awt.Shapes and java.awt.Polygons.
TrailedPortrayal2D TrailedPortrayal2D is a special SimplePortrayal wrapper which enables you to draw "trails" or "mouse tails" that drag behind objects and show where the've recently been.
TrailedPortrayal2D.TrailDrawInfo2D A special version of DrawInfo2D which adds additional information useful for drawing your own trails.
TransformedPortrayal2D A wrapper for other Portrayal2Ds which transforms the graphics space before drawing them.
ValuePortrayal2D The ValuePortrayal2D is the default portrayal for ValueGridPortrayal2Ds.
ValuePortrayal2D.DoubleFilter  
ValuePortrayal2D.Filter  
ValuePortrayal2D.IntFilter