Uses of Interface
edu.hws.jcm.awt.InputObject

Packages that use InputObject
edu.hws.jcm.awt   
edu.hws.jcm.draw   
 

Uses of InputObject in edu.hws.jcm.awt
 

Classes in edu.hws.jcm.awt that implement InputObject
 class Animator
          An Animator can change a value continuously, without user intervention, by running a separate Thread.
 class Controller
          Controllers are the focus of all the action in the JCM system.
 class ExpressionInput
          An ExpressionInput is an input box that allows the user input a mathematical expression.
 class VariableInput
          A VariableInput is an input box into which the user can type a real number value, which becomes the value of an associated Variable.
 class VariableSlider
          A VariableSlider is a slider (implemented as a Scrollbar) whose position represents the value of an associated variable.
 

Uses of InputObject in edu.hws.jcm.draw
 

Classes in edu.hws.jcm.draw that implement InputObject
 class CoordinateRect
          A CoordinateRect represents a rectagular region in the xy-plane, specified by values xmin,xmax,ymin,ymax.
 class DisplayCanvas
          A DisplayCanvas is a drawing area that can contain one or more CoordinateRects.
 class DraggablePoint
          A DraggablePoint can be added to a DisplayCanvas, where it appears as a small disk, square, or cross.
 class LimitControlPanel
          A LimitControlPanel has four input boxes for specifying the xmin, xmax, ymin, and ymax of a CoodinateRect.
 class MouseTracker
          A MouseTracker can be added to a CoordinateRect in a DisplayCanvas to respond to user mouse actions in the rectangular area occupied by the CoordinateRect.