Ignore:
Timestamp:
02/19/20 15:29:48 (4 years ago)
Author:
bnemhaus
Message:

You now have the ability to anchor Items to the center of the frame. AnchorCenterX: 0 will anchor a item directly to the vertical center of the frame. AnchorCenterY: 0 to the horizontal center of the frame. Negative numbers go left/up from the center, positive numbers right/down.

More work to come to deal with connected items such as rectangles made up on connected dots.

File:
1 edited

Legend:

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

    r1511 r1513  
    393393        @Override
    394394        public void setWidth(Integer width) {
    395                 System.err.println("Text::setWidth::Text content=" + getText() + ", new width=" + width);
    396395                invalidateAll();
    397396
Note: See TracChangeset for help on using the changeset viewer.