public class Diagram extends Object
Diagram(List<Edge> edges, NodeInfo rootNode)
List<Edge>
getEdges()
int
getHeight()
NodeInfo
getRootNode()
getWidth()
void
setEdges(List<Edge> edges)
setHeight(int height)
setRootNode(NodeInfo rootNode)
setWidth(int width)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Diagram(List<Edge> edges, NodeInfo rootNode)
public List<Edge> getEdges()
public void setEdges(List<Edge> edges)
public NodeInfo getRootNode()
public void setRootNode(NodeInfo rootNode)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
Copyright © 2023 Bstek. All rights reserved.