KIE Remote Services :: Services 6.0.0.CR5

org.kie.services.remote.rest.graph.jaxb
Class ActiveNodeInfo

java.lang.Object
  extended by org.kie.services.remote.rest.graph.jaxb.ActiveNodeInfo

public class ActiveNodeInfo
extends Object


Constructor Summary
ActiveNodeInfo()
           
ActiveNodeInfo(int width, int height, DiagramNodeInfo activeNode)
           
 
Method Summary
 DiagramNodeInfo getActiveNode()
           
 int getHeight()
           
 int getWidth()
           
 void setActiveNode(DiagramNodeInfo activeNode)
           
 void setHeight(int height)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveNodeInfo

public ActiveNodeInfo()

ActiveNodeInfo

public ActiveNodeInfo(int width,
                      int height,
                      DiagramNodeInfo activeNode)
Method Detail

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)

KIE Remote Services :: Services 6.0.0.CR5

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.