Skip to content

Geometric figure editor with Java and different Design Patterns.

Notifications You must be signed in to change notification settings

maphdev/M1_AL_Shapes_Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shapes Editor

Software Engineering project for the "Software Architecture" course at the University of Bordeaux, France.

Instructions

Implement a geometric figure editor with Java and the different Design Patterns seen in class.

This geometric figure editor must implement the following functionnalities :

  • Select an object from a toolbar, and position it on a whiteboard using drag and drop.
  • Create object groups and object subgroups, sub-subgroups etc...
  • Dissociate an object group.
  • Modify the size, position, etc... of our objects or groups of objects once they are incorporated into the drawing.
  • Add groups of objects or parameterized objects to our toolbar by dropping them on the toolbar (drag and drop).
  • Cancel or redo an operation.
  • Save a document and load a document.
  • Save the software status (toolbar) and reload it at startup.

Preview

preview

About

Geometric figure editor with Java and different Design Patterns.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages