AbsInt Logoai Logo

GDL: Custom and Default Attributes

Prev. (Arrows) Next (Character Set) Index Sitemap home

slide

Custom Attributes for Entire (Sub)graphs

  • Specified by

    node.attribute: value
    edge.attribute: value
  • Valid for all nodes/edges

    • unless stated otherwise in a particular node/edge specification
    • until the custom attribute is changed again
    • otherwise, until the end of (sub)graph

slide

Default Attribute Values

     color:       white             edge.color:          black
node.color:       white             edge.label:          none
node.label:       node title        edge.linestyle:      solid
node.shape:       box               edge.arrowstyle:     solid
node.textcolor:   black             edge.backarrowstyle: none
node.bordercolor: node.textcolor    edge.arrowsize:      10
node.borderstyle: solid             edge.backarrowsize:   0
node.borderwidth: 2                 edge.arrowcolor:     edge.color
edge.thickness:   2                 edge.backarrowcolor: edge.color

example

Example


graph: {node.color: lightblue
        edge.color: darkblue
        node.bordercolor: blue

node: { title: "aiSee" }
node: { title: " GDL " }
node: { title: "AbsInt"  textcolor: 0  color: 9  bordercolor: 2 }

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

       }

aiSee!!

Hint



top Prev. (Arrows) Next (Character Set) 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/defaults.htm