Changeset 12082 in josm for trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/TextLabel.java
- Timestamp:
- 2017-05-07T16:37:57+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/TextLabel.java
r11748 r12082 77 77 @Deprecated 78 78 public TextLabel(LabelCompositionStrategy strategy, Font font, int xOffset, int yOffset, Color color, Float haloRadius, Color haloColor) { 79 this(strategy, font, xOffset, yOffset, color, haloRadius, haloColor, newCompletelyInsideAreaStrategy());79 this(strategy, font, xOffset, yOffset, color, haloRadius, haloColor, CompletelyInsideAreaStrategy.INSTANCE); 80 80 } 81 81 … … 254 254 @Override 255 255 public String toString() { 256 return "Text Element{" + toStringImpl() + '}';256 return "TextLabel{" + toStringImpl() + '}'; 257 257 } 258 258
Note:
See TracChangeset
for help on using the changeset viewer.