Uses of Enum Class
com.amalgamasimulation.charts.utils.LeftMarginRule
Packages that use LeftMarginRule
-
Uses of LeftMarginRule in com.amalgamasimulation.charts.axes
Methods in com.amalgamasimulation.charts.axes that return LeftMarginRuleModifier and TypeMethodDescriptionGanttChartCategoryYAxis.getLeftMarginRule()Returns the currentLeftMarginRule.HeatmapChartYAxis.getLeftMarginRule()Returns the currentLeftMarginRule.Methods in com.amalgamasimulation.charts.axes with parameters of type LeftMarginRuleModifier and TypeMethodDescriptionGanttChartCategoryYAxis.setLeftMarginRule(LeftMarginRule yAxisWidthRule) Sets the newLeftMarginRule.HeatmapChartYAxis.setLeftMarginRule(LeftMarginRule yAxisWidthRule) Sets the newLeftMarginRule. -
Uses of LeftMarginRule in com.amalgamasimulation.charts.utils
Methods in com.amalgamasimulation.charts.utils that return LeftMarginRuleModifier and TypeMethodDescriptionstatic LeftMarginRuleReturns the enum constant of this class with the specified name.static LeftMarginRule[]LeftMarginRule.values()Returns an array containing the constants of this enum class, in the order they are declared.