Add sequence diagram
This commit is contained in:
14
docs/UML/Sequence Diagrams/Cropping an Image.puml
Normal file
14
docs/UML/Sequence Diagrams/Cropping an Image.puml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
@startuml
|
||||||
|
'https://plantuml.com/sequence-diagram
|
||||||
|
|
||||||
|
Actor User
|
||||||
|
Boundary GUI
|
||||||
|
|
||||||
|
User --> GUI : User selects crop
|
||||||
|
GUI --> User : Dialogue box pops up asking for co-ordinates
|
||||||
|
User --> GUI : User specifies co-ordinates
|
||||||
|
GUI --> CropImage : manipulateImage()
|
||||||
|
CropImage --> GUI : New image is created and sent back to the GUI
|
||||||
|
GUI --> User : User sees new image
|
||||||
|
|
||||||
|
@enduml
|
||||||
Reference in New Issue
Block a user