Changes between Version 10 and Version 11 of IMAGE_CONTENT_R0


Ignore:
Timestamp:
12/15/08 14:35:24 (16 years ago)
Author:
alex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IMAGE_CONTENT_R0

    v10 v11  
    88 
    99== Overview == 
    10 You should be able to get the size of an image. 
     10Image content is a content of a frame representing images. You should be able to obtain the same information you are 
     11able to obtain for any other content/resource plus the size of the image. 
    1112 
    1213== Task requirements == 
     
    2021== Implementation idea == 
    2122 * Create class !ImageContent which is concrete implementation of org.sophie2.base.model.book.!FrameContent for images. 
    22  * !ImageContent must override mainResource() and returns a Prop<!ImageResource>. 
     23 * !ImageContent should override mainResource() and return Prop<!ImageResource>. 
    2324 * Create class !ImageResource which is concrete implementation of org.sophie2.base.model.book.resource.!BookResource for image resources. 
    2425 * !ImageResource should have method size() for retrieving the image size.