![]() | w i z a r d 4 j |
| Overview |
| Flowcharts |
| Xml Language |
| Reference |
| Dia |
| Examples |
| Try It |
| Engine |
| Getting Started |
| Tuning |
| JavaDoc |
| Mailing Lists |
| Download |
| License |
Dia is an open source tool for creating diagrams. It has the cool feature that anyone can plug in a diagram type (with a set of symbols, each having dedicated attributes). So we created a Dia extension for wizard4j flowchart diagrams.
To install this extension on a unix/linux machine:
Since we lack experience, feel free to send us some guidelines on how to install this on a Windows machine.
A wizard4j flowchart can be created by using the elements of the wizard4j Dia extension. These elements have a number of 'connection points' which allow to connect the various elements (we will call these directed lines 'connections'). There are a number of drawing rules one needs to keep in mind when creating such a flowchart:
Once a flowchart diagram has been created with Dia and has been saved as an uncompressed .dia file, the wizard4j flowchart code can be generated from this .dia file. Since the graphical approach is less flexible than the xml approach, it is possible that the generated code contains some 'REQUIRED' and 'OPTIONAL" sections. Please check these sections and complete them before using the flowchart code.