Uses of Class
org.jzy3d.plot3d.rendering.view.lod.LODSetting.Bounds
-
Packages that use LODSetting.Bounds Package Description org.jzy3d.plot3d.rendering.view.lod -
-
Uses of LODSetting.Bounds in org.jzy3d.plot3d.rendering.view.lod
Methods in org.jzy3d.plot3d.rendering.view.lod that return LODSetting.Bounds Modifier and Type Method Description static LODSetting.Bounds
LODSetting.Bounds. valueOf(String name)
Returns the enum constant of this type with the specified name.static LODSetting.Bounds[]
LODSetting.Bounds. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.jzy3d.plot3d.rendering.view.lod with parameters of type LODSetting.Bounds Constructor Description LODSetting(String name, LODSetting.Bounds bounds)
LODSetting(String name, LODSetting.FaceColor face, LODSetting.WireColor wire, LODSetting.Bounds bounds)
-