| 35 | In order to provide the anchoring prototype the following changes are made: |
| 36 | * added new enum AnchorMode - holds all modes of the anchoring. |
| 37 | * added new class Attachment with two attributes: first of type ResourceRef in order to hold the reference of the resource being attached and the second - the anchoring mode of type AnchorMode. |
| 38 | * In ImmHotText class add attribute of type Map<Attachment,HotInterval> - it holds map of all the attachments in the text. |
| 39 | * In HotTextBookResource class add property of type RwListProp<Resource> to hold all the anchored resources. |
| 40 | * Added new class Anchor which extends BaseProObject and implements Element - the element anchor. It has property of type Attachment - it holds the attachment that this anchor refers to, it's parent is of type Frame. |
| 41 | * Added new class AnchorView - it's parent is of type SwingTextView(only temporary) and has a property getRelPos - the rel pos of the character that this resource is attached to. |
| 42 | * In HotTextView class add new property List<Anchor> - holds all the anchors of the view. |