Ignore:
Timestamp:
05/21/08 09:40:52 (16 years ago)
Author:
ra33
Message:

Made LOTS of changes...
Added DisplayComet
A whole bunch more stats for items and events
Changed lots of stuff for drawing better especially using text as line endpoints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/agents/TreeProcessor.java

    r50 r70  
    1717        // the list of frames currently being processed
    1818        private Stack<FrameCounter> _frames = new Stack<FrameCounter>();
     19       
     20        public TreeProcessor(String delay) {
     21                super(delay);
     22        }
     23
     24        public TreeProcessor() {
     25                super();
     26        }
    1927       
    2028        /**
Note: See TracChangeset for help on using the changeset viewer.