AbsInt Logoai Logo

/*

Red-Black Maple Tree: Source Code

Other sources Download all sources Gallery Sitemap home

In an animation example included in the aiSee 30-day evaluation package, this
tree is the 25th graph in a sequence of 27. The nodes of the graph are substituted
by bitmap icons. Navigation, scaling and even fish-eye views of the graph are
yet fully supported by aiSee.

Black maple leaf Red maple leaf Yellow maple leaf Green maple leaf

 */

graph: {layoutalgorithm : tree
             xspace     : 25
        node.textcolor  : 0
        node.borderwidth: 0       //===================================
        edge.thickness  : 3       //    aiSee - Graph Visualization    
        edge.arrowsize  : 7       //      © Copyright 2000 & 2001      
             arrowmode  : free    // AbsInt Angewandte Informatik GmbH 
             iconcolors : 256     //    http://www.absint.com/aisee    
        fast_icons      : no      //          info@absint.com          
        node.height     : 45      //===================================
        node.width      : 46
        node.fontname   : "ncenR14"
        node.iconfile   : "black.ppm"
        node.horizontalorder: 0

node: { title: "01"  label: "7" }   node: { title: "02"  label: "3" }
node: { title: "03"  label: "2" }   node: { title: "04"  label: "1" }
node: { title: "05"  label: "4" }   node: { title: "06"  label: "6" }
node: { title: "07"  label: "9"     iconfile:  "yellow.ppm"         }
node: { title: "08"  label: "8"     iconfile:  "yellow.ppm"         }
node: { title: "10"  label: "8" }   node: { title: "11"  label: "10"}
node: { title: "12"  label: "12"}   node: { title: "13"  label: "14"}
node: { title: "14"  label: "17"}   node: { title: "15"  label: "18"}
        node.horizontalorder: 1
node: { title: "16"  label: "2" }   node: { title: "17"  label: "3" }
node: { title: "18"  label: "5" }   node: { title: "19"  label: "5" }
node: { title: "20"  label: "7" }   node: { title: "21"  label: "15"}
node: { title: "22"  label: "9"     iconfile:  "green.ppm"          }
node: { title: "23"  label: "10"    iconfile:  "yellow.ppm"         }
node: { title: "24"  label: "11"}   node: { title: "25"  label: "13"}
node: { title: "26"  label: "13"}   node: { title: "27"  label: "15"}
node: { title: "28"  label: "17"}   node: { title: "29"  label: "20"}
        node.iconfile: "red.ppm"
node: { title: "30"  label: "6" }   node: { title: "31"  label: "14"}
node: { title: "32"  label: "18"}
        node.horizontalorder: 0
node: { title: "33"  label: "1" }   node: { title: "34"  label: "4" }
node: { title: "35"  label: "11"}   node: { title: "36"  label: "12"}

edge: {source: "33" target: "04"}   edge: {source: "33" target: "16"}
edge: {source: "03" target: "17"}   edge: {source: "02" target: "03"}
edge: {source: "34" target: "05"}   edge: {source: "34" target: "19"}
edge: {source: "30" target: "06"}   edge: {source: "30" target: "20"}
edge: {source: "02" target: "18"}   edge: {source: "01" target: "02"}
edge: {source: "08" target: "10"}   edge: {source: "23" target: "11"}
edge: {source: "23" target: "24"}   edge: {source: "35" target: "07"}
edge: {source: "36" target: "12"}   edge: {source: "36" target: "26"}
edge: {source: "31" target: "13"}   edge: {source: "31" target: "27"}
edge: {source: "35" target: "25"}   edge: {source: "28" target: "14"}
edge: {source: "32" target: "15"}   edge: {source: "32" target: "29"}
edge: {source: "21" target: "28"}   edge: {source: "01" target: "21"}
edge: {source: "08" target: "22"}
        edge.color: red
edge: {source: "03" target: "33"}   edge: {source: "18" target: "34"}
edge: {source: "18" target: "30"}   edge: {source: "25" target: "36"}
edge: {source: "25" target: "31"}   edge: {source: "21" target: "35"}
edge: {source: "28" target: "32"}   edge: {source: "07" target: "08"}
edge: {source: "07" target: "23"}
}
/*
This code visualized by aiSee
Layout computed by aiSee

Cartesian Fish-Eye View
Cartesian Fish-Eye View

Polar Fish-Eye View
Polar Fish-Eye View

top 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 11th of May 2001. This page URL is http://www.absint.com/aisee/gdl/maple.htm*/