Class Parallel

java.lang.Object
  extended by Parallel

public class Parallel
extends java.lang.Object


Constructor Summary
Parallel()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void parallel(DisplayImpl display, FlatField data)
          create parallel coordinates display for data
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parallel

public Parallel()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws VisADException,
                        java.rmi.RemoteException,
                        java.io.IOException
Throws:
VisADException
java.rmi.RemoteException
java.io.IOException

parallel

public static void parallel(DisplayImpl display,
                            FlatField data)
                     throws VisADException,
                            java.rmi.RemoteException
create parallel coordinates display for data

Throws:
VisADException
java.rmi.RemoteException