Rio Project 4.2 API Documentation



org.rioproject.watch
Class CalculableViewable.PlottedCalculable

java.lang.Object
  extended by org.rioproject.watch.CalculableViewable.PlottedCalculable
Enclosing interface:
CalculableViewable

public static class CalculableViewable.PlottedCalculable
extends Object

Data structure that holds as properties the the Calculable and the Point it is plotted at


Constructor Summary
CalculableViewable.PlottedCalculable(Point point, Calculable calculable)
           
 
Method Summary
 Calculable getCalculable()
           
 Point getPoint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalculableViewable.PlottedCalculable

public CalculableViewable.PlottedCalculable(Point point,
                                            Calculable calculable)
Method Detail

getPoint

public Point getPoint()

getCalculable

public Calculable getCalculable()

Copyright © Rio Project.

Copyright © 2006-2011 Rio Project. All Rights Reserved.