com.sun.pdfview.font

Class FlPoint

public class FlPoint extends 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.
Field Summary
booleanopen
whether the path this point is a part of is open or closed. used in Type1CFont.java.
floatx
x coordinate of the point
floaty
y coordinate of the point
Method Summary
voidreset()
reset the values to (0,0) and closed

Field Detail

open

public boolean open
whether the path this point is a part of is open or closed. used in Type1CFont.java.

x

public float x
x coordinate of the point

y

public float y
y coordinate of the point

Method Detail

reset

public final void reset()
reset the values to (0,0) and closed