public class WayTextContainer extends MapElementContainer
boundary, boundaryAbsolute, display, priority, xy
Constructor and Description |
---|
WayTextContainer(Point point,
Point end,
Display display,
int priority,
java.lang.String text,
Paint paintFront,
Paint paintBack,
double textHeight) |
Modifier and Type | Method and Description |
---|---|
void |
draw(Canvas canvas,
Point origin,
Matrix matrix,
Filter filter)
Drawing method: element will draw itself on canvas shifted by origin point of canvas and
using the matrix if rotation is required.
|
java.lang.String |
toString() |
clashesWith, compareTo, equals, getBoundaryAbsolute, getPoint, getPriority, hashCode, intersects
public void draw(Canvas canvas, Point origin, Matrix matrix, Filter filter)
MapElementContainer
draw
in class MapElementContainer
public java.lang.String toString()
toString
in class MapElementContainer