Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package edu.mit.media.hive.support

Class Summary
AgentGraph  
AgentGraphEdge This is basically a struct that is used to represent a connection between two agents in the graph
BaseCanvas  
CellAddress This immutable class represents the URL of a Hive Cell.
Debug The Debug class implements a simple debugging facility.
IconLoader  
ImageEvent This class embodies immutable messages that are sent from a an ImageSource to it's listeners.
ImageRingBuffer This class is a fixed size data structure that contains serializable images.
Link Internal data structure for the queue.
Null  
PPM Each instance of this class represents an image stored as an array of ints in ARGB format.
Queue This is a simple Queue (FIFO) data structure.
SerializableImage Each instance of this class represents an image stored as an array of ints.
VariablePropertyManipulator this class is meant to give access to the variables that can be set and unset in the bean style method calls on a certain class (mostly agents, but whatever)
VariablePropertyManipulatorGUI  
 

Exception Summary
CellConnectException This is used as a generic exception to be thrown at certain times -- it will be encapsulating the real exception in this case
MalformedHiveURLException  
UnknownVariablePropertyName  
VariablePropertyManipulationException this exception is the general exception for hive "bean" related problems