Changes between Version 13 and Version 14 of IMAGE_CONTENT_R0


Ignore:
Timestamp:
12/15/08 17:48:55 (16 years ago)
Author:
alex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IMAGE_CONTENT_R0

    v13 v14  
    88 
    99== Overview == 
    10 Image content is a content of a frame representing images. Image resources are resources for images. 
    11 Image resources have the same information as any other resources plus size of the image they are representing. 
     10 * Image content is a content of a frame representing images.[[BR]] 
     11 * Image resources are resources for images.[[BR]] 
     12 * Image resources have the same information as any other resources plus specific information about the images they are representing.[[BR]] 
     13 * There should be drag and drop support, so images can be dropped onto frame so image content is created automatically from them.[[BR]] 
     14 * You should be able to directly create a frame with image content by choosing an image file.[[BR]] 
     15 * Images should support cropping, resizing, zooming. 
    1216 
    1317== Task requirements == 
    14  * You should create class !ImageContent extending org.sophie2.base.model.book.!FrameContent. 
    15  * You should create class !ImageResource extending org.sophie2.base.model.book.resource.!BookResource. !ImageResource should have method for 
    16    getting the image size. 
     18 * Define basic image content 
     19 * Define basic image resource 
     20 * You should be able to retrieve the size of an image  
    1721 
    1822== Task result ==