Changes between Version 1 and Version 2 of IMAGE_CONTENT_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • IMAGE_CONTENT_R0

    v1 v2  
    66 
    77= Analysis = 
    8 ^(The purpose of the analysis is to give as much as possible of the needed information for designing and implementing the task.)^ 
    98 
    109== Overview == 
     
    1211 
    1312== Task requirements == 
    14 You should create class ImageContent extending FrameContent. 
    15 You should create class ImageResource extending BookResource. ImageResource should have method for 
    16 getting the image resource size. 
     13You should create class !ImageContent extending !FrameContent. 
     14You should create class !ImageResource extending !BookResource. ImageResource should have method for 
     15getting the image size. 
    1716 
    1817== Task result == 
     
    2019 
    2120== Implementation idea == 
    22 Create class ImageContent which is concrete implementation of FrameContent for images. ImageContent must override mainResource() and returns a Prop<ImageResource>. 
    23 Create class ImageResource which is concrete implementation of BookResource for image resources and have method size() for retrieving the image size. 
     21Create class !ImageContent which is concrete implementation of !FrameContent for images. !ImageContent must override mainResource() and returns a Prop<!ImageResource>. 
     22Create class !ImageResource which is concrete implementation of !BookResource for image resources and have method size() for retrieving the image size. 
    2423 
    2524== Related == 
    26 http://sophie2.org/trac/wiki/UNPLANNED_BASE_MODEL_FRAME_CONTENT_R0 
    27 http://sophie2.org/trac/wiki/BASE_RESOURCE_COMMONS_R0 
     25UNPLANNED_BASE_MODEL_FRAME_CONTENT_R0 
     26BASE_RESOURCE_COMMONS_R0 
    2827 
    2928== How to demo ==