PaulWoooong / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
0 stars 0 forks source link

Overlay #56

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by NicoPete...@gmail.com on 17 Apr 2008 at 12:52

GoogleCodeExporter commented 9 years ago
(sorry, bad UI)

offering an overlay to add visual effects to a process model. The overlay is 
like a
drawing layer above the editor's canvas.

Original comment by NicoPete...@gmail.com on 17 Apr 2008 at 12:55

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 22 Apr 2008 at 11:52

GoogleCodeExporter commented 9 years ago
Solution details:

The shapes should have an api to change background, stroke-width and 
stroke-color,
but these changes should not be saved. The overlays themselves are implemented 
as
plugins that use this api.

as examples, two overlay plugins shall be implemented:
1. a model checker with a faked implementation that just colors random parts of 
the
model.
2. a process execution overlay that highlights active tasks via coloring them.

Original comment by NicoPete...@gmail.com on 22 Apr 2008 at 1:46

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 13 May 2008 at 7:37

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 13 May 2008 at 7:38

GoogleCodeExporter commented 9 years ago
Is implemented. Please have a look for documentation in the file
http://code.google.com/p/oryx-editor/source/browse/trunk/src/scripts/Plugins/ove
rlay.js
or in the overlayexample.js.

Original comment by W.Tsches...@gmail.com on 27 May 2008 at 4:16

GoogleCodeExporter commented 9 years ago

Original comment by NicoPete...@gmail.com on 11 Jun 2008 at 12:36