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 TypeMethodDescriptionvoidrenderGrid(Graphics2D g, PlotContext context) Renders the chart grid for the given plot context.
-
Method Details
-
renderGrid
Renders the chart grid for the given plot context.- Parameters:
g- graphics contextcontext- plot context with bounds and axis ranges
-