Ejemplo n.º 1
0
  @Override
  protected void paintThisFix(CanvasType dest, WorldLocation lastLocation, FixWrapper fw) {
    // set the label format to ]my label format
    if (_lastLabelFormat != null) fw.setLabelFormat(_lastLabelFormat);

    // set the fix font-size to be my font-size
    fw.setFont(this.getTrackFont());

    // and now let it paint
    super.paintThisFix(dest, lastLocation, fw);
  }