org.jbpm.jsf.core.action
Class GetDiagramInfoActionListener.DiagramInfo

java.lang.Object
  extended by org.jbpm.jsf.core.action.GetDiagramInfoActionListener.DiagramInfo
All Implemented Interfaces:
Serializable
Enclosing class:
GetDiagramInfoActionListener

public static final class GetDiagramInfoActionListener.DiagramInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetDiagramInfoActionListener.DiagramInfo(int height, int width, List<GetDiagramInfoActionListener.DiagramNodeInfo> nodeList)
           
 
Method Summary
 int getHeight()
           
 Map<String,GetDiagramInfoActionListener.DiagramNodeInfo> getNodeMap()
           
 List<GetDiagramInfoActionListener.DiagramNodeInfo> getNodes()
           
 int getWidth()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDiagramInfoActionListener.DiagramInfo

public GetDiagramInfoActionListener.DiagramInfo(int height,
                                                int width,
                                                List<GetDiagramInfoActionListener.DiagramNodeInfo> nodeList)
Method Detail

getHeight

public int getHeight()

getNodeMap

public Map<String,GetDiagramInfoActionListener.DiagramNodeInfo> getNodeMap()

getNodes

public List<GetDiagramInfoActionListener.DiagramNodeInfo> getNodes()

getWidth

public int getWidth()