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 | | * There should be support for creating a frame with image content by choosing an image file[[BR]] |
15 | | * Images should support cropping, resizing, zooming[[BR]] |
| 10 | * Image content is a content of a frame representing images |
| 11 | * Image resources are resources for images |
| 12 | * Image resources have the same information as any other resources plus specific information about the images they are representing |
| 13 | * There should be drag and drop support, so images can be dropped onto frame so image content is created automatically from them |
| 14 | * There should be support for creating a frame with image content by choosing an image file |
| 15 | * Images should support cropping, resizing, zooming |
26 | | * Create class !ImageContent which is concrete implementation of org.sophie2.base.model.book.!FrameContent for images. |
27 | | * !ImageContent should override mainResource() and return Prop<!ImageResource>. |
28 | | * Create class !ImageResource which is concrete implementation of org.sophie2.base.model.book.resource.!BookResource for image resources. |
29 | | * !ImageResource should have method size() for retrieving the image size. |
| 26 | * Create class !ImageContent which is concrete implementation of org.sophie2.base.model.book.!FrameContent for images |
| 27 | * !ImageContent should override mainResource() and return Prop<!ImageResource> |
| 28 | * Create class !ImageResource which is concrete implementation of org.sophie2.base.model.book.resource.!BookResource for image resources |
| 29 | * !ImageResource should have method size() for retrieving the image size |