Ignore:
Timestamp:
2015-10-27T19:15:14+01:00 (8 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/mappaint/BoxTextElemStyle.java

    r8846 r8958  
    3535
    3636        /**
    37          * The box
     37         * Returns the box.
     38         * @return the box
    3839         */
    3940        public Rectangle getBox() {
     
    4243
    4344        /**
    44          * True, if the box can change in future calls of the BoxProvider get() method
     45         * Determines if the box can change in future calls of the {@link BoxProvider#get()} method
     46         * @return {@code true} if the box can change in future calls of the {@code BoxProvider#get()} method
    4547         */
    4648        public boolean isTemporary() {
     
    5254        private Rectangle box;
    5355
     56        /**
     57         * Constructs a new {@code SimpleBoxProvider}.
     58         * @param box the box
     59         */
    5460        public SimpleBoxProvider(Rectangle box) {
    5561            this.box = box;
Note: See TracChangeset for help on using the changeset viewer.