Changes between Version 5 and Version 6 of TEXT_MODEL_REDESIGN
- Timestamp:
- 03/24/10 10:12:38 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TEXT_MODEL_REDESIGN
v5 v6 77 77 * ImmText applyStyle(HotStyleDef style, HotTextInterval interval) - Applies style to the text for a given interval. 78 78 * 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. 80 81 * In ImmHotText class remove all the existing fields and add ImmList<TextUnit> textUnits and 81 82 HotTextInterval lastChangedInterval(the first one holds the units of the sophie2 text and the second one holds … … 109 110 before which the value of the given attribute in this position is the same as the value of the attribute in the given position. 110 111 * 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.112 112 * ImmText addLinkAttachment - Adds LINK_ATTRIBUTE to the given text with given link id. 113 113 * ImmText removeLinkAttachment - Removes LINK_ATTRIBUTE from the given text.This method only applies style to the given 114 114 interval that has link attribute set to it's default value. Does not check if the interval has consistent link attribute. 115 115 * getStyleValue - Retrieves a specific text attribute's value at a specific position of the given text. 116 * TextViewState??????????????????????????????116 117 117 -TEXT LAYOUT PART- 118 118