- Timestamp:
- 2017-07-16T20:17:27+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/StyledMapRenderer.java
r12476 r12481 454 454 * be replaced by plain fill, when it covers a certain fraction of the total area 455 455 * @param disabled If this should be drawn with a special disabled style. 456 * @param text Ignored. Use {@link #drawText (OsmPrimitive, TextLabel)} instead.456 * @param text Ignored. Use {@link #drawText} instead. 457 457 * @deprecated use {@link #drawArea(Relation r, Color color, MapImage fillImage, Float extent, Float extentThreshold, boolean disabled)} 458 458 */ … … 511 511 * be replaced by plain fill, when it covers a certain fraction of the total area 512 512 * @param disabled If this should be drawn with a special disabled style. 513 * @param text Ignored. Use {@link #drawText (OsmPrimitive, TextLabel)} instead.513 * @param text Ignored. Use {@link #drawText} instead. 514 514 * @deprecated use {@link #drawArea(Way w, Color color, MapImage fillImage, Float extent, Float extentThreshold, boolean disabled)} 515 515 */
Note:
See TracChangeset
for help on using the changeset viewer.