com.googlecode.sarasvati.visual.graph
Class GraphLayoutNode<N>
java.lang.Object
com.googlecode.sarasvati.visual.graph.GraphLayoutNode<N>
public class GraphLayoutNode<N>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
node
protected N node
depth
protected int depth
index
protected int index
originX
protected int originX
originY
protected int originY
GraphLayoutNode
public GraphLayoutNode(int depth,
N node)
getNode
public N getNode()
getDepth
public int getDepth()
getIndex
public int getIndex()
setIndex
public void setIndex(int index)
recalculateOrigin
public void recalculateOrigin()
getOriginX
public int getOriginX()
getOriginY
public int getOriginY()
getOriginX
public int getOriginX(int width)
getOriginY
public int getOriginY(int height)
getOffset
public int getOffset()
Copyright © 2012. All Rights Reserved.