Uses of Interface
org.graphstream.ui.graphicGraph.GraphicElement.SwingElementRenderer
| Package | Description |
|---|---|
| org.graphstream.ui.graphicGraph |
-
Uses of GraphicElement.SwingElementRenderer in org.graphstream.ui.graphicGraph
Fields in org.graphstream.ui.graphicGraph with type parameters of type GraphicElement.SwingElementRenderer Modifier and Type Field Description HashMap<String,GraphicElement.SwingElementRenderer>StyleGroup. renderersAssociated renderers.Methods in org.graphstream.ui.graphicGraph that return GraphicElement.SwingElementRenderer Modifier and Type Method Description GraphicElement.SwingElementRendererStyleGroup. getRenderer(String id)The associated renderers.GraphicElement.SwingElementRendererStyleGroup. removeRenderer(String id)Remove a renderer.Methods in org.graphstream.ui.graphicGraph with parameters of type GraphicElement.SwingElementRenderer Modifier and Type Method Description voidStyleGroup. addRenderer(String id, GraphicElement.SwingElementRenderer renderer)Add a renderer to this group.