Cytoscape 2.8.0 API

Uses of Interface
giny.view.NodeView

Packages that use NodeView
cytoscape.actions UI classes that are attached to menu items in the menu or tool bar of the window. 
cytoscape.data.readers Reader classes for the basic data types in cytoscape.data. 
cytoscape.data.webservice   
cytoscape.data.webservice.ui   
cytoscape.dialogs UI classes for performing some action, generally more complicated than those contained in the cytoscape.actions package. 
cytoscape.ding   
cytoscape.layout Classes providing some kind of graph layout functionality. 
cytoscape.view Classes that provide a window to display a graph and UI components connected to that window, such as the menus. 
cytoscape.visual Framework for generalized mappings from graph attributes to visual attributes. 
cytoscape.visual.properties   
ding.view   
giny.view   
 

Uses of NodeView in cytoscape.actions
 

Methods in cytoscape.actions with parameters of type NodeView
static void GinyUtils.showEdges(GraphView view, NodeView nodeView)
          Shows all edges for "nodeView" found that are part of the network associated with "view".
 

Uses of NodeView in cytoscape.data.readers
 

Methods in cytoscape.data.readers with parameters of type NodeView
protected  void GMLReader.layoutNodeGraphics(GraphView myView, List list, NodeView nodeView)
          This will assign node graphic properties based on the values in the list matches to the "graphics" key word
 

Uses of NodeView in cytoscape.data.webservice
 

Methods in cytoscape.data.webservice with parameters of type NodeView
 List<JMenuItem> WebServiceClientImplWithGUI.getNodeContextMenuItems(NodeView nv)
          Returns client dependent context menu for nodes
 

Uses of NodeView in cytoscape.data.webservice.ui
 

Methods in cytoscape.data.webservice.ui with parameters of type NodeView
 void WebServiceContextMenu.addNodeContextMenuItems(NodeView nodeView, JPopupMenu menu)
          Add this menu to the node context menu.
 List<JMenuItem> WebServiceClientGUI.getNodeContextMenuItems(NodeView nv)
          Return node context menu item if available.
 

Uses of NodeView in cytoscape.dialogs
 

Constructors in cytoscape.dialogs with parameters of type NodeView
SetNestedNetworkDialog(JFrame parent, boolean modal, NodeView nodeView)
           
 

Uses of NodeView in cytoscape.ding
 

Methods in cytoscape.ding with parameters of type NodeView
 boolean DingNetworkView.applyVizMap(NodeView node_view)
          DOCUMENT ME!
 boolean DingNetworkView.applyVizMap(NodeView node_view, VisualStyle style)
          DOCUMENT ME!
 boolean DingNetworkView.setSelected(NodeView[] node_views)
          DOCUMENT ME!
 

Uses of NodeView in cytoscape.layout
 

Fields in cytoscape.layout with type parameters of type NodeView
protected  Set<NodeView> AbstractLayout.staticNodes
           
 

