Uses of Class
org.jzy3d.plot3d.rendering.view.lod.LODSetting.Light
-
Packages that use LODSetting.Light Package Description org.jzy3d.plot3d.rendering.view.lod -
-
Uses of LODSetting.Light in org.jzy3d.plot3d.rendering.view.lod
Methods in org.jzy3d.plot3d.rendering.view.lod that return LODSetting.Light Modifier and Type Method Description LODSetting.Light
LODSetting. getLight()
static LODSetting.Light
LODSetting.Light. valueOf(String name)
Returns the enum constant of this type with the specified name.static LODSetting.Light[]
LODSetting.Light. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jzy3d.plot3d.rendering.view.lod with parameters of type LODSetting.Light Modifier and Type Method Description void
LODSetting. setLight(LODSetting.Light light)
-