thickness: integer
borderwidth: integer
thickness: 1 // thin thickness: 2 // default thickness: 3 // bold thickness: 7 // very thick
arrowcolor or backarrowcolor: color arrowsize or backarrowsize: integer arrowstyle or backarrowstyle: style name
solid line none
graph: { node: { title: "a" label: "aiSee" } node: { title: "G" label: " GDL " } node: { title: "AI" label: "AbsInt" } edge: { source: "AI" target: "a" thickness: 4 arrowstyle: line } edge: { source: "a" target: "G" backarrowcolor: darkred arrowcolor: darkblue backarrowsize: 13 backarrowstyle: solid } }
© 2000 & 2001 by AbsInt Angewandte Informatik GmbH. This page was last modified on 14th of May 2001. URL: http://www.absint.com/aisee/gdl/guide/arrows.htm