|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextElement | |
|---|---|
| org.openstreetmap.josm.data.osm.visitor.paint | |
| org.openstreetmap.josm.gui.mappaint | |
| Uses of TextElement in org.openstreetmap.josm.data.osm.visitor.paint |
|---|
| Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type TextElement | |
|---|---|
protected void |
StyledMapRenderer.drawArea(OsmPrimitive osm,
java.awt.geom.Path2D.Double path,
java.awt.Color color,
MapImage fillImage,
TextElement text)
|
void |
StyledMapRenderer.drawArea(Relation r,
java.awt.Color color,
MapImage fillImage,
TextElement text)
|
void |
StyledMapRenderer.drawArea(Way w,
java.awt.Color color,
MapImage fillImage,
TextElement text)
|
void |
StyledMapRenderer.drawTextOnPath(Way way,
TextElement text)
|
| Uses of TextElement in org.openstreetmap.josm.gui.mappaint |
|---|
| Fields in org.openstreetmap.josm.gui.mappaint declared as TextElement | |
|---|---|
TextElement |
AreaElemStyle.text
|
private TextElement |
LineTextElemStyle.text
|
TextElement |
BoxTextElemStyle.text
|
| Methods in org.openstreetmap.josm.gui.mappaint that return TextElement | |
|---|---|
static TextElement |
TextElement.create(Cascade c,
java.awt.Color defaultTextColor,
boolean defaultAnnotate)
Builds a text element from style properties in c and the
default text color defaultTextColor |
| Constructors in org.openstreetmap.josm.gui.mappaint with parameters of type TextElement | |
|---|---|
AreaElemStyle(Cascade c,
java.awt.Color color,
MapImage fillImage,
TextElement text)
|
|
BoxTextElemStyle(Cascade c,
TextElement text,
BoxTextElemStyle.BoxProvider boxProvider,
java.awt.Rectangle box,
BoxTextElemStyle.HorizontalTextAlignment hAlign,
BoxTextElemStyle.VerticalTextAlignment vAlign)
|
|
LineTextElemStyle(Cascade c,
TextElement text)
|
|
TextElement(TextElement other)
Copy constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||