Ignore:
Timestamp:
2016-09-07T01:23:17+02:00 (10 years ago)
Author:
Don-vip
Message:

remove deprecated stuff - gsoc-core

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/layer/Layer.java

    r10959 r10972  
    182182
    183183    /**
    184      * Return a Color for this layer. Return null when no color specified.
    185      * @param ignoreCustom Custom color should return null, as no default color
    186      *      is used. When this is true, then even for custom coloring the base
    187      *      color is returned - mainly for layer internal use.
    188      * @return layer color
    189      * @deprecated Use the new {@link #getColorProperty()}. To be removed end of 2016.
    190      */
    191     @Deprecated
    192     public Color getColor(boolean ignoreCustom) {
    193         return null;
    194     }
    195 
    196     /**
    197184     * Gets the color property to use for this layer.
    198185     * @return The color property.
     
    619606
    620607    /**
    621      * @return bytes that the tile will use. Needed for resource management
    622      * @deprecated Not used any more.
    623      */
    624     @Deprecated
    625     protected long estimateMemoryUsage() {
    626         return 0;
    627     }
    628 
    629     /**
    630608     * Gets the strategy that specifies where this layer should be inserted in a layer list.
    631609     * @return That strategy.
Note: See TracChangeset for help on using the changeset viewer.