Changeset 11754 in josm for trunk/src/org
- Timestamp:
- 2017-03-20T23:31:44+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/placement/PositionForAreaStrategy.java
r11748 r11754 39 39 * @param isDoubleTranslationBug <code>true</code> to fix a glyph placement bug. 40 40 * 41 * @return The glyph vectors. Or <code>null</code> if the text could not be transformed. 41 * @return The glyph vectors. 42 * @throws UnsupportedOperationException if {@link #supportsGlyphVector()} returns false 42 43 */ 43 44 default List<GlyphVector> generateGlyphVectors( 44 45 MapViewPath path, Rectangle2D nb, List<GlyphVector> gvs, boolean isDoubleTranslationBug) { 45 return null;46 throw new UnsupportedOperationException("Single glyph transofrmation is not supported by this implementation"); 46 47 } 47 48
Note:
See TracChangeset
for help on using the changeset viewer.