You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cytoscap...@googlegroups.com
Hi all,
is there a way in Cytoscape to listen for layout events? I'd like my
plugin to remember which layout was performed last by the user so that
when the plug-in adds nodes the same layout can be performed.
Kind regards,
Jan
Delft University of Technology
Scooter Morris
unread,
Dec 2, 2009, 12:38:33 PM12/2/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cytoscap...@googlegroups.com
On 12/02/2009 01:54 AM, Jan Bot wrote:
> plugin to remember which layout was performed last by the user so that
Hi Jan,
Actually, the layout is already saved as part of the network
attributes. Just have your plugin look for the network attribute
"__layoutAlgorithm". It's a string attribute and it will contain the
name of the layout.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cytoscap...@googlegroups.com
Hi Scooter,
thanks, that works for most cases. However, it fails for yFiles layouts.
Is it true that the yFiles layouts do not update the __layoutAlgorithm
attribute?