com.threerings.util
Class StreamablePoint

java.lang.Object
  extended by java.awt.geom.Point2D
      extended by java.awt.Point
          extended by com.threerings.util.StreamablePoint
All Implemented Interfaces:
Streamable, Serializable, Cloneable

public class StreamablePoint
extends Point
implements Streamable

A point that can be sent over the network.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.awt.geom.Point2D
Point2D.Double, Point2D.Float
 
Nested classes/interfaces inherited from interface com.threerings.io.Streamable
Streamable.Closure
 
Field Summary
 
Fields inherited from class java.awt.Point
x, y
 
Constructor Summary
StreamablePoint()
           
StreamablePoint(int x, int y)
           
StreamablePoint(Point p)
           
 
Method Summary
 
Methods inherited from class java.awt.Point
equals, getLocation, getX, getY, move, setLocation, setLocation, setLocation, toString, translate
 
Methods inherited from class java.awt.geom.Point2D
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, hashCode, setLocation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StreamablePoint

public StreamablePoint()

StreamablePoint

public StreamablePoint(int x,
                       int y)

StreamablePoint

public StreamablePoint(Point p)