Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The requirements below partially describe a photo editing software that is aimed at editing large image files offline. Draw a UML class diagram describing an

image text in transcribed

The requirements below partially describe a photo editing software that is aimed at editing large image files offline. Draw a UML class diagram describing an object-oriented system using the list of requirements below. 1. Each image has a canvas. 2. The software uses coordinates to define exact points on a canvas. 3. A canvas must have at least one layer. 4. A canvas can have many layers. 5. Each layer belongs to a single canvas. 6. Each layer has two coordinates: start and end. 7. Layers consist of components and each layer has at least one component. 8. The software has two types of components: text and shape. 9. The software has four types of shapes: line, arc, ellipse and rectangle. 10. The software allows users to add comments to components. 11. Each component can be added multiple comments. 12. Each comment is for one component and it is written by one user. 13. A user can write multiple comments. 14. The software provides effects. 15. Effects are applied to layers via (effect) areas. 16. Each area has a single effect. 17. Layers can have many areas with effects. 18. Each effect area has two coordinates: start and end. 19. An effect can be applied to many (effect) areas. 20. Components are also held in the canvas. HINTS: RQ6 and RQ18: Consider if a coordinate object needs to know (hold reference) which layer or effect area it belongs to

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

How do you measure this?

Answered: 1 week ago