wiki:IMAGE_CONTENT_R0

Version 12 (modified by alex, 16 years ago) (diff)

--

Error: Macro BackLinksMenu(None) failed
compressed data is corrupt

Error: Macro TicketQuery(summary=TASK_NAME_HERE, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|) failed
current transaction is aborted, commands ignored until end of transaction block

Analysis

Overview

Image content is a content of a frame representing images. Image resource is a resource for images. Image resources have the same information as any other resources plus size of the image.

Task requirements

  • You should create class ImageContent extending org.sophie2.base.model.book.FrameContent.
  • You should create class ImageResource extending org.sophie2.base.model.book.resource.BookResource. ImageResource should have method for getting the image size.

Task result

The result of this task should be source code.

Implementation idea

  • Create class ImageContent which is concrete implementation of org.sophie2.base.model.book.FrameContent for images.
  • ImageContent should override mainResource() and return Prop<ImageResource>.
  • Create class ImageResource which is concrete implementation of org.sophie2.base.model.book.resource.BookResource for image resources.
  • ImageResource should have method size() for retrieving the image size.

How to demo

Create a frame with image resource. Check if the resource is set correctly and check if the information about the resource is correct. Try changing the resource and check again the same things.

Design

Implementation

(Implementation results should be described and linked here (from the wiki or the repository))

Testing

Comments

(Write comments for this or later revisions here.)