Class AreaOnConnector
java.lang.Object
org.graphstream.ui.javafx.renderer.shape.javafx.Area
org.graphstream.ui.javafx.renderer.shape.AreaOnConnector
- Direct Known Subclasses:
AreaOnConnectorShape
public class AreaOnConnector extends Area
Some areas are attached to a connector (sprites).
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AreaOnConnector()
-
Method Summary
Modifier and Type Method Description void
theConnectorYoureAttachedTo(Connector connector)
XXX must call this method explicitly in the renderer !!!Methods inherited from class org.graphstream.ui.javafx.renderer.shape.javafx.Area
configureAreaForElement, configureAreaForGroup
-
Constructor Details
-
AreaOnConnector
public AreaOnConnector()
-
-
Method Details
-
theConnectorYoureAttachedTo
XXX must call this method explicitly in the renderer !!! bad !!! XXX
-