Changeset 35112 in osm for applications/editors/josm
- Timestamp:
- 2019-09-18T18:54:49+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/render/Rules.java
r35096 r35112 758 758 } 759 759 } 760 str += String.format("% 1.0f", dist);760 str += String.format("%3.1f", dist); 761 761 Renderer.labelText(str, new Font("Arial", Font.PLAIN, 40), Color.black, new Delta(Handle.CC, AffineTransform.getTranslateInstance(0, 45))); 762 762 } … … 1040 1040 } 1041 1041 Signals.addSignals(); 1042 addName(15, new Font("Arial", Font.BOLD, 40), new Delta(Handle.B C, AffineTransform.getTranslateInstance(0, -50)));1042 addName(15, new Font("Arial", Font.BOLD, 40), new Delta(Handle.BL, AffineTransform.getTranslateInstance(0, -50))); 1043 1043 } 1044 1044 }
Note:
See TracChangeset
for help on using the changeset viewer.