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

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

public static final class GetDiagramInfoActionListener.DiagramNodeInfo
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
GetDiagramInfoActionListener.DiagramNodeInfo(String name, int x, int y, int width, int height)
           
 
Method Summary
 int getHeight()
           
 String getName()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDiagramInfoActionListener.DiagramNodeInfo

public GetDiagramInfoActionListener.DiagramNodeInfo(String name,
                                                    int x,
                                                    int y,
                                                    int width,
                                                    int height)
Method Detail

getHeight

public int getHeight()

getName

public String getName()

getWidth

public int getWidth()

getX

public int getX()

getY

public int getY()