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

Packages that use GraphicSprite
org.graphstream.ui.graphicGraph   
org.graphstream.ui.swingViewer.util   
 

Uses of GraphicSprite in org.graphstream.ui.graphicGraph
 

Methods in org.graphstream.ui.graphicGraph that return GraphicSprite
 GraphicSprite GraphicGraph.addSprite(String id)
           
 GraphicSprite GraphicGraph.getSprite(String id)
           
 GraphicSprite StyleGroupSet.getSprite(String id)
          Get a sprite element knowing its identifier.
 

Methods in org.graphstream.ui.graphicGraph that return types with arguments of type GraphicSprite
 Iterator<? extends GraphicSprite> GraphicGraph.getSpriteIterator()
           
 Iterator<? extends GraphicSprite> StyleGroupSet.getSpriteIterator()
          Iterator on the set of sprite.
 Iterable<? extends GraphicSprite> StyleGroupSet.sprites()
          Iterable set of sprites.
 Iterable<? extends GraphicSprite> GraphicGraph.spriteSet()
           
 

Methods in org.graphstream.ui.graphicGraph with parameters of type GraphicSprite
 StyleGroup StyleGroupSet.getStyleFor(GraphicSprite sprite)
          Get the style of a given sprite.
 

Uses of GraphicSprite in org.graphstream.ui.swingViewer.util
 

Methods in org.graphstream.ui.swingViewer.util with parameters of type GraphicSprite
 Point2D.Double DefaultCamera.getSpritePosition(GraphicSprite sprite, Point2D.Double pos, StyleConstants.Units units)
          Compute the real position of a sprite according to its eventual attachment in graph units.
 



Copyright © 2012. All Rights Reserved.