Ignore:
Timestamp:
05/26/08 09:11:05 (16 years ago)
Author:
ra33
Message:

Added @b and @v...
Also changed @f... so that images can be displayed with transparent backgrounds.
Did a bunch of refactoring in the process to remove duplicated code and simplify managing @i, @f and @b.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

    • Property svn:ignore
      •  

        old new  
        88testdummyaudio
        99tests_apollos
         10*.txt
  • trunk/src/org/expeditee/agents/Format.java

    r58 r78  
    1010import org.expeditee.gui.FrameUtils;
    1111import org.expeditee.items.Item;
    12 import org.expeditee.items.Text;
    1312
    1413/**
     
    4746                ArrayList<ArrayList<Item>> columns = new ArrayList<ArrayList<Item>>();
    4847
    49                 for (Text t : start.getBodyTextItems(true)) {
     48                for (Item t : start.getBodyTextItems(true)) {
    5049                        int col = findColumn(columnHeads, t);
    5150                        // if this is the head of a new column
Note: See TracChangeset for help on using the changeset viewer.