Uses of Class
org.jzy3d.plot3d.rendering.view.lod.LODSetting
-
Packages that use LODSetting Package Description org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers org.jzy3d.plot3d.rendering.view.lod -
-
Uses of LODSetting in org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers
Methods in org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers that return LODSetting Modifier and Type Method Description LODSettingAdaptByPerformanceKnowledge. getSelectedLODSetting() -
Uses of LODSetting in org.jzy3d.plot3d.rendering.view.lod
Fields in org.jzy3d.plot3d.rendering.view.lod declared as LODSetting Modifier and Type Field Description static LODSettingLODCandidates. BOUNDS_ONLYMethods in org.jzy3d.plot3d.rendering.view.lod that return LODSetting Modifier and Type Method Description LODSettingLODPerf. applyBestCandidateBelow(double maxMili, Wireframeable wireframeable)LODSettingLODPerf. getLowestScore()Methods in org.jzy3d.plot3d.rendering.view.lod that return types with arguments of type LODSetting Modifier and Type Method Description List<LODSetting>LODCandidates. getRank()List<LODSetting>LODCandidates. getReverseRank()Methods in org.jzy3d.plot3d.rendering.view.lod with parameters of type LODSetting Modifier and Type Method Description doubleLODPerf. getScore(LODSetting setting)voidLODPerf. setScore(LODSetting setting, double value)Method parameters in org.jzy3d.plot3d.rendering.view.lod with type arguments of type LODSetting Modifier and Type Method Description voidLODCandidates. setRank(List<LODSetting> rank)voidLODCandidates. setReverseRank(List<LODSetting> reverseRank)Constructors in org.jzy3d.plot3d.rendering.view.lod with parameters of type LODSetting Constructor Description LODCandidates(LODSetting... candidates)
-