public class AreaOnConnector extends Area
Modifier and Type | Field and Description |
---|---|
protected Connector |
theConnector
The connector we are attached to.
|
protected org.graphstream.ui.graphicGraph.GraphicEdge |
theEdge
The edge represented by the connector..
|
Constructor and Description |
---|
AreaOnConnector() |
Modifier and Type | Method and Description |
---|---|
protected void |
configureAreaOnConnectorForElement(org.graphstream.ui.graphicGraph.GraphicEdge edge,
org.graphstream.ui.graphicGraph.stylesheet.Style style,
org.graphstream.ui.view.camera.DefaultCamera2D camera) |
protected void |
configureAreaOnConnectorForGroup(org.graphstream.ui.graphicGraph.stylesheet.Style style,
org.graphstream.ui.view.camera.DefaultCamera2D camera) |
void |
theConnectorYoureAttachedTo(Connector connector)
XXX must call this method explicitly in the renderer !!!
|
configureAreaForElement, configureAreaForGroup
protected Connector theConnector
protected org.graphstream.ui.graphicGraph.GraphicEdge theEdge
public void theConnectorYoureAttachedTo(Connector connector)
protected void configureAreaOnConnectorForGroup(org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera)
protected void configureAreaOnConnectorForElement(org.graphstream.ui.graphicGraph.GraphicEdge edge, org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera)