Hello, I have a plugin that generates networks in cytoscape. In order to view properly I need to assign different colors and shapes to some nodes.
I see there's a visual style program in the cytoscape java example but it's poorly documented and only adds the style to the list of styles.
How can I use the Java api to modify the node's visual properties? I am creating each CyNode individually but it seems to be a container class for the table data and separate from the class responsible for visual representation.