Uses of Class
com.ebmwebsourcing.gwt.raphael.client.diagram.connector.DiagramConnector

Packages that use DiagramConnector
com.ebmwebsourcing.gwt.raphael.client.diagram   
com.ebmwebsourcing.gwt.raphael.client.diagram.connector   
com.ebmwebsourcing.gwt.raphael.client.diagram.semantic   
 

Uses of DiagramConnector in com.ebmwebsourcing.gwt.raphael.client.diagram
 

Methods in com.ebmwebsourcing.gwt.raphael.client.diagram that return DiagramConnector
 DiagramConnector DiagramPanel.getDiagramConnectorById(java.lang.String id)
           
 

Methods in com.ebmwebsourcing.gwt.raphael.client.diagram with parameters of type DiagramConnector
 void DiagramPanel.add(DiagramConnector diagramConnector)
          Add a connector to the drawing panel with default
positions that were specified by the diagram connector
 void DiagramPanel.add(DiagramConnector diagramConnector, int x, int y)
          Add a connector to the drawing panel at the specified x and y positions
 

Uses of DiagramConnector in com.ebmwebsourcing.gwt.raphael.client.diagram.connector
 

Methods in com.ebmwebsourcing.gwt.raphael.client.diagram.connector that return DiagramConnector
 DiagramConnector ConnectorExtremity.getConnector()
           
 

Methods in com.ebmwebsourcing.gwt.raphael.client.diagram.connector that return types with arguments of type DiagramConnector
 java.util.ArrayList<DiagramConnector> Connectable.getIncommingConnectors()
           
 java.util.ArrayList<DiagramConnector> Connectable.getOutgoingConnectors()
           
 

Constructors in com.ebmwebsourcing.gwt.raphael.client.diagram.connector with parameters of type DiagramConnector
ConnectorBeginPoint(com.ebmwebsourcing.gwt.raphael.client.core.SVGElement svgElement, DiagramConnector connector)
           
ConnectorEndPoint(com.ebmwebsourcing.gwt.raphael.client.core.SVGElement svgElement, DiagramConnector connector)
           
ConnectorExtremity(com.ebmwebsourcing.gwt.raphael.client.core.SVGElement svgElement, DiagramConnector connector)
           
 

Uses of DiagramConnector in com.ebmwebsourcing.gwt.raphael.client.diagram.semantic
 

Methods in com.ebmwebsourcing.gwt.raphael.client.diagram.semantic that return types with arguments of type DiagramConnector
 java.util.ArrayList<DiagramConnector> Connectable.getIncommingConnectors()
           
 java.util.ArrayList<DiagramConnector> Connectable.getOutgoingConnectors()
           
 



Copyright © 2010 eBM WebSourcing. All Rights Reserved.