KIE Remote Services :: Services 6.0.0.Final

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

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

public class DiagramInfo
extends Object


Constructor Summary
DiagramInfo()
           
DiagramInfo(int height, int width, List<DiagramNodeInfo> l)
           
 
Method Summary
 int getHeight()
           
 List<DiagramNodeInfo> getNodeList()
           
 int getWidth()
           
 void setHeight(int height)
           
 void setNodeList(List<DiagramNodeInfo> nodeList)
           
 void setWidth(int width)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiagramInfo

public DiagramInfo()

DiagramInfo

public DiagramInfo(int height,
                   int width,
                   List<DiagramNodeInfo> l)
Method Detail

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)

KIE Remote Services :: Services 6.0.0.Final

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