com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation
Class GraphicElementBean
java.lang.Object
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BPMNElementBean
com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BaseElementBean
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
| Methods inherited from class com.ebmwebsourcing.bpmneditor.business.domain.bpmn2.to.standard.foundation.BaseElementBean |
getId, setId |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GraphicElementBean
public GraphicElementBean(java.lang.String id)
GraphicElementBean
public GraphicElementBean()
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.