     
Node shape
» Specified by
shape: shape name
» Supported shape names
box
triangle
circle
ellipse
hexagon
rhomb
trapeze
uptrapeze
lparallelogram
rparallelogram
rbox as of aiSee 3

Line style
» 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

Example (see slide)
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 }
}

Hints
» Attributes can be specified in any desired order:
node: {title:"x" label:"u" shape:circle borderstyle:dotted}
node: {shape:circle label:"u" borderstyle:dotted title:"X"}
» aiSee understands the following alternative notations:
rhomboid // instead of rhomb
trapezoid // instead of trapeze
uptrapezoid // instead of uptrapeze
continuous // instead of solid
» Related topics:

» Next: Colors
» Prev.: GDL basics
» Index
|