Hi Doru,
I would like to draw in Mondrian figures which are not nodes or edges.
Just a rectangle for exemple with a label like this :
view newShape
rectangle;
width: 200;
height: 20;
fillColor: CodeFoo.Color red;
withBorder;
lineColor:CodeFoo.Color lightGrey;
withLabel;
text: ' foo bar';
fontSize: 12;
color: CodeFoo.Color lightGray;
align: #topLeft.
But I don't know how I can draw it.
Actually, I use "view node: mooseModel", but he is linked with
mooseModel, that I would not.
Is there anything to draw my rectangle ?
Thanks
Jannik