Package | Description |
---|---|
org.openstreetmap.josm.gui.mappaint.styleelement.placement |
Label placement strategy for map paint styles.
|
Modifier and Type | Field and Description |
---|---|
private OnLineStrategy.OffsetGlyph |
OnLineStrategy.GlyphRotatingVisitor.next |
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<OnLineStrategy.OffsetGlyph> |
OnLineStrategy.GlyphRotatingVisitor.gvs |
Modifier and Type | Method and 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 way
|
Constructor and Description |
---|
GlyphRotatingVisitor(java.util.List<OnLineStrategy.OffsetGlyph> gvs,
boolean isDoubleTranslationBug)
Create a new
OnLineStrategy.GlyphRotatingVisitor |