Package org.opencypher.railroad
Class TextGlyphs
- java.lang.Object
-
- org.opencypher.railroad.TextGlyphs
-
public final class TextGlyphs extends Object
-
-
Constructor Summary
Constructors Constructor Description TextGlyphs(String text, Font font, FontRenderContext renderContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FontgetFont()doublegetHeight()doublegetWidth()floatoffsetX(double x)floatoffsetY(double y)Shapeoutline(double x, double y)Iterator<Shape>outlines(double x, double y)Stringtext()StringtoString()
-
-
-
Constructor Detail
-
TextGlyphs
public TextGlyphs(String text, Font font, FontRenderContext renderContext)
-
-