Changelog

Draw2D 0.7.15 released

Bug fixed: Resize handles doesn't update if the dimension/location of an object changed with an API call.


Draw2D 0.7.14 released

Feature added: Adding new method Workflow.setPanning(/*:boolean*/ flag) to enable/disable panning of the workflow canvas.
Feature added: New demo which demostrates the usage of an Vector Arrow Connector


Draw2D 0.7.13 released

Feature added: Adding new method Line.getLength().
Feature added: Adding new method Line.getAngle().
Feature added: Adding demo for an own draw ArrowLine.


Draw2D 0.7.12 released

Feature added: Adding new method Port.getCoronaWidth() and Port.setCoronaWidth(/*:int*/ value). This improved the create connection behaviour. Create a connection via drag&drop to see the changes.


Draw2D 0.7.11 released

Feature added: Adding ContextMenu API for Workflow Canvas.
Feature added: Adding ContextMenu Example for Workflow Canvas.