Class ThresholdRenderer

java.lang.Object
com.arbergashi.charts.render.BaseRenderer
com.arbergashi.charts.render.analysis.ThresholdRenderer
All Implemented Interfaces:
ChartRenderer

public final class ThresholdRenderer extends BaseRenderer

ThresholdRenderer - Visual Threshold Indicator

Enterprise-grade threshold renderer for highlighting regions above or below a critical value with semi-transparent fills and optional reference lines.

Performance Characteristics:

  • Render Time: < 0.5ms (constant time)
  • Complexity: O(1) - draws single rectangle
  • Memory: Zero allocations (shape pooling)
Since:
2024-06-01
Version:
1.0.0
Author:
Arber Gashi
  • Constructor Details

    • ThresholdRenderer

      public ThresholdRenderer()
  • Method Details