Cytoscape 3.0.0-beta1 API

Uses of Interface
org.cytoscape.view.vizmap.VisualStyle

Packages that use VisualStyle
org.cytoscape.io.read Handle importing Cytoscape data (network, attributes, session, properties, etc) from files/URLs. 
org.cytoscape.io.write This package provides factory interfaces to be used by anyone wishing to provide export or writing capabilities to the rest of Cytoscape. 
org.cytoscape.session This package contains the interfaces and classes necessary to capturing, storing, and retrieving the state of a Cytoscape session. 
org.cytoscape.task.read This package contains a set of task factory interfaces for reading various Cytoscape objects from files and URLs. 
org.cytoscape.view.vizmap Visual Mapping basic API module. 
org.cytoscape.view.vizmap.events Events for Visual Mappings. 
org.cytoscape.view.vizmap.gui This package provides access to GUI component of VizMap GUI, and interfaces of mapping related managers. 
org.cytoscape.view.vizmap.gui.event Provides events and listeners of LexiconState, visual style switch and vizMap event, as well as VizMap event handler manager. 
 

Uses of VisualStyle in org.cytoscape.io.read
 

Methods in org.cytoscape.io.read that return types with arguments of type VisualStyle
 Set<VisualStyle> VizmapReader.getVisualStyles()
          Returns a list of VisualStyle objects.
 

Uses of VisualStyle in org.cytoscape.io.write
 

Method parameters in org.cytoscape.io.write with type arguments of type VisualStyle
 CyWriter VizmapWriterFactory.createWriter(OutputStream os, Set<VisualStyle> styles)
          Creates a single Task that will write the specified set of VisualStyle objects to the specified OutputStream.
 CyWriter VizmapWriterManager.getWriter(Set<VisualStyle> styles, CyFileFilter filter, File file)
          Returns the CyWriter Task that will attempt to write the specified vizmap to the specified file of the specified file type.
 CyWriter VizmapWriterManager.getWriter(Set<VisualStyle> styles, CyFileFilter filter, OutputStream os)
          Returns the CyWriter Task that will attempt to write the specified vizmap to the specified output stream of the specified file type.
 

Uses of VisualStyle in org.cytoscape.session
 

Methods in org.cytoscape.session that return types with arguments of type VisualStyle
 Set<VisualStyle> CySession.getVisualStyles()
          Returns a set containing all VisualStyles defined for this session.
 

Method parameters in org.cytoscape.session with type arguments of type VisualStyle
 CySession.Builder CySession.Builder.visualStyles(Set<VisualStyle> styles)
          Returns an instance of Builder that has at least been configured with the specified properties.
 

Uses of VisualStyle in org.cytoscape.task.read
 

Methods in org.cytoscape.task.read that return types with arguments of type VisualStyle
 Set<VisualStyle> LoadVizmapFileTaskFactory.loadStyles(File f)
          Return a set of VisualStyle objects read from the specified file.
 

Uses of VisualStyle in org.cytoscape.view.vizmap
 

Methods in org.cytoscape.view.vizmap that return VisualStyle
 VisualStyle VisualStyleFactory.createVisualStyle(String title)
          Create a new VisualStyle.
 VisualStyle VisualStyleFactory.createVisualStyle(VisualStyle original)
          Create a copy of given VisualStyle.
 VisualStyle VisualMappingManager.getDefaultVisualStyle()
          Return default VisualStyle.
 VisualStyle VisualMappingManager.getVisualStyle(CyNetworkView networkViewModel)
          Returns the VisualStyle associated with the target network view model.
 

Methods in org.cytoscape.view.vizmap that return types with arguments of type VisualStyle
 Set<VisualStyle> VisualMappingManager.getAllVisualStyles()
          Returns all available VisualStyles managed by this object.
 

Methods in org.cytoscape.view.vizmap with parameters of type VisualStyle
 void VisualMappingManager.addVisualStyle(VisualStyle visualStyle)
          Add a new VisualStyle to this manager.
 VisualStyle VisualStyleFactory.createVisualStyle(VisualStyle original)
          Create a copy of given VisualStyle.
 void VisualMappingManager.removeVisualStyle(VisualStyle visualStyle)
          Remove a VisualStyle from this manager.
 void VisualMappingManager.setVisualStyle(VisualStyle visualStyle, CyNetworkView networkViewModel)
          Set a VisualStyle to the target network view model.
 

Uses of VisualStyle in org.cytoscape.view.vizmap.events
 

Methods in org.cytoscape.view.vizmap.events that return VisualStyle
 VisualStyle VisualStyleSetEvent.getVisualStyle()
          Get the VisualStyle that was set to the network view.
 VisualStyle VisualStyleAddedEvent.getVisualStyleAdded()
          Get the newly created VisualStyle.
 VisualStyle VisualStyleAboutToBeRemovedEvent.getVisualStyleToBeRemoved()
          Returns target VisualStyle to be removed from manager.
 

Constructors in org.cytoscape.view.vizmap.events with parameters of type VisualStyle
VisualStyleAboutToBeRemovedEvent(VisualMappingManager source, VisualStyle style)
          Create an event for the removed VisualStyle.
VisualStyleAddedEvent(VisualMappingManager source, VisualStyle created)
          Creates an event for the newly created style.
VisualStyleSetEvent(VisualMappingManager source, VisualStyle style, CyNetworkView view)
          Creates the event.
 

Uses of VisualStyle in org.cytoscape.view.vizmap.gui
 

Methods in org.cytoscape.view.vizmap.gui that return VisualStyle
 VisualStyle SelectedVisualStyleManager.getCurrentVisualStyle()
          Returns currently selected Visual Style.
 VisualStyle SelectedVisualStyleManager.getDefaultStyle()
          Returns Default Visual Style.
 

Methods in org.cytoscape.view.vizmap.gui with parameters of type VisualStyle
 Component DefaultViewEditor.getDefaultView(VisualStyle vs)
          For a given visual style name, return a component containing a graphical view of the specified visual style.
 

Uses of VisualStyle in org.cytoscape.view.vizmap.gui.event
 

Methods in org.cytoscape.view.vizmap.gui.event that return VisualStyle
 VisualStyle SelectedVisualStyleSwitchedEvent.getLastVisualStyle()
          Returns current Visual Style
 VisualStyle SelectedVisualStyleSwitchedEvent.getNewVisualStyle()
          Returns Visual Style to be switched to
 

Constructors in org.cytoscape.view.vizmap.gui.event with parameters of type VisualStyle
SelectedVisualStyleSwitchedEvent(Object source, VisualStyle lastVS, VisualStyle newVS)
          Constructor for this event.
 


Cytoscape 3.0.0-beta1 API

Copyright 2011 Cytoscape Consortium. All rights reserved.