Uses of Class
org.apache.fontbox.ttf.GlyphRenderer.Point
Packages that use GlyphRenderer.Point
-
Uses of GlyphRenderer.Point in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return GlyphRenderer.PointModifier and TypeMethodDescriptionprivate GlyphRenderer.Point[]
GlyphRenderer.describe
(GlyphDescription gd) Set the points of a glyph from the GlyphDescription.private GlyphRenderer.Point
GlyphRenderer.midValue
(GlyphRenderer.Point point1, GlyphRenderer.Point point2) Methods in org.apache.fontbox.ttf with parameters of type GlyphRenderer.PointModifier and TypeMethodDescriptionprivate GeneralPath
GlyphRenderer.calculatePath
(GlyphRenderer.Point[] points) Use the given points to calculate a GeneralPath.private void
GlyphRenderer.lineTo
(GeneralPath path, GlyphRenderer.Point point) private GlyphRenderer.Point
GlyphRenderer.midValue
(GlyphRenderer.Point point1, GlyphRenderer.Point point2) private void
GlyphRenderer.moveTo
(GeneralPath path, GlyphRenderer.Point point) private void
GlyphRenderer.quadTo
(GeneralPath path, GlyphRenderer.Point ctrlPoint, GlyphRenderer.Point point)