Uses of Class
com.atlassian.bamboo.charts.AbstractBambooChart.AutoRange
-
Packages that use AbstractBambooChart.AutoRange Package Description com.atlassian.bamboo.charts -
-
Uses of AbstractBambooChart.AutoRange in com.atlassian.bamboo.charts
Methods in com.atlassian.bamboo.charts that return AbstractBambooChart.AutoRange Modifier and Type Method Description static AbstractBambooChart.AutoRange
AbstractBambooChart.AutoRange. valueOf(String name)
Returns the enum constant of this type with the specified name.static AbstractBambooChart.AutoRange[]
AbstractBambooChart.AutoRange. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.charts with parameters of type AbstractBambooChart.AutoRange Modifier and Type Method Description protected void
AbstractBambooChart. configureDurationRangeAxis(@NotNull org.jfree.chart.JFreeChart chart, @NotNull AbstractBambooChart.AutoRange autoRange)
Helper method to display "nice" durations rather than just in seconds
-