Class FinancialGridLayer

java.lang.Object
com.arbergashi.charts.ui.grid.FinancialGridLayer
All Implemented Interfaces:
GridLayer

public class FinancialGridLayer extends Object implements 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 Details

    • FinancialGridLayer

      public FinancialGridLayer()
  • Method Details

    • renderGrid

      public void renderGrid(Graphics2D g, PlotContext context)
      Description copied from interface: GridLayer
      Renders the chart grid for the given plot context.
      Specified by:
      renderGrid in interface GridLayer
      Parameters:
      g - graphics context
      context - plot context with bounds and axis ranges