Ignore:
Timestamp:
2017-06-02T21:39:27+02:00 (7 years ago)
Author:
michael2402
Message:

Javadoc for package org.openstreetmap.josm.gui.mappaint.styleelement

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/styleelement/NodeElement.java

    r11932 r12303  
    4848    private static final String[] ICON_KEYS = {ICON_IMAGE, ICON_WIDTH, ICON_HEIGHT, ICON_OPACITY, ICON_OFFSET_X, ICON_OFFSET_Y};
    4949
     50    /**
     51     * The style used for simple nodes
     52     */
    5053    public static final NodeElement SIMPLE_NODE_ELEMSTYLE;
     54    /**
     55     * A box provider that provides the size of a simple node
     56     */
    5157    public static final BoxProvider SIMPLE_NODE_ELEMSTYLE_BOXPROVIDER;
    5258    static {
     
    5864    }
    5965
     66    /**
     67     * The default styles that are used for nodes.
     68     * @see #SIMPLE_NODE_ELEMSTYLE
     69     */
    6070    public static final StyleElementList DEFAULT_NODE_STYLELIST = new StyleElementList(NodeElement.SIMPLE_NODE_ELEMSTYLE);
     71    /**
     72     * The default styles that are used for nodes with text.
     73     */
    6174    public static final StyleElementList DEFAULT_NODE_STYLELIST_TEXT = new StyleElementList(NodeElement.SIMPLE_NODE_ELEMSTYLE,
    6275            BoxTextElement.SIMPLE_NODE_TEXT_ELEMSTYLE);
Note: See TracChangeset for help on using the changeset viewer.