Ignore:
Timestamp:
2015-10-27T19:15:14+01:00 (9 years ago)
Author:
Don-vip
Message:

update javadoc + checkstyle fix + update presets links

File:
1 edited

Legend:

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

    r8864 r8958  
    174174     * Return a representative small image for this layer. The image must not
    175175     * be larger than 64 pixel in any dimension.
     176     * @return layer icon
    176177     */
    177178    public abstract Icon getIcon();
     
    182183     *      is used. When this is true, then even for custom coloring the base
    183184     *      color is returned - mainly for layer internal use.
     185     * @return layer color
    184186     */
    185187    public Color getColor(boolean ignoreCustom) {
     
    225227     * have correct equals implementation.
    226228     *
    227      * Use SeparatorLayerAction.INSTANCE instead of new JSeparator
    228      *
     229     * Use {@link SeparatorLayerAction#INSTANCE} instead of new JSeparator
     230     * @return menu actions for this layer
    229231     */
    230232    public abstract Action[] getMenuEntries();
Note: See TracChangeset for help on using the changeset viewer.