com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation
Class GraphicElementBean

java.lang.Object
  extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
      extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BaseElementBean
          extended by com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.GraphicElementBean
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
Direct Known Subclasses:
FlowElementBean, LaneBean, MessageFlowBean, PoolBean

public abstract class GraphicElementBean
extends BaseElementBean


Constructor Summary
GraphicElementBean()
           
GraphicElementBean(java.lang.String id)
           
 
Method Summary
 int getWidth()
           
 int getX_left()
           
 int getX_right()
           
 int getY_left()
           
 int getY_right()
           
 void setPosition(int x_l, int y_l, int width, int height)
           
 void setX_left(int xLeft)
           
 void setX_right(int xRight)
           
 void setY_left(int yLeft)
           
 void setY_right(int yRight)
           
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BaseElementBean
getId, setId
 
Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
getDocumentation, setDocumentation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicElementBean

public GraphicElementBean(java.lang.String id)

GraphicElementBean

public GraphicElementBean()
Method Detail

setPosition

public void setPosition(int x_l,
                        int y_l,
                        int width,
                        int height)

getWidth

public int getWidth()

getX_left

public int getX_left()

setX_left

public void setX_left(int xLeft)

getY_left

public int getY_left()

setY_left

public void setY_left(int yLeft)

getX_right

public int getX_right()

setX_right

public void setX_right(int xRight)

getY_right

public int getY_right()

setY_right

public void setY_right(int yRight)


Copyright © 2010 eBM WebSourcing. All Rights Reserved.