com.mindfusion.diagramming.jlayout
Class GridLayoutInfo

java.lang.Object
  extended by com.mindfusion.diagramming.jlayout.GridLayoutInfo

public class GridLayoutInfo
extends java.lang.Object


Constructor Summary
GridLayoutInfo()
           
GridLayoutInfo(int iterations, float gridSize, float xGap, float yGap)
           
 
Method Summary
 Node getEndNode()
           
 float getGridSize()
           
 int getIterations()
           
 int getRandomSeed()
           
 Node getStartNode()
           
 float getXGap()
           
 float getYGap()
           
 void setEndNode(Node value)
           
 void setGridSize(float value)
           
 void setIterations(int value)
           
 void setRandomSeed(int value)
           
 void setStartNode(Node value)
           
 void setXGap(float value)
           
 void setYGap(float value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridLayoutInfo

public GridLayoutInfo()

GridLayoutInfo

public GridLayoutInfo(int iterations,
                      float gridSize,
                      float xGap,
                      float yGap)
Method Detail

getIterations

public int getIterations()

setIterations

public void setIterations(int value)

getGridSize

public float getGridSize()

setGridSize

public void setGridSize(float value)

getXGap

public float getXGap()

setXGap

public void setXGap(float value)

getYGap

public float getYGap()

setYGap

public void setYGap(float value)

getStartNode

public Node getStartNode()

setStartNode

public void setStartNode(Node value)

getEndNode

public Node getEndNode()

setEndNode

public void setEndNode(Node value)

getRandomSeed

public int getRandomSeed()

setRandomSeed

public void setRandomSeed(int value)