Uses of Class
org.graphstream.ui.spriteManager.InvalidSpriteIDException
| Package | Description |
|---|---|
| org.graphstream.ui.spriteManager |
-
Uses of InvalidSpriteIDException in org.graphstream.ui.spriteManager
Methods in org.graphstream.ui.spriteManager that throw InvalidSpriteIDException Modifier and Type Method Description SpriteSpriteManager. addSprite(String identifier)Add a sprite with the given identifier.Constructors in org.graphstream.ui.spriteManager that throw InvalidSpriteIDException Constructor Description SpriteManager(Graph graph)Create a new manager for sprite and bind it to the given graph.