Methods in cytoscape.layout with parameters of type NodeView
protected  boolean AbstractLayout.isLocked(NodeView v)
           
 void LayoutAlgorithm.lockNode(NodeView v)
          Deprecated.  
 void LayoutAdapter.lockNode(NodeView v)
          DOCUMENT ME!
 void CyLayoutAlgorithm.lockNode(NodeView v)
          Lock this node.
 void AbstractLayout.lockNode(NodeView v)
          Lock this node (i.e.
 void LayoutAlgorithm.lockNodes(NodeView[] nodes)
          Deprecated.  
 void LayoutAdapter.lockNodes(NodeView[] nodes)
          DOCUMENT ME!
 void CyLayoutAlgorithm.lockNodes(NodeView[] nodes)
          Lock this array of nodes.
 void AbstractLayout.lockNodes(NodeView[] nodes)
          Lock these nodes (i.e.
 void LayoutAlgorithm.unlockNode(NodeView v)
          Deprecated.  
 void LayoutAdapter.unlockNode(NodeView v)
          DOCUMENT ME!
 void CyLayoutAlgorithm.unlockNode(NodeView v)
          Unlock this node.
 void AbstractLayout.unlockNode(NodeView v)
          Unlock this node
 

Uses of NodeView in cytoscape.view
 

Subinterfaces of NodeView in cytoscape.view
 interface CyNodeView
           
 

Methods in cytoscape.view with parameters of type NodeView
 boolean CyNetworkView.applyVizMap(NodeView node_view)
          Applies the given node to the given vizmapper
 boolean CyNetworkView.applyVizMap(NodeView node_view, VisualStyle style)
          Applies the given node to the given vizmapper
static void BasicGraphViewHandler.positionToBarycenter(NodeView node_view)
          If the node that node_view represents is a meta-node, then it positions it at the barycenter of its viewable children nodes.
 boolean CyNetworkView.setSelected(NodeView[] node_views)
          Deprecated. this method is not working, use Cytoscape.CyNetwork#setSelectedNodeState(Collection, boolean)
 

Uses of NodeView in cytoscape.visual
 

Methods in cytoscape.visual with parameters of type NodeView
 void Appearance.applyAppearance(NodeView nodeView, VisualPropertyDependency fdeps)
          Applies this appearance to the specified NodeView.
 void VisualProperty.applyToNodeView(NodeView nv, Object o)
          Deprecated. Use other the applyToNodeView method with the VisualPropertyDependency arg as null. Will be removed Jan 2011.
 void VisualProperty.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
           
 void VisualMappingManager.vizmapNode(NodeView nodeView, CyNetworkView network_view)
          DOCUMENT ME!
 

Uses of NodeView in cytoscape.visual.properties
 

Methods in cytoscape.visual.properties with parameters of type NodeView
 void AbstractVisualProperty.applyToNodeView(NodeView nv, Object o)
           
 void NodeWidthProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeToolTipProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeSizeProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeShowNestedNetworkProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeShapeProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeOpacityProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeLineWidthProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeLineStyleProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeLabelWidthProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeLabelProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeLabelPositionProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeLabelOpacityProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeLabelColorProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeHeightProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeFontSizeProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeFontFaceProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeFillColorProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeCustomGraphicsProp.applyToNodeView(NodeView nv, Object customGraphics, VisualPropertyDependency dep)
          Apply current Custom Graphics to a node view.
 void NodeCustomGraphicsPositionProp.applyToNodeView(NodeView nv, Object position, VisualPropertyDependency dep)
          Apply Object Position to DNodeView's Custom Graphics.
 void NodeBorderOpacityProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void NodeBorderColorProp.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 void AbstractVisualProperty.applyToNodeView(NodeView nv, Object o, VisualPropertyDependency dep)
          DOCUMENT ME!
 

Uses of NodeView in ding.view
 

Classes in ding.view that implement NodeView
 class DNodeView
          Ding implementation of GINY NodeView.
 

Methods in ding.view that return NodeView
 NodeView DGraphView.addNodeView(int nodeInx)
          Adds a NodeView object to the GraphView.
 NodeView DGraphView.addNodeView(int nodeInx, NodeView replacement)
          Will thrown an UnsupportedOperationException.
 NodeView DGraphView.addNodeView(String className, int nodeInx)
          Will thrown an UnsupportedOperationException.
 NodeView DGraphView.getNodeView(int nodeInx)
          DOCUMENT ME!
 NodeView DGraphView.getNodeView(Node node)
          DOCUMENT ME!
 NodeView DGraphView.getPickedNodeView(Point2D pt)
          utility that returns the nodeView that is located at input point
 NodeView DGraphView.removeNodeView(int nodeInx)
          Removes a NodeView based on a specified index.
 NodeView DGraphView.removeNodeView(Node node)
          Removes a NodeView based on specified Node.
 NodeView DGraphView.removeNodeView(NodeView nodeView)
          Removes a NodeView based on specified NodeView.
 

Methods in ding.view with parameters of type NodeView
 void NodeContextMenuListener.addNodeContextMenuItems(NodeView nodeView, JPopupMenu menu)
          method for responding to a drop
 NodeView DGraphView.addNodeView(int nodeInx, NodeView replacement)
          Will thrown an UnsupportedOperationException.
 List DNodeView.getEdgeViewsList(NodeView otherNodeView)
          DOCUMENT ME!
 NodeView DGraphView.removeNodeView(NodeView nodeView)
          Removes a NodeView based on specified NodeView.
 

Uses of NodeView in giny.view
 

Methods in giny.view that return NodeView
 NodeView GraphView.addNodeView(int node_index)
           
 NodeView GraphView.addNodeView(int node_index, NodeView node_view_replacement)
          Add in a NodeView for a Node in the GraphPerspective.
 NodeView GraphView.addNodeView(String class_name, int node_index)
          To facilitate adding Custome NodeViews It is recomended that All Custom Node Views follow the patterns outlined in PNodeView and BasicPNodeView.
 NodeView GraphView.getNodeView(int index)
           
 NodeView GraphView.getNodeView(Node node)
           
 NodeView GraphView.removeNodeView(int node)
          This will entirely remove a NodeView/EdgeView from the GraphView.
 NodeView GraphView.removeNodeView(Node node)
          This will entirely remove a NodeView/EdgeView from the GraphView.
 NodeView GraphView.removeNodeView(NodeView node_view)
          This will entirely remove a NodeView/EdgeView from the GraphView.
 

Methods in giny.view with parameters of type NodeView
 NodeView GraphView.addNodeView(int node_index, NodeView node_view_replacement)
          Add in a NodeView for a Node in the GraphPerspective.
 List NodeView.getEdgeViewsList(NodeView otherNode)
           
 NodeView GraphView.removeNodeView(NodeView node_view)
          This will entirely remove a NodeView/EdgeView from the GraphView.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.