Ignore:
Timestamp:
06/10/08 10:03:03 (16 years ago)
Author:
ra33
Message:

Lots of changes!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/Dot.java

    r78 r97  
    6565        }
    6666
    67         @Override
    68         protected boolean hasVisibleArrow() {
    69                 return getArrowheadRatio() != 0 && getArrowheadLength() != 0;
    70         }
    71 
    7267        /**
    7368         * Sets the 'thickness' of this Dot, that is, how many pixels this Dot
     
    238233
    239234                                        if (!dup)
    240                                                 line.replaceEnd(dot, this);
     235                                                line.replaceLineEnd(dot, this);
    241236                                }
    242237                        }
     
    254249                        lines.addAll(getLines());
    255250                        for (Line line : lines)
    256                                 line.replaceEnd(this, merger);
     251                                line.replaceLineEnd(this, merger);
    257252                        this.delete();
    258253                        return merger;
Note: See TracChangeset for help on using the changeset viewer.