Class OnLineStrategy.OffsetGlyph
- java.lang.Object
-
- org.openstreetmap.josm.gui.mappaint.styleelement.placement.OnLineStrategy.OffsetGlyph
-
- Enclosing class:
- OnLineStrategy
private static class OnLineStrategy.OffsetGlyph extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.awt.font.GlyphVectorglyphprivate intglyphIndexprivate doubleoffsetprivate doublepreRotate
-
Constructor Summary
Constructors Constructor Description OffsetGlyph(double offset, boolean rotateText, java.awt.font.GlyphVector glyph, int glyphIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.awt.geom.Rectangle2DgetBounds()(package private) doublegetOffset()java.lang.StringtoString()
-
-
-
Field Detail
-
offset
private final double offset
-
preRotate
private final double preRotate
-
glyph
private final java.awt.font.GlyphVector glyph
-
glyphIndex
private final int glyphIndex
-
-
Constructor Detail
-
OffsetGlyph
OffsetGlyph(double offset, boolean rotateText, java.awt.font.GlyphVector glyph, int glyphIndex)
-
-