![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjK1TWqhX_mUhGasIn2UoobNyPk0Cb9SGDmJsnGNY3uhI1N55hnAiJ0a2OHLmx7d8BWX86AizXwnl-uS-0q8igs4WgNRGfAmjFevFJHa5ZBPYlS2LLc9iddBvg_nYC59JZm2sAAIp5A_X4/s400/diag1.png)
With this Flex library you can build your own diagrammers and easily extend nodes and links adding custom functionality.
Custom node example:
<?xml version="1.0" encoding="utf-8"?>
<BaseNode xmlns="com.anotherflexdev.diagrammer.*" xmlns:mx="http://www.adobe.com/2006/mxml" textMargin="20">
<mx:Image x="0" y="0" source="@Embed(source='assets/images/node-process.png')"/>
<mx:Button label="Workflow"/>
</BaseNode>
See live examples: UML Example, Custom Workflow Example
Downloads
Project source code at google code. If you want to contribute please mail me at gilmar.purin@gmail.com