Package com.sun.pdfview.font
Class FlPoint
- java.lang.Object
-
- com.sun.pdfview.font.FlPoint
-
public class FlPoint extends java.lang.Object
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.
-
-
Constructor Summary
Constructors Constructor Description FlPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reset()
reset the values to (0,0) and closed
-