DamianoNaraku / jjodel

A metamodelling platform compatible with EMF/eCore
6 stars 0 forks source link

New Class #20

Closed apierantonio closed 3 years ago

apierantonio commented 3 years ago

quando si creano in sequenza delle nuove classi vengono create tutte sullo stesso punto, quindi sono sovrapposte e sembra che la creazione non avviene (anche se l'indice della classe cambia). E' possibile crearle in punti diversi in modo che l'utente si accorge che le classi sono state create ?

DamianoNaraku commented 3 years ago

The position for new elements now follows this rule

image

If the center of the current visible area of the graph is empty, the element will take that place (Class_1) If that place is filled, it will take the next empty space following a spiral (Class_2, Class_3, …)