Uses of Class
org.jzy3d.plot3d.rendering.view.lod.LODPerf
-
Packages that use LODPerf Package Description org.jzy3d.chart.controllers.camera org.jzy3d.chart.controllers.mouse.camera org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers -
-
Uses of LODPerf in org.jzy3d.chart.controllers.camera
Fields in org.jzy3d.chart.controllers.camera declared as LODPerf Modifier and Type Field Description protected LODPerf
AbstractCameraController. perf
Methods in org.jzy3d.chart.controllers.camera that return LODPerf Modifier and Type Method Description LODPerf
AbstractCameraController. getLODPerf()
Methods in org.jzy3d.chart.controllers.camera with parameters of type LODPerf Modifier and Type Method Description void
AbstractCameraController. setLODPerf(LODPerf perf)
-
Uses of LODPerf in org.jzy3d.chart.controllers.mouse.camera
Methods in org.jzy3d.chart.controllers.mouse.camera that return LODPerf Modifier and Type Method Description LODPerf
ICameraMouseController. getLODPerf()
Methods in org.jzy3d.chart.controllers.mouse.camera with parameters of type LODPerf Modifier and Type Method Description void
ICameraMouseController. setLODPerf(LODPerf perf)
-
Uses of LODPerf in org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers
Methods in org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers that return LODPerf Modifier and Type Method Description LODPerf
AdaptByPerformanceKnowledge. getPerf()
Methods in org.jzy3d.chart.controllers.mouse.camera.adaptive.handlers with parameters of type LODPerf Modifier and Type Method Description void
AdaptByPerformanceKnowledge. setPerf(LODPerf perf)
-