Class AreaOnConnector
java.lang.Object
org.graphstream.ui.swing.renderer.shape.swing.Area
org.graphstream.ui.swing.renderer.shape.AreaOnConnector
- Direct Known Subclasses:
AreaOnConnectorShape
Some areas are attached to a connector (sprites).
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ConnectorThe connector we are attached to.protected org.graphstream.ui.graphicGraph.GraphicEdgeThe edge represented by the connector.. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidconfigureAreaOnConnectorForElement(org.graphstream.ui.graphicGraph.GraphicEdge edge, org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera) protected voidconfigureAreaOnConnectorForGroup(org.graphstream.ui.graphicGraph.stylesheet.Style style, org.graphstream.ui.view.camera.DefaultCamera2D camera) voidtheConnectorYoureAttachedTo(Connector connector) XXX must call this method explicitly in the renderer !!!Methods inherited from class org.graphstream.ui.swing.renderer.shape.swing.Area
configureAreaForElement, configureAreaForGroup
-
Field Details
-
theConnector
The connector we are attached to. -
theEdge
protected org.graphstream.ui.graphicGraph.GraphicEdge theEdgeThe edge represented by the connector..
-
-
Constructor Details
-
AreaOnConnector
public AreaOnConnector()
-
-
Method Details
-
theConnectorYoureAttachedTo
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)
-