Uses of Enum Class
com.arbergashi.charts.ui.legend.LegendPosition
Packages that use LegendPosition
Package
Description
Swing UI components of the ArberCharts framework.
Legend UI components.
-
Uses of LegendPosition in com.arbergashi.charts.ui
Methods in com.arbergashi.charts.ui with parameters of type LegendPositionModifier and TypeMethodDescriptionArberChartPanel.withOverlayLegend(LegendPosition pos) Convenience helper to use overlay legend at a position. -
Uses of LegendPosition in com.arbergashi.charts.ui.legend
Subclasses with type arguments of type LegendPosition in com.arbergashi.charts.ui.legendMethods in com.arbergashi.charts.ui.legend that return LegendPositionModifier and TypeMethodDescriptionLegendConfig.overlayPosition()Returns the value of theoverlayPositionrecord component.static LegendPositionLegendPosition.parse(String raw, LegendPosition fallback) Parses common string tokens (used by theme/property-based configuration).static LegendPositionReturns the enum constant of this class with the specified name.static LegendPosition[]LegendPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.arbergashi.charts.ui.legend with parameters of type LegendPositionModifier and TypeMethodDescriptionstatic LegendConfigLegendConfig.overlay(LegendPosition position) Creates an overlay legend configuration.static LegendPositionLegendPosition.parse(String raw, LegendPosition fallback) Parses common string tokens (used by theme/property-based configuration).Constructors in com.arbergashi.charts.ui.legend with parameters of type LegendPositionModifierConstructorDescriptionLegendConfig(LegendPlacement placement, LegendPosition overlayPosition, LegendDockSide dockSide) Creates a legend configuration with null-safe defaults.