Package com.sun.pdfview.font
Class TTFFont.PointRec
java.lang.Object
com.sun.pdfview.font.TTFFont.PointRec
- Enclosing class:
TTFFont
a point on the stack of points
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
x
int x -
y
int y -
onCurve
boolean onCurve
-
-
Constructor Details
-
PointRec
public PointRec(int x, int y, boolean onCurve) -
PointRec
-