Package sim.portrayal


package sim.portrayal
  • Class
    Description
    A Constrained object has control over how it is moved by a Field Portrayal, notably via MovablePortrayal2D.
    The DrawInfo2D class provides two Rectangles which define a simple drawing situation.
    A FieldPortrayal is an object which knows how to portray some kind of Field.
    Superclass of all Field Portrayals in 2D.
    Deprecated. 
    An Inspector is a JPanel containing information about some object, and updates its displayed information when updateInspector() is called.
    A LocationWrapper is used to embody the objects stored in a FieldPortrayal; for example, those returned by a hitObjects test on a FieldPortrayal2D.
    An Orientable2D object can have its orientation changed in radians.
    An Oriented2D object provides an orientation in radians.
    A common interface for portrayal classes.
    The basic 2D portrayal interface.
    A Scalable2D object provides a scale, and can have the same changed.
    A Scaled2D object provides a scale.
    A simple inspector class that looks at the "getX" and "setX" method of the object to be investigates and creates a user-friendly graphical interface with read only and read/write components of the object.
    The superclass of all 2D Simple Portrayals.