Uses of Class
org.openstreetmap.josm.gui.mappaint.styleelement.placement.OnLineStrategy.OffsetGlyph
-
Packages that use OnLineStrategy.OffsetGlyph Package Description org.openstreetmap.josm.gui.mappaint.styleelement.placement Label placement strategy for map paint styles. -
-
Uses of OnLineStrategy.OffsetGlyph in org.openstreetmap.josm.gui.mappaint.styleelement.placement
Fields in org.openstreetmap.josm.gui.mappaint.styleelement.placement declared as OnLineStrategy.OffsetGlyph Modifier and Type Field Description private OnLineStrategy.OffsetGlyph
OnLineStrategy.GlyphRotatingVisitor. next
Fields in org.openstreetmap.josm.gui.mappaint.styleelement.placement with type parameters of type OnLineStrategy.OffsetGlyph Modifier and Type Field Description private Iterator<OnLineStrategy.OffsetGlyph>
OnLineStrategy.GlyphRotatingVisitor. gvs
Methods in org.openstreetmap.josm.gui.mappaint.styleelement.placement that return types with arguments of type OnLineStrategy.OffsetGlyph Modifier and Type Method Description private static List<OnLineStrategy.OffsetGlyph>
OnLineStrategy. computeOffsetGlyphs(List<GlyphVector> gvs, double startOffset, boolean rotateText)
Create a list of glyphs with an offset along the wayConstructor parameters in org.openstreetmap.josm.gui.mappaint.styleelement.placement with type arguments of type OnLineStrategy.OffsetGlyph Constructor Description GlyphRotatingVisitor(List<OnLineStrategy.OffsetGlyph> gvs, boolean isDoubleTranslationBug)
Create a newOnLineStrategy.GlyphRotatingVisitor
-