Class LODPerf
- java.lang.Object
-
- org.jzy3d.plot3d.rendering.view.lod.LODPerf
-
public class LODPerf extends Object
Hold performance results of multiple candidateLODSettingaiming at choosing an appropriate level of details according to the rendering time expectations.- Author:
- Martin Pernollet
-
-
Constructor Summary
Constructors Constructor Description LODPerf()LODPerf(LODCandidates candidates)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LODSettingapplyBestCandidateBelow(double maxMili, Wireframeable wireframeable)LODCandidatesgetCandidates()LODSettinggetLowestScore()doublegetScore(LODSetting setting)voidprint()voidsetScore(LODSetting setting, double value)
-
-
-
Constructor Detail
-
LODPerf
public LODPerf()
-
LODPerf
public LODPerf(LODCandidates candidates)
-
-
Method Detail
-
getScore
public double getScore(LODSetting setting)
-
setScore
public void setScore(LODSetting setting, double value)
-
applyBestCandidateBelow
public LODSetting applyBestCandidateBelow(double maxMili, Wireframeable wireframeable)
-
getLowestScore
public LODSetting getLowestScore()
-
getCandidates
public LODCandidates getCandidates()
-
print
public void print()
-
-