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 LODSetting
AdaptByPerformanceKnowledge. 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 LODSetting
LODCandidates. BOUNDS_ONLY
Methods in org.jzy3d.plot3d.rendering.view.lod that return LODSetting Modifier and Type Method Description LODSetting
LODPerf. applyBestCandidateBelow(double maxMili, Wireframeable wireframeable)
LODSetting
LODPerf. 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 double
LODPerf. getScore(LODSetting setting)
void
LODPerf. 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 void
LODCandidates. setRank(List<LODSetting> rank)
void
LODCandidates. setReverseRank(List<LODSetting> reverseRank)
Constructors in org.jzy3d.plot3d.rendering.view.lod with parameters of type LODSetting Constructor Description LODCandidates(LODSetting... candidates)
-