Class MedicalGridLayer
java.lang.Object
com.arbergashi.charts.ui.grid.MedicalGridLayer
- All Implemented Interfaces:
GridLayer
Medical grid layer for EKG/ECG and other medical charts (1mm/0.04s grid).
Optimized for zero-allocation rendering.
All styling is theme-driven via UIManager properties for clinical-grade quality.
- Since:
- 2026-01-01
- Version:
- 1.0.0
- Author:
- Arber Gashi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrenderGrid(Graphics2D g, PlotContext context) Renders the chart grid for the given plot context.
-
Constructor Details
-
MedicalGridLayer
public MedicalGridLayer()
-
-
Method Details
-
renderGrid
Description copied from interface:GridLayerRenders the chart grid for the given plot context.- Specified by:
renderGridin interfaceGridLayer- Parameters:
g- graphics contextcontext- plot context with bounds and axis ranges
-