Changes between Version 4 and Version 5 of IMAGE_CONTENT_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • IMAGE_CONTENT_R0

    v4 v5  
    1919 
    2020== Implementation idea == 
    21 Create class !ImageContent which is concrete implementation of !FrameContent for images. !ImageContent must override mainResource() and returns a Prop<!ImageResource>. 
    22 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. 
     22!ImageContent must override mainResource() and returns a Prop<!ImageResource>. 
     23 
     24Create class !ImageResource which is concrete implementation of !BookResource for image resources  
     25and have method size() for retrieving the image size. 
    2326 
    2427== Related == 
     
    2831== How to demo == 
    2932Create a frame with image resource. 
    30 Check if the resource is set correctly and check if the information about the resource is correct. Try changing the resource and 
    31 check again the same things. 
     33Check if the resource is set correctly and check if the information about the resource is correct.  
     34Try changing the resource and check again the same things. 
    3235 
    3336= Design =