com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.connector
Class MessageFlow

java.lang.Object
  extended by com.google.gwt.user.client.ui.UIObject
      extended by com.google.gwt.user.client.ui.Widget
          extended by com.ebmwebsourcing.gwt.raphael.client.diagram.connector.DiagramConnector
              extended by com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.foundation.ConnectorFlowNodeElement
                  extended by com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.connector.MessageFlow
All Implemented Interfaces:
com.ebmwebsourcing.gwt.raphael.client.diagram.semantic.DiagramEntity, com.ebmwebsourcing.gwt.raphael.client.diagram.semantic.Selectable, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.EventListener

public class MessageFlow
extends ConnectorFlowNodeElement

Author:
nfleury

Nested Class Summary
 
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
 
Field Summary
 
Fields inherited from class com.ebmwebsourcing.gwt.raphael.client.diagram.connector.DiagramConnector
X2_DISTANCE, Y2_DISTANCE
 
Fields inherited from class com.google.gwt.user.client.ui.UIObject
DEBUG_ID_PREFIX
 
Constructor Summary
MessageFlow(java.lang.String id, int x1, int y1)
           
 
Method Summary
 void onLoad()
           
 void update(int x1, int y1, int x2, int y2)
           
 
Methods inherited from class com.ebmwebsourcing.bpmndiagram.presentation.gwt.client.bpmn1.foundation.ConnectorFlowNodeElement
isDeselected, isSelected
 
Methods inherited from class com.ebmwebsourcing.gwt.raphael.client.diagram.connector.DiagramConnector
addListener, connect, getBeginPoint, getEndPoint, getId, getLine, getListeners, getSource, getTarget, hide, init, refresh, remove, setBackgroundColor, setBorderColor, setDiagramPanel, setId, setSource, setTarget, show
 
Methods inherited from class com.google.gwt.user.client.ui.Widget
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onUnload, removeFromParent, setLayoutData, sinkEvents
 
Methods inherited from class com.google.gwt.user.client.ui.UIObject
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.gwt.raphael.client.diagram.semantic.DiagramEntity
getId
 

Constructor Detail

MessageFlow

public MessageFlow(java.lang.String id,
                   int x1,
                   int y1)
Method Detail

update

public void update(int x1,
                   int y1,
                   int x2,
                   int y2)
Overrides:
update in class com.ebmwebsourcing.gwt.raphael.client.diagram.connector.DiagramConnector

onLoad

public void onLoad()
Overrides:
onLoad in class com.ebmwebsourcing.gwt.raphael.client.diagram.connector.DiagramConnector


Copyright © 2010 eBM WebSourcing. All Rights Reserved.