jas.jds.interfaces
Class RemoteSliceInfo

java.lang.Object
  |
  +--jas.jds.interfaces.RemoteSliceInfo
All Implemented Interfaces:
java.io.Serializable

public class RemoteSliceInfo
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 double height
           
 double phi
           
 double width
           
 double x
           
 double y
           
 
Constructor Summary
RemoteSliceInfo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public double x

y

public double y

width

public double width

height

public double height

phi

public double phi
Constructor Detail

RemoteSliceInfo

public RemoteSliceInfo()