Class LODPerf
- java.lang.Object
-
- org.jzy3d.plot3d.rendering.view.lod.LODPerf
-
public class LODPerf extends Object
Hold performance results of multiple candidateLODSetting
aiming 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 LODSetting
applyBestCandidateBelow(double maxMili, Wireframeable wireframeable)
LODCandidates
getCandidates()
LODSetting
getLowestScore()
double
getScore(LODSetting setting)
void
print()
void
setScore(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()
-
-