Uses of Record Class
com.arbergashi.charts.ui.legend.LegendConfig
Packages that use LegendConfig
Package
Description
Public API of the ArberCharts framework.
Swing UI components of the ArberCharts framework.
Legend UI components.
-
Uses of LegendConfig in com.arbergashi.charts.api
Methods in com.arbergashi.charts.api with parameters of type LegendConfig -
Uses of LegendConfig in com.arbergashi.charts.ui
Methods in com.arbergashi.charts.ui with parameters of type LegendConfigModifier and TypeMethodDescriptionArberChartPanel.withLegendConfig(LegendConfig config) Configures legend placement. -
Uses of LegendConfig in com.arbergashi.charts.ui.legend
Fields in com.arbergashi.charts.ui.legend declared as LegendConfigModifier and TypeFieldDescriptionstatic final LegendConfigLegendConfig.DEFAULTDefault legend configuration (overlay, top-left, right dock fallback).Methods in com.arbergashi.charts.ui.legend that return LegendConfigModifier and TypeMethodDescriptionstatic LegendConfigLegendConfig.docked(LegendDockSide side) Creates a docked legend configuration.static LegendConfigLegendConfig.overlay(LegendPosition position) Creates an overlay legend configuration.