Uses of Class
org.wilmascope.graph.NodeLayout

Packages that use NodeLayout
org.wilmascope.columnlayout   
org.wilmascope.dotlayout   
org.wilmascope.fastlayout   
org.wilmascope.forcelayout   
org.wilmascope.graph   
org.wilmascope.highdimensionlayout   
org.wilmascope.multiscalelayout   
 

Uses of NodeLayout in org.wilmascope.columnlayout
 

Subclasses of NodeLayout in org.wilmascope.columnlayout
 class NodeColumnLayout
          Title:
 

Methods in org.wilmascope.columnlayout that return NodeLayout
 NodeLayout ColumnLayout.createNodeLayout(Node n)
           
 

Uses of NodeLayout in org.wilmascope.dotlayout
 

Subclasses of NodeLayout in org.wilmascope.dotlayout
 class DotNodeLayout
          Title:
 

Methods in org.wilmascope.dotlayout that return NodeLayout
 NodeLayout DotLayout.createNodeLayout(Node n)
           
 

Uses of NodeLayout in org.wilmascope.fastlayout
 

Subclasses of NodeLayout in org.wilmascope.fastlayout
 class FastNodeLayout
          Title:
 

Methods in org.wilmascope.fastlayout that return NodeLayout
 NodeLayout FastLayout.createNodeLayout(Node n)
           
 

Uses of NodeLayout in org.wilmascope.forcelayout
 

Subclasses of NodeLayout in org.wilmascope.forcelayout
 class NodeForceLayout
          This class encapsulates the physical properties of a node in relation to the ForceLayout such as mass, and the forces acting upon it.
 

Uses of NodeLayout in org.wilmascope.graph
 

Classes in org.wilmascope.graph with type parameters of type NodeLayout
 class LayoutEngine<N extends NodeLayout,E extends EdgeLayout>
          Classes which determine layout for a particular cluster must implement this interface.
 

Methods in org.wilmascope.graph that return NodeLayout
 NodeLayout Node.getLayout()
          get the layout properties of the node
 

Methods in org.wilmascope.graph with parameters of type NodeLayout
 void Node.setLayout(NodeLayout layout)
          set the layout properties of the node
 

Uses of NodeLayout in org.wilmascope.highdimensionlayout
 

Subclasses of NodeLayout in org.wilmascope.highdimensionlayout
 class HDNodeLayout
           
 

Methods in org.wilmascope.highdimensionlayout that return NodeLayout
 NodeLayout HighDimensionLayout.createNodeLayout(Node n)
           
 

Uses of NodeLayout in org.wilmascope.multiscalelayout
 

Subclasses of NodeLayout in org.wilmascope.multiscalelayout
 class MultiScaleNodeLayout
          Title:
 

Methods in org.wilmascope.multiscalelayout that return NodeLayout
 NodeLayout MultiScaleLayout.createNodeLayout(Node n)