org.kie.services.remote.rest.graph.jaxb
Class DiagramInfo
java.lang.Object
org.kie.services.remote.rest.graph.jaxb.DiagramInfo
public class DiagramInfo
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DiagramInfo
public DiagramInfo()
DiagramInfo
public DiagramInfo(int height,
int width,
List<DiagramNodeInfo> l)
getWidth
public int getWidth()
setWidth
public void setWidth(int width)
getHeight
public int getHeight()
setHeight
public void setHeight(int height)
getNodeList
public List<DiagramNodeInfo> getNodeList()
setNodeList
public void setNodeList(List<DiagramNodeInfo> nodeList)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.