Uses of Interface
org.scilab.forge.scirenderer.lightning.LightManager
-
-
Uses of LightManager in org.scilab.forge.scirenderer
Methods in org.scilab.forge.scirenderer that return LightManager Modifier and Type Method Description LightManager
DrawingTools. getLightManager()
Return the light manager. -
Uses of LightManager in org.scilab.forge.scirenderer.implementation.g2d
Methods in org.scilab.forge.scirenderer.implementation.g2d that return LightManager Modifier and Type Method Description LightManager
G2DDrawingTools. getLightManager()
-
Uses of LightManager in org.scilab.forge.scirenderer.implementation.jogl
Methods in org.scilab.forge.scirenderer.implementation.jogl that return LightManager Modifier and Type Method Description LightManager
JoGLDrawingTools. getLightManager()
-
Uses of LightManager in org.scilab.forge.scirenderer.implementation.jogl.lightning
Classes in org.scilab.forge.scirenderer.implementation.jogl.lightning that implement LightManager Modifier and Type Class Description class
JoGLLightManager
JoGL implementation ofLightManager
-