AbsInt Logoai Logo

GDL: Shapes and Line Styles

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

slide

Node Shape

  • Specified by

    shape: shape name
  • Supported shape names

    box
    triangle
    circle
    ellipse
    hexagon
    rhomb
    trapeze
    uptrapeze
    lparallelogram
    rparallelogram
    

slide

Line Styles

  • Edge style is specified by

    linestyle: style name
  • Node border style is specified by

    borderstyle: style name
  • Supported style names

    solid
    dashed
    dotted
    double
    triple
    invisible
    

slide

Example


graph: {


   node: { title:  "aiSee"   shape: trapeze  }

   node: { title:  " GDL "   shape: rparallelogram  borderstyle: dotted }

   node: { title:  "AbsInt"  shape: circle   }


   edge: { source: "AbsInt"  target: "aiSee" }

   edge: { source: "AbsInt"  target: " GDL "  linestyle: dotted }


       }

aiSee!!

Hints

  • Attributes can be specified in any desired order:

    node: {title:"x" label:"u" shape:rparallelogram borderstyle:dotted}
    node: {shape:rparallelogram label:"u" borderstyle:dotted title:"X"}
    
  • aiSee supports the following alternative notations:

    rhomboid    // instead of rhomb
    trapezoid   // instead of trapeze
    uptrapezoid // instead of uptrapeze
    continuous  // instead of solid
    
  • Related topics:


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


© 2000 & 2001 by AbsInt Angewandte Informatik GmbH.
This page was last modified on 11th of May 2001. URL: http://www.absint.com/aisee/gdl/guide/shapes.htm