visad.bio
Class PoolPoint

java.lang.Object
  extended by visad.bio.PoolPoint

public class PoolPoint
extends java.lang.Object

PoolPoint is a single measurement pool endpoint.


Constructor Summary
PoolPoint(VisBio biovis, DisplayImpl display, java.lang.String name, int dimension)
          Constructs a point for use in the measurement pool.
 
Method Summary
 void init()
          Adds the point to the associated display.
 void refresh()
          Refreshes the point's coordinates to match the linked endpoint.
 void toggle(boolean on)
          Toggles the renderer visible or invisible.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolPoint

public PoolPoint(VisBio biovis,
                 DisplayImpl display,
                 java.lang.String name,
                 int dimension)
Constructs a point for use in the measurement pool.

Method Detail

init

public void init()
          throws VisADException,
                 java.rmi.RemoteException
Adds the point to the associated display.

Throws:
VisADException
java.rmi.RemoteException

toggle

public void toggle(boolean on)
Toggles the renderer visible or invisible.


refresh

public void refresh()
Refreshes the point's coordinates to match the linked endpoint.