Package com.arbergashi.charts.render
package com.arbergashi.charts.render
Rendering layer of the ArberCharts framework.
Renderers are responsible for drawing a ChartModel
into a plot area defined by PlotContext using colors and
fonts from ChartTheme.
Contract: Renderers must be fast, allocation-aware, and must not depend on demo-only resources or global theme state.
-
ClassDescriptionRenderer for axes, ticks, and grid lines.Base class for all chart renderers, providing common functionality and utility methods.Defines the contract for custom chart renderers.Categories for renderers used by the RendererRegistry and UI.Descriptor for registered renderers.Stable public renderer metadata.Public facade for the renderer registry.