Changes between Version 5 and Version 6 of TEXT_MODEL_REDESIGN


Ignore:
Timestamp:
03/24/10 10:12:38 (15 years ago)
Author:
diana
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TEXT_MODEL_REDESIGN

    v5 v6  
    7777  * ImmText applyStyle(HotStyleDef style, HotTextInterval interval) - Applies style to the text for a given interval. 
    7878  * int getBegin() - Gets the begin of the text.  
    79   * int getEnd() - Gets the end of the text.   
     79  * int getEnd() - Gets the end of the text.  
     80  * ImmText subText(HotTextInterval interval) - Creates a new sub text of the given text.  
    8081 * In ImmHotText class remove all the existing fields and add ImmList<TextUnit> textUnits  and  
    8182 HotTextInterval lastChangedInterval(the first one holds the units of the sophie2 text and the second one holds  
     
    109110before which the value of the given attribute in this position is the same as the value of the attribute in the given position. 
    110111  * boolean checkBounds - Checks if the given index is in the bounds of the given text. 
    111   * ImmText subText(HotTextInterval interval, ImmText text) - Creates a new sub text of the given text. 
    112112  * ImmText addLinkAttachment - Adds LINK_ATTRIBUTE to the given text with given link id. 
    113113  * ImmText removeLinkAttachment - Removes LINK_ATTRIBUTE from the given text.This method only applies style to the given  
    114114  interval that has link attribute set to it's default value. Does not check if the interval has consistent link attribute. 
    115115  * getStyleValue - Retrieves a specific text attribute's value at a specific position of the given text. 
    116   * TextViewState?????????????????????????????? 
     116  
    117117-TEXT LAYOUT PART- 
    118118