Class AreaOnConnector

java.lang.Object
org.graphstream.ui.swing.renderer.shape.swing.Area
org.graphstream.ui.swing.renderer.shape.AreaOnConnector
Direct Known Subclasses:
AreaOnConnectorShape

public class AreaOnConnector extends Area
Some areas are attached to a connector (sprites).
  • Field Details

    • theConnector

      protected Connector theConnector
      The connector we are attached to.
    • theEdge

      protected org.graphstream.ui.graphicGraph.GraphicEdge theEdge
      The edge represented by the connector..
  • Constructor Details

    • AreaOnConnector

      public AreaOnConnector()
  • Method Details

    • theConnectorYoureAttachedTo

      public void theConnectorYoureAttachedTo(Connector connector)
      XXX must call this method explicitly in the renderer !!! bad !!! XXX
    • configureAreaOnConnectorForGroup

      protected void configureAreaOnConnectorForGroup(org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera)
    • configureAreaOnConnectorForElement

      protected void configureAreaOnConnectorForElement(org.graphstream.ui.graphicGraph.GraphicEdge edge, org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera)