Changes between Version 6 and Version 7 of IMAGE_CONTENT_R0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • IMAGE_CONTENT_R0

    v6 v7  
    1111 
    1212== Task requirements == 
    13 You should create class !ImageContent extending !FrameContent. 
    14 You should create class !ImageResource extending !BookResource. ImageResource should have method for 
     13You should create class !ImageContent extending org.sophie2.base.model.book.!FrameContent. 
     14You should create class !ImageResource extending org.sophie2.base.model.book.resource.!BookResource. ImageResource should have method for 
    1515getting the image size. 
    1616 
     
    1919 
    2020== Implementation idea == 
    21 Create class !ImageContent which is concrete implementation of !FrameContent for images. 
     21Create class !ImageContent which is concrete implementation of org.sophie2.base.model.book.!FrameContent for images. 
    2222!ImageContent must override mainResource() and returns a Prop<!ImageResource>. 
    2323 
    24 Create class !ImageResource which is concrete implementation of !BookResource for image resources  
     24Create class !ImageResource which is concrete implementation of org.sophie2.base.model.book.resource.!BookResource for image resources  
    2525and have method size() for retrieving the image size. 
    2626