Package com.adobe.fontengine.font
Class Point
java.lang.Object
com.adobe.fontengine.font.Point
A 2-D point.
Synchronization
This class is not synchronized. Instances of this class either must not be shared across threads or the client must ensure threadsafety. Multiple instances of this class can coexist safely.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
public double x -
y
public double y
-
-
Constructor Details
-
Point
public Point(double x, double y)
-