Uses of Interface
giny.view.NodeView

Packages that use NodeView
giny.util   
giny.view   
 

Uses of NodeView in giny.util
 

Methods in giny.util that return NodeView
 NodeView AbstractLayout.getNodeView(double x, double y)
           
 NodeView Abstract3DLayout.getNodeView(double x, double y, double z)
           
 

Methods in giny.util with parameters of type NodeView
 boolean AbstractLayout.dontMove(NodeView nv)
           
protected abstract  void AbstractLayout.initialize_local_node_view(NodeView nv)
          Initializes the local information on a single vertex.
protected  void AbstractLayout.initializeLocation(NodeView v, java.awt.Dimension d)
          Sets random locations for a vertex within the dimensions of the space.
 void AbstractLayout.forceMove(NodeView picked, double x, double y)
          Forcibly moves a vertex to the (x,y) location by setting its x and y locations to the inputted location.
 void AbstractLayout.lockNodes(NodeView[] nodes)
           
 void AbstractLayout.lockVertex(NodeView v)
          Adds the vertex to the DontMove list
 void AbstractLayout.unlockVertex(NodeView v)
          Removes the vertex from the DontMove list
protected  void ISOM3DLayout.initialize_local_node_view(NodeView v)
           
 ISOM3DLayout.ISOMVertexData ISOM3DLayout.getISOMVertexData(NodeView v)
           
protected  void ISOMLayout.initialize_local_node_view(NodeView v)
           
 ISOMLayout.ISOMVertexData ISOMLayout.getISOMVertexData(NodeView v)
           
protected  void JUNGSpringLayout.initialize_local_node_view(NodeView v)
           
 giny.util.JUNGSpringLayout.SpringVertexData JUNGSpringLayout.getSpringData(NodeView v)
           
 void FRLayout.forceMove(NodeView picked, int x, int y)
          Allow a node to be forced into position
protected  void FRLayout.initialize_local_node_view(NodeView v)
           
 void FRLayout.calcPositions(NodeView node_view)
          This gets called for every NodeView.
 void FRLayout.calcRepulsion(NodeView nv1)
          Finds the replusive forces for a node
 FRLayout.FRVertexData FRLayout.getFRData(NodeView v)
           
 boolean Abstract3DLayout.dontMove(NodeView nv)
           
protected abstract  void Abstract3DLayout.initialize_local_node_view(NodeView nv)
          Initializes the local information on a single vertex.
protected  void Abstract3DLayout.initializeLocation(NodeView v, java.awt.Dimension d)
          Sets random locations for a vertex within the dimensions of the space.
 void Abstract3DLayout.forceMove(NodeView picked, double x, double y, double z)
          Forcibly moves a vertex to the (x,y) location by setting its x and y locations to the inputted location.
 void Abstract3DLayout.lockVertex(NodeView v)
          Adds the vertex to the DontMove list
 void Abstract3DLayout.unlockVertex(NodeView v)
          Removes the vertex from the DontMove list
protected  void ForceDirectedLayout.initialize_local_node_view(NodeView v)
           
 

Uses of NodeView in giny.view
 

Methods in giny.view that return NodeView
 NodeView GraphView.addNodeView(int node_index)
           
 NodeView GraphView.addNodeView(java.lang.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.addNodeView(int node_index, NodeView node_view_replacement)
          Add in a NodeView for a Node in the GraphPerspective.
 NodeView GraphView.removeNodeView(NodeView node_view)
          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(int node)
          This will entirely remove a NodeView/EdgeView from the GraphView.
 NodeView GraphView.getNodeView(Node node)
           
 NodeView GraphView.getNodeView(int index)
           
 

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.
 NodeView GraphView.removeNodeView(NodeView node_view)
          This will entirely remove a NodeView/EdgeView from the GraphView.
 java.util.List NodeView.getEdgeViewsList(NodeView otherNode)