Ignore:
Timestamp:
01/21/14 14:12:16 (10 years ago)
Author:
bln4
Message:

Additions made:
The ability to register an action on TDFC. default: No additional actions are taken.
The abiility to provide a title. default: With no title set whenever expeditee sets its title it will prepend a empty string. set: it will prepend what you want you set the title too.
An additional 'getter' type method for XGroupItem that takes a y-coord and gives the span that covers that position.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/flowlayout/XGroupItem.java

    r717 r730  
    173173        }
    174174       
     175        public YOverlappingItemsSpan getSpanItemAt(int index) {
     176            return yitems_span_array[index];
     177        }
     178       
    175179        public void setOutOfFlow(FlowType flow_type)
    176180        {
Note: See TracChangeset for help on using the changeset viewer.