* @param edge
* The Edge model associated with this figure.
*/
public EdgeFigure(Edge edge) {
// Sets Layout Manager
this.setLayoutManager(new DelegatingLayout());
this.edge = edge;
parameterFigures = new HashMap<String, Label>();
// update parameters