Interface EdgeComponentInterface

All Superinterfaces:
GraphElementComponentInterface
All Known Implementing Classes:
EdgeComponent

public interface EdgeComponentInterface
extends GraphElementComponentInterface
This component represents a org.graffiti.graph.Edge.
Version:
$Revision: 1.4 $
  • Method Details

    • setSourceComponent

      void setSourceComponent​(NodeComponentInterface snc)
      Sets the source component.
      Parameters:
      snc - the source component to be set.
    • setTargetComponent

      void setTargetComponent​(NodeComponentInterface tnc)
      Sets the source component.
      Parameters:
      tnc - the source component to be set.
    • updateShape

      void updateShape()
      Calls buildShape if no NodeShapes have changed.