Package org.eclipse.swt.graphics
Class Point.OfFloat
java.lang.Object
org.eclipse.swt.graphics.Point
org.eclipse.swt.graphics.Point.OfFloat
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Point.WithMonitor
- Enclosing class:
Point
Instances of this class represent
Point
objects with the fields capable of storing more precise value in float.- Since:
- 3.131
- See Also:
- Restriction:
- This class is not intended to be referenced by clients
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.swt.graphics.Point
Point.OfFloat, Point.WithMonitor
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
residualX
public float residualX -
residualY
public float residualY
-
-
Constructor Details
-
OfFloat
public OfFloat(int x, int y) -
OfFloat
public OfFloat(float x, float y)
-
-
Method Details
-
getX
public float getX() -
getY
public float getY() -
setX
public void setX(float x) -
setY
public void setY(float y)
-