Ignore:
Timestamp:
2015-06-06T04:32:00+02:00 (9 years ago)
Author:
Don-vip
Message:

javadoc fixes. Removed one duplicated method in exception handling

File:
1 edited

Legend:

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

    r8444 r8470  
    3939     * If null, no label is rendered.
    4040     * @param font the font to be used. Must not be null.
    41      * @param xOffset
    42      * @param yOffset
     41     * @param xOffset x offset
     42     * @param yOffset y offset
    4343     * @param color the color to be used. Must not be null
    44      * @param haloRadius
    45      * @param haloColor
     44     * @param haloRadius halo radius
     45     * @param haloColor halo color
    4646     */
    4747    public TextElement(LabelCompositionStrategy strategy, Font font, int xOffset, int yOffset, Color color, Float haloRadius, Color haloColor) {
Note: See TracChangeset for help on using the changeset viewer.