AbsInt Logoai Logo

GDL: Arrow Styles and Line Thickness

Prev. (Colors) Next (Defaults) Index Sitemap home

slide

Line Thickness

  • Edge thickness is specified by

    thickness: integer
  • Node border is specified by

    borderwidth: integer
  • Examples

    thickness: 1  // thin
    thickness: 2  // default
    thickness: 3  // bold
    thickness: 7  // very thick
    
slide

Edge Arrows

  • Arrows point to the target, back arrows point to the source

  • Arrow attributes are specified by

    arrowcolor or backarrowcolor: color
    arrowsize  or backarrowsize:  integer
    arrowstyle or backarrowstyle: style name
  • Supported style names

    solid
    line
    none

example

Example


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 }

       }

aiSee!!

Hint


top Prev. (Colors) Next (Defaults) Sitemap home


Please send any suggestions, comments or questions to webmaster@absint.com or use our feedback page.
Contents and Webdesign © Copyright 2000 & 2001 by AbsInt Angewandte Informatik GmbH.
This page was last modified on 14th of May 2001. This page URL is http://www.absint.com/aisee/gdl/guide/arrows.htm