Uses of Class
cytoscape.editor.impl.ShapePalette

Packages that use ShapePalette
cytoscape.editor   
 

Uses of ShapePalette in cytoscape.editor
 

Methods in cytoscape.editor that return ShapePalette
static ShapePalette CytoscapeEditorManager.getShapePaletteForView(cytoscape.view.CyNetworkView view)
          get the ShapePalette that is associated with a CyNetworkView.
static ShapePalette CytoscapeEditorManager.getCurrentShapePalette()
           
 

Methods in cytoscape.editor with parameters of type ShapePalette
static void CytoscapeEditorManager.setShapePaletteForView(cytoscape.view.CyNetworkView view, ShapePalette shape)
          sets the ShapePalette that is associated with a CyNetworkView.
static void CytoscapeEditorManager.setCurrentShapePalette(ShapePalette currentShapePalette)