Uses of Class
org.graphstream.ui.graphicGraph.StyleGroup

Packages that use StyleGroup
org.graphstream.ui.graphicGraph   
org.graphstream.ui.swingViewer.basicRenderer   
 

Uses of StyleGroup in org.graphstream.ui.graphicGraph
 

Fields in org.graphstream.ui.graphicGraph declared as StyleGroup
 StyleGroup GraphicGraph.style
          The style of this graph.
 StyleGroup GraphicElement.style
          The node style.
 

Fields in org.graphstream.ui.graphicGraph with type parameters of type StyleGroup
 ArrayList<HashSet<StyleGroup>> StyleGroupSet.ZIndex.zIndex
          Ordered set of groups.
 

Methods in org.graphstream.ui.graphicGraph that return StyleGroup
 StyleGroup StyleGroupSet.addElement(Element element)
          Add an element and bind it to its style group.
 StyleGroup StyleGroupSet.getGroup(String groupId)
          Return a group by its unique identifier.
 StyleGroup GraphicGraph.getStyle()
          The graph style group.
 StyleGroup GraphicElement.getStyle()
          Style group.
 StyleGroup StyleGroupSet.getStyleFor(Edge edge)
          Get the style of a given edge.
 StyleGroup StyleGroupSet.getStyleFor(Graph graph)
          Get the style of a given graph.
 StyleGroup StyleGroupSet.getStyleFor(GraphicSprite sprite)
          Get the style of a given sprite.
 StyleGroup StyleGroupSet.getStyleFor(Node node)
          Get the style of a given node.
 StyleGroup StyleGroupSet.getStyleForElement(Element element)
          Get the style of an element.
 

Methods in org.graphstream.ui.graphicGraph that return types with arguments of type StyleGroup
 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<HashSet<StyleGroup>> StyleGroupSet.ZIndex.iterator()
           
 Iterator<StyleGroup> StyleGroupSet.ShadowSet.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
 void StyleGroupListener.elementStyleChanged(Element element, StyleGroup oldStyle, StyleGroup style)
          The style of the element changed.
 void GraphicGraph.elementStyleChanged(Element element, StyleGroup oldStyle, StyleGroup style)
           
 void GraphicGraph.styleChanged(StyleGroup style)
           
 

Uses of StyleGroup in org.graphstream.ui.swingViewer.basicRenderer
 

Methods in org.graphstream.ui.swingViewer.basicRenderer with parameters of type StyleGroup
 void SwingBasicGraphRenderer.elementStyleChanged(Element element, StyleGroup oldStyle, StyleGroup style)
           
 void ElementRenderer.render(StyleGroup group, Graphics2D g, Camera camera)
          Render all the (visible) elements of the group.
 



Copyright © 2011. All Rights Reserved.