ucar.visad.display
Interface ConstantMaps.Visitor

Enclosing interface:
ConstantMaps

public static interface ConstantMaps.Visitor

Interface for visitors to ConstantMaps.


Method Summary
 void visit(ConstantMapAdapter map)
          Visits an adapted ConstantMap.
 void visit(ConstantMapComposite maps)
          Visits a collection of adapted ConstantMaps.
 

Method Detail

visit

void visit(ConstantMapComposite maps)
           throws VisADException,
                  RemoteException
Visits a collection of adapted ConstantMaps.

Parameters:
maps - The ConstantMapComposite to visit.
Throws:
VisADException - VisAD failure.
RemoteException - Java RMI failure.

visit

void visit(ConstantMapAdapter map)
           throws VisADException,
                  RemoteException
Visits an adapted ConstantMap.

Parameters:
map - The ConstantMapComposite to visit.
Throws:
VisADException - VisAD failure.
RemoteException - Java RMI failure.