Uses of Enum Class
com.arbergashi.charts.ui.legend.LegendDockSide
Packages that use LegendDockSide
Package
Description
Swing UI components of the ArberCharts framework.
Legend UI components.
-
Uses of LegendDockSide in com.arbergashi.charts.ui
Methods in com.arbergashi.charts.ui with parameters of type LegendDockSideModifier and TypeMethodDescriptionArberChartPanel.withDockedLegend(LegendDockSide side) Convenience helper to dock the legend to a side. -
Uses of LegendDockSide in com.arbergashi.charts.ui.legend
Subclasses with type arguments of type LegendDockSide in com.arbergashi.charts.ui.legendModifier and TypeClassDescriptionenumDocking sides for legends whenLegendPlacement.DOCKEDis used.Methods in com.arbergashi.charts.ui.legend that return LegendDockSideModifier and TypeMethodDescriptionLegendConfig.dockSide()Returns the value of thedockSiderecord component.DockedLegendPanel.getDockSide()Returns the current docking side.static LegendDockSideReturns the enum constant of this class with the specified name.static LegendDockSide[]LegendDockSide.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 LegendDockSideModifier and TypeMethodDescriptionstatic LegendConfigLegendConfig.docked(LegendDockSide side) Creates a docked legend configuration.voidDockedLegendPanel.setDockSide(LegendDockSide side) Sets the docking side that controls sizing defaults and layout behavior.Constructors in com.arbergashi.charts.ui.legend with parameters of type LegendDockSideModifierConstructorDescriptionLegendConfig(LegendPlacement placement, LegendPosition overlayPosition, LegendDockSide dockSide) Creates a legend configuration with null-safe defaults.