private static class OnLineStrategy.OffsetGlyph extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.awt.font.GlyphVector |
glyph |
private int |
glyphIndex |
private double |
offset |
private double |
preRotate |
Constructor and Description |
---|
OffsetGlyph(double offset,
boolean rotateText,
java.awt.font.GlyphVector glyph,
int glyphIndex) |
Modifier and Type | Method and Description |
---|---|
(package private) java.awt.geom.Rectangle2D |
getBounds() |
(package private) double |
getOffset() |
java.lang.String |
toString() |
private final double offset
private final double preRotate
private final java.awt.font.GlyphVector glyph
private final int glyphIndex
OffsetGlyph(double offset, boolean rotateText, java.awt.font.GlyphVector glyph, int glyphIndex)