Rio Project 4.2 API Documentation
org.rioproject.watch
Class CalculableViewable.PlottedCalculable
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CalculableViewable.PlottedCalculable
public CalculableViewable.PlottedCalculable(Point point,
Calculable calculable)
getPoint
public Point getPoint()
getCalculable
public Calculable getCalculable()
Copyright © 2006-2011 Rio Project. All Rights Reserved.