edu.ou.mlfw.gui
Interface Shadow2DCanvas


public interface Shadow2DCanvas

A Shadow2DCanvas provides a basic level of support for domain-specific drawing routines. This provides the methods for adding or removing a Shadow2D, but it is up to the implementation to actually do something with its Shadow2Ds.


Method Summary
 void setClientShadowSource(java.lang.Iterable<Shadow2D> usershadow)
           
 void setSimulatorShadowSource(java.lang.Iterable<Shadow2D> usershadow)
           
 

Method Detail

setClientShadowSource

void setClientShadowSource(java.lang.Iterable<Shadow2D> usershadow)

setSimulatorShadowSource

void setSimulatorShadowSource(java.lang.Iterable<Shadow2D> usershadow)