Ignore:
Timestamp:
10/08/08 13:59:53 (16 years ago)
Author:
bjn8
Message:

Improved widget linking... track-link coversion command

File:
1 edited

Legend:

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

    r334 r352  
    899899                return Math.abs(_d4.getY() - _d1.getY());
    900900        }
     901       
     902        public Point getPosition() {
     903                return new Point(getX(), getY());
     904        }
    901905
    902906        /**
     
    15491553         *
    15501554         * @param link
    1551          *            The new frame link. Can be null (for no link)
    1552          *
    1553          */
    1554         public void setLink(String link) {
     1555         *          The new frame link. Can be null (for no link)
     1556         *
     1557         * @param linker
     1558         *                      The text item creating the link. Null if not created from
     1559         *                      a text item.
     1560         */
     1561        public void setLink(String link, Text linker) {
    15551562                // Make sure the link is redrawn when a link is added
    15561563                if (link == null)
Note: See TracChangeset for help on using the changeset viewer.