It’s a simple utility to compute a list of points between a source and a destination (Euclidean shortest path). It bundles a tiny subset of Eclipse draw2d classes (altered to remove any SWT dependency).
The only “real” custom class added is RRouter
: it’s called RRouter
because the name is good.
This is currently used for custom drawing via jArchi scripts (Humane Image scripts). For general purposes, it’s probably better to integrate Eclipse draw2d directly in your projects.
- A Java development kit installed (JDK 7+)
- Apache Maven for the build
It is built using standard Apache Maven commands at the root of the project.
mvn package
A fat jar will be created at target/edraw2d.lib.jar
, relative to the project root folder.