Class OnLineStrategy.OffsetGlyph
- java.lang.Object
-
- org.openstreetmap.josm.gui.mappaint.styleelement.placement.OnLineStrategy.OffsetGlyph
-
- Enclosing class:
- OnLineStrategy
private static class OnLineStrategy.OffsetGlyph extends Object
-
-
Field Summary
Fields Modifier and Type Field Description private GlyphVector
glyph
private int
glyphIndex
private double
offset
private double
preRotate
-
Constructor Summary
Constructors Constructor Description OffsetGlyph(double offset, boolean rotateText, GlyphVector glyph, int glyphIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) Rectangle2D
getBounds()
(package private) double
getOffset()
String
toString()
-
-
-
Field Detail
-
offset
private final double offset
-
preRotate
private final double preRotate
-
glyph
private final GlyphVector glyph
-
glyphIndex
private final int glyphIndex
-
-
Constructor Detail
-
OffsetGlyph
OffsetGlyph(double offset, boolean rotateText, GlyphVector glyph, int glyphIndex)
-
-