Interface GridLayer

All Known Implementing Classes:
AnalysisGridLayer, DefaultGridLayer, FinancialGridLayer, MedicalGridLayer

public interface GridLayer
Strategy interface for grid rendering in ArberChartPanel. Allows for custom grid implementations (e.g. standard, medical, polar, etc.).
Since:
2026-01-01
Version:
1.0.0
Author:
Arber Gashi
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Renders the chart grid for the given plot context.
  • Method Details

    • renderGrid

      void renderGrid(Graphics2D g, PlotContext context)
      Renders the chart grid for the given plot context.
      Parameters:
      g - graphics context
      context - plot context with bounds and axis ranges