visad.data.amanda
Class Point

java.lang.Object
  extended by visad.data.amanda.Point
Direct Known Subclasses:
Module

public class Point
extends java.lang.Object


Constructor Summary
Point(float x, float y, float z)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Point

public Point(float x,
             float y,
             float z)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object