Class GlyphRenderer.Point

java.lang.Object
org.apache.fontbox.ttf.GlyphRenderer.Point
Enclosing class:
GlyphRenderer

private static class GlyphRenderer.Point extends Object
This class represents one point of a glyph.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private boolean
     
    private boolean
     
    private int
     
    private int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Point(int xValue, int yValue)
     
    Point(int xValue, int yValue, boolean onCurveValue, boolean endOfContourValue)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • x

      private int x
    • y

      private int y
    • onCurve

      private boolean onCurve
    • endOfContour

      private boolean endOfContour
  • Constructor Details

    • Point

      Point(int xValue, int yValue, boolean onCurveValue, boolean endOfContourValue)
    • Point

      Point(int xValue, int yValue)
  • Method Details