synergynetframework.appsystem.contentsystem.items.implementation.interfaces.shapes
Class TwoDShapeGeometry.FloatPoint

java.lang.Object
  extended by synergynetframework.appsystem.contentsystem.items.implementation.interfaces.shapes.TwoDShapeGeometry.FloatPoint
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TwoDShapeGeometry

public class TwoDShapeGeometry.FloatPoint
extends java.lang.Object
implements java.io.Serializable

The Class FloatPoint.

See Also:
Serialized Form

Field Summary
 float x
          The x.
 float y
          The y.
 
Constructor Summary
TwoDShapeGeometry.FloatPoint(float x, float y)
          Instantiates a new float point.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x
The x.


y

public float y
The y.

Constructor Detail

TwoDShapeGeometry.FloatPoint

public TwoDShapeGeometry.FloatPoint(float x,
                                    float y)
Instantiates a new float point.

Parameters:
x - the x
y - the y