Changeset 874


Ignore:
Timestamp:
02/10/14 01:01:14 (10 years ago)
Author:
ngw8
Message:

Meant to be included with previous commit

File:
1 edited

Legend:

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

    r737 r874  
    6767                        _ItemTags.put('G', Item.class.getMethod("getBackgroundColor"));
    6868                        _ItemTags.put('K', Item.class.getMethod("getBorderColor"));
    69 
    70                         _ItemTags.put('R', Item.class.getMethod("getAnchorLeft"));
    71                         _ItemTags.put('H', Item.class.getMethod("getAnchorRight"));
    72                         _ItemTags.put('N', Item.class.getMethod("getAnchorTop"));
    73                         _ItemTags.put('I', Item.class.getMethod("getAnchorBottom"));
    7469
    7570                        _ItemTags.put('P', Item.class.getMethod("getPosition"));
     
    8782                        _ItemTags.put('E', Item.class.getMethod("getGradientColor"));
    8883                        _ItemTags.put('Q', Item.class.getMethod("getGradientAngle"));
     84                       
     85                        _ItemTags.put('R', Item.class.getMethod("getAnchorLeft"));
     86                        _ItemTags.put('H', Item.class.getMethod("getAnchorRight"));
     87                        _ItemTags.put('N', Item.class.getMethod("getAnchorTop"));
     88                        _ItemTags.put('I', Item.class.getMethod("getAnchorBottom"));
    8989
    9090                        _ItemTags.put('i', Item.class.getMethod("getFillPattern"));
Note: See TracChangeset for help on using the changeset viewer.