Uses of Class
org.jzy3d.plot3d.rendering.view.lod.LODCandidates
-
Packages that use LODCandidates Package Description org.jzy3d.chart org.jzy3d.plot3d.rendering.view.lod -
-
Uses of LODCandidates in org.jzy3d.chart
Methods in org.jzy3d.chart with parameters of type LODCandidates Modifier and Type Method Description ChartChart. add(Drawable drawable, LODCandidates candidates)Add a drawable by first evaluating its rendering performance onscreen from worse (LODSetting.Bounds.ONto most good looking rendering. -
Uses of LODCandidates in org.jzy3d.plot3d.rendering.view.lod
Methods in org.jzy3d.plot3d.rendering.view.lod that return LODCandidates Modifier and Type Method Description LODCandidatesLODPerf. getCandidates()Constructors in org.jzy3d.plot3d.rendering.view.lod with parameters of type LODCandidates Constructor Description LODPerf(LODCandidates candidates)
-