Package | Description |
---|---|
org.graphstream.ui.graphicGraph | |
org.graphstream.ui.swingViewer.util |
Modifier and Type | Method and Description |
---|---|
GraphicSprite |
GraphicGraph.addSprite(String id) |
GraphicSprite |
GraphicGraph.getSprite(String id) |
GraphicSprite |
StyleGroupSet.getSprite(String id)
Get a sprite element knowing its identifier.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
StyleGroup |
StyleGroupSet.getStyleFor(GraphicSprite sprite)
Get the style of a given sprite.
|
Modifier and Type | Method and Description |
---|---|
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 © 2015. All rights reserved.