private static class GlyphRenderer.Point
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
endOfContour |
private boolean |
onCurve |
private int |
x |
private int |
y |
Constructor and Description |
---|
Point(int xValue,
int yValue) |
Point(int xValue,
int yValue,
boolean onCurveValue,
boolean endOfContourValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |