Package org.loboevolution.pdfview.font
Class FlPoint
java.lang.Object
org.loboevolution.pdfview.font.FlPoint
A floating-point Point, with public fields. Also contains a flag
for "open" to indicate that the path this point is a member of has
or hasn't been closed.
Author Mike Wessler
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public float xx coordinate of the point -
y
public float yy coordinate of the point -
open
public boolean openwhether the path this point is a part of is open or closed. used in Type1CFont.java.
-
-
Constructor Details
-
FlPoint
public FlPoint()
-
-
Method Details
-
reset
public final void reset()reset the values to (0,0) and closed
-