Uses of Record Class
org.cytoscape.view.vizmap.StyleAssociation
Package
Description
Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs.
This package contains the interfaces and classes necessary to capturing,
storing, and retrieving the state of a Cytoscape session.
Visual Mapping basic API module.
-
Uses of StyleAssociation in org.cytoscape.io.read
Modifier and TypeMethodDescriptiondefault Set<StyleAssociation>
VizmapReader.getColumnStyleAssociations()
-
Uses of StyleAssociation in org.cytoscape.session
Modifier and TypeMethodDescriptionCySession.getColumnStyleAssociations()
Returns a set containing all column style associations defined for this session.Modifier and TypeMethodDescriptionCySession.Builder.columnStyleAssociations
(Set<StyleAssociation> associations) Returns an instance of Builder that has at least been configured with the specified properties. -
Uses of StyleAssociation in org.cytoscape.view.vizmap
Modifier and TypeMethodDescriptionTableVisualMappingManager.getAllStyleAssociations()
Returns a set of all StyleAssociations that are managed by this service.TableVisualMappingManager.getAssociations
(VisualStyle columnVisualStyle) Returns a set of StyleAssociations for the given columnVisualStyle. -
Uses of StyleAssociation in org.cytoscape.view.vizmap.events.table
ModifierConstructorDescriptionColumnAssociatedVisualStyleSetEvent
(TableVisualMappingManager source, StyleAssociation association)