Class HodographViewManager

All Implemented Interfaces:
ActionListener, ItemListener, EventListener, Sharable, ControlListener, DisplayListener

public class HodographViewManager extends ViewManager
A wrapper around a hodograph display Provides an interface for managing user interactions, gui creation, etc.
Author:
IDV development team
  • Field Details

  • Constructor Details

    • HodographViewManager

      public HodographViewManager()
      A paramterless ctor for XmlEncoder based decoding.
    • HodographViewManager

      public HodographViewManager(ViewContext viewContext, ViewDescriptor desc, String properties) throws VisADException, RemoteException
      Create a HodographViewManager with the given context, descriptor, object store and properties string.
      Parameters:
      viewContext - Provides a context for the VM to be in.
      desc - The ViewDescriptor that identifies this VM
      properties - A set of ";" delimited name-value pairs.
      Throws:
      VisADException - the VisAD exception
      RemoteException - the remote exception
    • HodographViewManager

      public HodographViewManager(ViewContext viewContext, ViewDescriptor desc, String properties, AnimationInfo animationInfo) throws VisADException, RemoteException
      Create a HodographViewManager with the given context, descriptor, object store, properties string and animation state.
      Parameters:
      viewContext - Provides a context for the VM to be in.
      desc - The ViewDescriptor that identifies this VM
      properties - A set of ";" delimited name-value pairs.
      animationInfo - Initial animation properties
      Throws:
      VisADException - the VisAD exception
      RemoteException - the remote exception
    • HodographViewManager

      public HodographViewManager(ViewContext viewContext, DisplayMaster master, ViewDescriptor viewDescriptor, String properties) throws VisADException, RemoteException
      Create a HodographViewManager with the given context, display, descriptor, properties string.
      Parameters:
      viewContext - Provides a context for the VM to be in.
      master - display master
      viewDescriptor - The ViewDescriptor that identifies this VM
      properties - A set of ";" delimited name-value pairs.
      Throws:
      VisADException - the VisAD exception
      RemoteException - the remote exception
  • Method Details