Ignore:
Timestamp:
01/16/14 15:31:50 (10 years ago)
Author:
jts21
Message:

Implement setting tooltip attributes

File:
1 edited

Legend:

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

    r676 r707  
    6969                        _ItemTags.put("s", Item.class.getMethod("getDateCreated", param));
    7070                        _ItemTags.put("d", Item.class.getMethod("getColor", param));
    71                         _ItemTags.put("G", Item.class
    72                                         .getMethod("getBackgroundColor", param));
     71                        _ItemTags.put("G", Item.class.getMethod("getBackgroundColor", param));
    7372                        _ItemTags.put("K", Item.class.getMethod("getBorderColor", param));
    7473                        _ItemTags.put("H", Item.class.getMethod("getAnchorRight", param));
     
    114113                        _ItemTags.put("a", Text.class.getMethod("getWordSpacing", param));
    115114                        _ItemTags.put("b", Text.class.getMethod("getLetterSpacing", param));
    116                         _ItemTags
    117                                         .put("m", Text.class.getMethod("getInitialSpacing", param));
     115                        _ItemTags.put("m", Text.class.getMethod("getInitialSpacing", param));
    118116                        _ItemTags.put("w", Text.class.getMethod("getWidthToSave", param));
    119117                        _ItemTags.put("k", Text.class.getMethod("getJustification", param));
Note: See TracChangeset for help on using the changeset viewer.