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,
I followed the cookbook and was able to use the ContinuousMapping in a Cy3 App for calculating gradient for some data. The data is not saved in any Node attribute table or edge attribute table.
Now I need to have some GUI editor to config the mapping: it would be the same editor that is used to customize continuous mapping for node fill color.
I see there is a ContinuousMappingEditor interface. Is that some service that I can get for this purpose? Can anyone show me how?
Thank you so much!
Dazhi
Kei
unread,
Aug 2, 2012, 12:10:00 PM8/2/12
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
Hi.
The implementation of ContinuousMappingEditor is hidden in implementation bundle. You can use it as a part of your wokflow, but cannot extend it. If you want to use it, you can just import it as regular OSGi service.
Kei
2012年7月28日土曜日 4時53分30秒 UTC-7 Dazhi:
Jiao, Dazhi
unread,
Aug 5, 2012, 10:50:21 PM8/5/12
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
Hi, Kei,
Sorry I missed your email and thanks for your reply! Can you be more specific on how to import the implementation bundle as a OSGI service? I am new to OSGi.