Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Draw2d
3.3

Uses of Class
org.eclipse.draw2d.graph.Node

Packages that use Node
org.eclipse.draw2d.graph Stand-alone algorithms related to Graph Drawing. 
 

Uses of Node in org.eclipse.draw2d.graph
 

Subclasses of Node in org.eclipse.draw2d.graph
 class Subgraph
          A Node which may contain other nodes.
 class VirtualNode
          Deprecated. virtual nodes of an edge should be cast to Node.
 

Fields in org.eclipse.draw2d.graph declared as Node
  Node VirtualNode. next
          Deprecated. The next node.
  Node VirtualNode. prev
          Deprecated. The previous node.
  Node Edge. source
          The source Node.
  Node Edge. target
          The target Node.
 

Methods in org.eclipse.draw2d.graph that return Node
  Node NodeList. getNode (int index)
          Returns the Node at the given index.
  Node Node. getLeft ()
          Returns a reference to a node located left from this one
  Node Node. getRight ()
          Returns a reference to a node located right from this one
  Node Edge. opposite ( Node end)
          For internal use only.
  Node DirectedGraph. getNode (int rank, int index)
           
 

Methods in org.eclipse.draw2d.graph with parameters of type Node
 void Subgraph. addMember ( Node n)
          Adds the given node to this subgraph.
  Node Edge. opposite ( Node end)
          For internal use only.
 void Edge. setSource ( Node node)
          Sets the source node and adds this edge to the new source's outgoing edges.
 void Edge. setTarget ( Node node)
          Sets the target node and adds this edge to the new target's incoming edges.
  Insets DirectedGraph. getPadding ( Node node)
          Returns the effective padding for the given node.
 void DirectedGraph. removeNode ( Node node)
          Removes the given node from the graph.
 

Constructors in org.eclipse.draw2d.graph with parameters of type Node
Edge ( Node source, Node target)
          Constructs a new edge with the given source and target nodes.
Edge ( Node source, Node target, int delta, int weight)
          Constructs a new edge with the given source, target, delta, and weight.
Edge (java.lang.Object data, Node source, Node target)
          Constructs a new edge with the given data object, source, and target node.
 


Eclipse Draw2d
3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire