Version 6 (modified by dido, 16 years ago) (diff) |
---|
Analysis
Overview
- The ability of text to wrap around objects.
Task requirements
- Create a prototype.
- The objects could wrap the text as follows:
- none - text is not wrapped
- before - text wraps only from the left side
- after - text wraps only from the left side
- parallel - text wraps from both sides
- Default value should be parallel.
Task result
(The Analysis should contain strict requirements about the end product of the task (for example the result must be source code, the result must be google doc, etc.))
Implementation idea
(It is advisable to include some rough implementations ideas.)
Related
How to demo
- Start the application
- Create new book
- Inside the book create new text frame and type some text (you could use lorem ipsum generator for better result - http://www.lipsum.com/)
- Place another frame on top of the text frame. The text should wrap around the second frame.
Design
Implementation
Extend TextFrameView located in org.sophie2.main.view and add the required functionality
Testing
Comments
(Write comments for this or later revisions here.)