|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GeomUtilListener | |
---|---|
org.newdawn.slick.geom | Simple geometric wrappers that can be used for rendering and collision. |
org.newdawn.slick.tests | Tests for the facilities provided by the library. |
Uses of GeomUtilListener in org.newdawn.slick.geom |
---|
Fields in org.newdawn.slick.geom declared as GeomUtilListener | |
---|---|
GeomUtilListener |
GeomUtil.listener
The listener to notify of operations |
Methods in org.newdawn.slick.geom with parameters of type GeomUtilListener | |
---|---|
void |
GeomUtil.setListener(GeomUtilListener listener)
Set the listener to be notified of geometry based operations |
Uses of GeomUtilListener in org.newdawn.slick.tests |
---|
Classes in org.newdawn.slick.tests that implement GeomUtilListener | |
---|---|
class |
GeomUtilTest
A test to try shape cutting |
class |
GeomUtilTileTest
A test to try shape building from multiple tiles |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |