Uses of Class
org.graphstream.ui.graphicGraph.StyleGroup
| Package | Description |
|---|---|
| org.graphstream.ui.graphicGraph |
-
Uses of StyleGroup in org.graphstream.ui.graphicGraph
Fields in org.graphstream.ui.graphicGraph declared as StyleGroup Modifier and Type Field Description StyleGroupGraphicElement. styleThe node style.StyleGroupGraphicGraph. styleThe style of this graph.Fields in org.graphstream.ui.graphicGraph with type parameters of type StyleGroup Modifier and Type Field Description ArrayList<HashSet<StyleGroup>>StyleGroupSet.ZIndex. zIndexOrdered set of groups.Methods in org.graphstream.ui.graphicGraph that return StyleGroup Modifier and Type Method Description StyleGroupStyleGroupSet. addElement(Element element)Add an element and bind it to its style group.StyleGroupStyleGroupSet. getGroup(String groupId)Return a group by its unique identifier.StyleGroupGraphicElement. getStyle()Style group.StyleGroupGraphicGraph. getStyle()The graph style group.StyleGroupStyleGroupSet. getStyleFor(Edge edge)Get the style of a given edge.StyleGroupStyleGroupSet. getStyleFor(Graph graph)Get the style of a given graph.StyleGroupStyleGroupSet. getStyleFor(Node node)Get the style of a given node.StyleGroupStyleGroupSet. getStyleFor(GraphicSprite sprite)Get the style of a given sprite.StyleGroupStyleGroupSet. getStyleForElement(Element element)Get the style of an element.Methods in org.graphstream.ui.graphicGraph that return types with arguments of type StyleGroup Modifier and Type Method Description Iterator<? extends StyleGroup>StyleGroupSet. getGroupIterator()Iterator on the set of groups in no particular order.Iterator<StyleGroup>StyleGroupSet. getShadowIterator()Iterator on the style groups that cast a shadow.Iterator<HashSet<StyleGroup>>StyleGroupSet. getZIterator()Iterator on the Z index.Iterable<? extends StyleGroup>StyleGroupSet. groups()Iterable set of groups elements, in no particular order.Iterator<StyleGroup>StyleGroupSet.ShadowSet. iterator()Iterator<HashSet<StyleGroup>>StyleGroupSet.ZIndex. iterator()HashSet<StyleGroup>StyleGroupSet.ZIndex.ZIndexIterator. next()Iterable<StyleGroup>StyleGroupSet. shadows()Iterable set of groups that cast shadow.Iterable<HashSet<StyleGroup>>StyleGroupSet. zIndex()Iterable set of "subsets of groups" sorted by Z level.Methods in org.graphstream.ui.graphicGraph with parameters of type StyleGroup Modifier and Type Method Description voidGraphicGraph. elementStyleChanged(Element element, StyleGroup oldStyle, StyleGroup style)voidStyleGroupListener. elementStyleChanged(Element element, StyleGroup oldStyle, StyleGroup style)The style of the element changed.voidGraphicGraph. styleChanged(StyleGroup style)