5
有沒有一種方法可以使Roassal從一個節點繪製邊緣到自身?在Roassal中從一個節點到它自身的邊緣
我看了一堆例子,我找不到任何這樣做,只是在源代碼中添加邊緣不會產生任何結果。
即
view shape rectangle size: 1.
view nodes: (1 to: 5).
view shape arrowedLine.
view
edges: ((OrderedCollection new) add: (1->1); add: (2->2); add: (3->3); add: (4->4); add: (5->5); yourself)
from: #key
to: #value.
view circleLayout.
在所有不產生邊緣。
+1想這太 – Hendekagon 2014-09-03 02:27:57