Class LODPerf

java.lang.Object
org.jzy3d.plot3d.rendering.view.lod.LODPerf

public class LODPerf extends Object
Hold performance results of multiple candidate LODSetting aiming at choosing an appropriate level of details according to the rendering time expectations.
Author:
Martin Pernollet
  • Constructor Details

    • LODPerf

      public LODPerf()
    • LODPerf

      public LODPerf(LODCandidates candidates)
  • Method Details

    • 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()