|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Shadow2D | |
---|---|
edu.ou.mlfw.gui |
Uses of Shadow2D in edu.ou.mlfw.gui |
---|
Subclasses of Shadow2D in edu.ou.mlfw.gui | |
---|---|
class |
CircleShadow
The default shadow class for a Beacon. |
class |
LineShadow
|
class |
TextBoxShadow
Created by IntelliJ IDEA. |
Fields in edu.ou.mlfw.gui with type parameters of type Shadow2D | |
---|---|
static java.lang.Iterable<Shadow2D> |
Shadow2D.EMPTY_ITER
|
Methods in edu.ou.mlfw.gui that return types with arguments of type Shadow2D | |
---|---|
java.util.Iterator<Shadow2D> |
ClientShadowSource.iterator()
|
java.util.Set<Shadow2D> |
Drawer.registerShadows()
If there are any shadows to register at a given timestep, return those shadows on this call. |
java.util.Set<Shadow2D> |
Drawer.unregisterShadows()
If you need to unregister a shadow for any reason, return the shadows to be unregistered in this call. |
Method parameters in edu.ou.mlfw.gui with type arguments of type Shadow2D | |
---|---|
void |
Shadow2DCanvas.setClientShadowSource(java.lang.Iterable<Shadow2D> usershadow)
|
void |
Shadow2DCanvas.setSimulatorShadowSource(java.lang.Iterable<Shadow2D> usershadow)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |