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.OffsetGlyphOnLineStrategy.GlyphRotatingVisitor. nextFields in org.openstreetmap.josm.gui.mappaint.styleelement.placement with type parameters of type OnLineStrategy.OffsetGlyph Modifier and Type Field Description private java.util.Iterator<OnLineStrategy.OffsetGlyph>OnLineStrategy.GlyphRotatingVisitor. gvsMethods in org.openstreetmap.josm.gui.mappaint.styleelement.placement that return types with arguments of type OnLineStrategy.OffsetGlyph Modifier and Type Method Description private static java.util.List<OnLineStrategy.OffsetGlyph>OnLineStrategy. computeOffsetGlyphs(java.util.List<java.awt.font.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(java.util.List<OnLineStrategy.OffsetGlyph> gvs, boolean isDoubleTranslationBug)Create a newOnLineStrategy.GlyphRotatingVisitor
-