Overview

To customize the display of nodes, start by setting default properties at the highest level, which is the node level.
Example of default properties for nodes
node {
   class        : ilog.views.sdm.graphic.IlvGeneralNode ;
   shapeType    : RoundRectangle ;
   shapeWidth   : 15 ;
   borderWidth  : 2 ;
   foreground   : 153,0,153 ; // dark magenta - border color
   fillColor1   : 198,226,255; // slate grey - inner color
}
In the customizer for a node, you can customize the node’s shape, skin, border, icon, label, and decorations.