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