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