Thanks for all the pointers. Here's a working solution with the right
direction for inheritance:
| b |
b := RTMondrian new.
b shape circle size: 20.
b nodes: RTShape withAllSubclasses.
b shape arrowedLine
head: RTEmptyNarrowArrow asHead; "See other RTLineDecorationShape"
withShorterDistanceAttachPoint;
color: (Color blue alpha:0.4).
b edges connectTo: #superclass.
b layout
forceWithCharge: -500.
b build.
^ b view
<http://forum.world.st/file/n4915232/EmptyArrowLines.png>
--
View this message in context:
http://forum.world.st/Changing-arrow-head-types-in-RTMondrian-tp4915133p491…
Sent from the Moose mailing list archive at
Nabble.com.