Exemplo n.º 1
0
 //@Override
 public void renderWayText(string textKey, Paint fill, Paint stroke)
 {
     WayDecorator.renderText(textKey, fill, stroke, this.coordinates, this.wayNames);
 }
Exemplo n.º 2
0
 //@Override
 public void renderWaySymbol(BitmapImage symbolBitmap, bool alignCenter, bool repeatSymbol)
 {
     WayDecorator.renderSymbol(symbolBitmap, alignCenter, repeatSymbol, this.coordinates, this.waySymbols);
 }