Uses of Enum
org.jzy3d.plot3d.rendering.view.lod.LODSetting.Bounds
Packages that use LODSetting.Bounds
-
Uses of LODSetting.Bounds in org.jzy3d.plot3d.rendering.view.lod
Methods in org.jzy3d.plot3d.rendering.view.lod that return LODSetting.BoundsModifier and TypeMethodDescriptionstatic LODSetting.Bounds
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.BoundsModifierConstructorDescriptionLODSetting
(String name, LODSetting.Bounds bounds) LODSetting
(String name, LODSetting.FaceColor face, LODSetting.WireColor wire, LODSetting.Bounds bounds)