| java.lang.Object com.sun.pdfview.font.FlPoint
FlPoint | public class FlPoint (Code) | | 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 | |
public boolean | open whether the path this point is a part of is open or closed. | public float | x | public float | y |
Method Summary | |
final public void | reset() |
open | public boolean open(Code) | | whether the path this point is a part of is open or closed.
used in Type1CFont.java.
|
x | public float x(Code) | | x coordinate of the point
|
y | public float y(Code) | | y coordinate of the point
|
reset | final public void reset()(Code) | | reset the values to (0,0) and closed
|
|
|