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.GlyphVector
glyph
private int
glyphIndex
private double
offset
private double
preRotate
-
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.Rectangle2D
getBounds()
(package private) double
getOffset()
java.lang.String
toString()
-
-
-
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)
-
-