Class FinancialGridLayer
java.lang.Object
com.arbergashi.charts.ui.grid.FinancialGridLayer
- All Implemented Interfaces:
GridLayer
Grid layer tuned for financial charts: clear horizontal price lines,
subtle vertical time lines and an optional faint separator for volume areas.
All styling is theme-driven via UIManager properties for Bloomberg-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
-
FinancialGridLayer
public FinancialGridLayer()
-
-
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
-