Changes between Version 4 and Version 5 of IMAGE_CONTENT_R0
- Timestamp:
- 12/15/08 14:20:32 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
IMAGE_CONTENT_R0
v4 v5 19 19 20 20 == 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. 21 Create class !ImageContent which is concrete implementation of !FrameContent for images. 22 !ImageContent must override mainResource() and returns a Prop<!ImageResource>. 23 24 Create class !ImageResource which is concrete implementation of !BookResource for image resources 25 and have method size() for retrieving the image size. 23 26 24 27 == Related == … … 28 31 == How to demo == 29 32 Create 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 and31 check again the same things.33 Check if the resource is set correctly and check if the information about the resource is correct. 34 Try changing the resource and check again the same things. 32 35 33 36 = Design =