Changeset 10972 in josm for trunk/src/org/openstreetmap/josm/gui/layer/Layer.java
- Timestamp:
- 2016-09-07T01:23:17+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/Layer.java
r10959 r10972 182 182 183 183 /** 184 * Return a Color for this layer. Return null when no color specified.185 * @param ignoreCustom Custom color should return null, as no default color186 * is used. When this is true, then even for custom coloring the base187 * color is returned - mainly for layer internal use.188 * @return layer color189 * @deprecated Use the new {@link #getColorProperty()}. To be removed end of 2016.190 */191 @Deprecated192 public Color getColor(boolean ignoreCustom) {193 return null;194 }195 196 /**197 184 * Gets the color property to use for this layer. 198 185 * @return The color property. … … 619 606 620 607 /** 621 * @return bytes that the tile will use. Needed for resource management622 * @deprecated Not used any more.623 */624 @Deprecated625 protected long estimateMemoryUsage() {626 return 0;627 }628 629 /**630 608 * Gets the strategy that specifies where this layer should be inserted in a layer list. 631 609 * @return That strategy.
Note:
See TracChangeset
for help on using the changeset viewer.
