stretch: integer
shrink: integer
These attributes specify separately the shrinking and
stretching factors, so that the following formula applies:
scaling == ( stretch / shrink ) * 100%
Examples:
stretch: 4 shrink: 3 // more precise than scaling: 1.33
stretch: 1 shrink: 7 // more precise than scaling: 0.142857
stretch: 2 // the same as scaling: 2.0
shrink: 2 // the same as scaling: 0.5
shrink: 7 // the same as stretch: 1 shrink: 7
Default attribute values
node.scaling: 1.0
node.shrink: 1
node.stretch: 1
node.height: -1 // (i.e. unspecified)
node.width: -1 // (i.e. unspecified)
// the same values apply for foldnode attributes
Multiple focuses are not allowed
node: {title:"That's" focus} // this
node: {title:"great" focus} // is
node: {title:"kinda" } // rather
node: {title:"fun" focus} // senseless
Related topics:
|