| edu.hws.jcm.awt.Computable
All known Subclasses: edu.hws.jcm.draw.Graph1D, edu.hws.jcm.draw.DisplayCanvas, edu.hws.jcm.draw.DrawString, edu.hws.jcm.draw.DrawGeometric, edu.hws.jcm.awt.Controller, edu.hws.jcm.draw.VectorField, edu.hws.jcm.draw.ScatterPlot, edu.hws.jcm.draw.ParametricCurve, edu.hws.jcm.awt.DisplayLabel, edu.hws.jcm.draw.CoordinateRect, edu.hws.jcm.draw.RiemannSumRects,
Computable | public interface Computable (Code) | | A Computable is an object that performs some sort of computation or
action when its compute() method is called. The compute() method is
meant to be called (usually) by a Controller. See the Controller class for more
information.
|
Method Summary | |
public void | compute() Perform the computation or action associated with this
Computable object. |
compute | public void compute()(Code) | | Perform the computation or action associated with this
Computable object.
|
|
|