Changes between Version 6 and Version 7 of HOT_TEXT_REDESIGN_R1


Ignore:
Timestamp:
08/28/09 13:53:31 (16 years ago)
Author:
vlado
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HOT_TEXT_REDESIGN_R1

    v6 v7  
    8484   * In HotAreaLayout.create() create one LineBreakMeasurer for each modelLineText 
    8585    * modelLineText (the text between 2 breaks) has the meaning of a paragraph as implied by the LineBreakMeasurer documentation in the JDK 
    86    * Fix OutOfMemory problems  
    87     * Measure the ammount of memory consumed by each caching 
    88     * It is encountered that HotPos caching consumes a lot of memory so it should be optimized 
    89    * Improve usability of the new text 
    90     * Clarify ImmHotText interface 
    91      * Static factory methods 
    92       * empty 
    93       * createEmpty 
    94       * createStyled 
    95      * Modification methods (creating new ImmHotText) 
    96       * applyStyle 
    97       * replace 
    98       * subText 
    99       * addChar 
    100      * Navigation methods (later may be extracted to a separate Navigator class like the old text) 
    101       * getBegin 
    102       * getEnd 
    103       * advance 
    104       * getAt 
    105       * getPosComparator 
    106      * Getters and conversion methods 
    107       * getLength 
    108       * toString 
    109       * toSequence 
    110       * toAci 
    111     * Create initial documentation with examples of a proper and common usage of the new text 
    112      * For the client code (to be done in a next revision) 
    113       * Iteration over character of the text 
    114       * Applying styles 
    115       * Changing the text 
    116      * For the text internal functionality 
    117       * Indexing - important (a few related bugs encountered) 
    118       * Layout functionality  
     86  * Fix OutOfMemory problems  
     87   * Measure the ammount of memory consumed by each caching 
     88   * It is encountered that HotPos caching consumes a lot of memory so it should be optimized 
     89  * Improve usability of the new text 
     90   * Clarify ImmHotText interface 
     91    * Static factory methods 
     92     * empty 
     93     * createEmpty 
     94     * createStyled 
     95    * Modification methods (creating new ImmHotText) 
     96     * applyStyle 
     97     * replace 
     98     * subText 
     99     * addChar 
     100    * Navigation methods (later may be extracted to a separate Navigator class like the old text) 
     101     * getBegin 
     102     * getEnd 
     103     * advance 
     104     * getAt 
     105     * getPosComparator 
     106    * Getters and conversion methods 
     107     * getLength 
     108     * toString 
     109     * toSequence 
     110     * toAci 
     111   * Create initial documentation with examples of a proper and common usage of the new text 
     112    * For the client code (to be done in a next revision) 
     113     * Iteration over character of the text 
     114     * Applying styles 
     115     * Changing the text 
     116    * For the text internal functionality 
     117     * Indexing - important (a few related bugs encountered) 
     118     * Layout functionality  
    119119 
    120120= Implementation =