Uses of Interface
org.graphstream.ui.graphicGraph.StyleGroupListener
| Package | Description |
|---|---|
| org.graphstream.ui.graphicGraph | |
| org.graphstream.ui.view |
-
Uses of StyleGroupListener in org.graphstream.ui.graphicGraph
Classes in org.graphstream.ui.graphicGraph that implement StyleGroupListener Modifier and Type Class Description classGraphicGraphGraph representation used in display classes.Methods in org.graphstream.ui.graphicGraph with parameters of type StyleGroupListener Modifier and Type Method Description voidStyleGroupSet. addListener(StyleGroupListener listener)Add a listener for element style changes.voidStyleGroupSet. removeListener(StyleGroupListener listener)Remove a style change listener. -
Uses of StyleGroupListener in org.graphstream.ui.view
Classes in org.graphstream.ui.view that implement StyleGroupListener Modifier and Type Class Description classGraphRendererBase<S,G>