Class ChartUtil


  • public final class ChartUtil
    extends Object
    Author:
    Teodor Danciu (teodord@users.sourceforge.net)
    • Field Detail

      • EXCEPTION_MESSAGE_KEY_CHART_THEME_NOT_FOUND

        public static final String EXCEPTION_MESSAGE_KEY_CHART_THEME_NOT_FOUND
        See Also:
        Constant Field Values
      • EXCEPTION_MESSAGE_KEY_RENDERER_FACTORY_NOT_SPECIFIED

        public static final String EXCEPTION_MESSAGE_KEY_RENDERER_FACTORY_NOT_SPECIFIED
        See Also:
        Constant Field Values
      • AUTO_TICK_UNIT_THRESHOLD

        protected static final double AUTO_TICK_UNIT_THRESHOLD
        See Also:
        Constant Field Values
      • AUTO_TICK_UNIT_FACTOR

        protected static final double AUTO_TICK_UNIT_FACTOR
        See Also:
        Constant Field Values
    • Method Detail

      • createIntegerTickUnits

        public org.jfree.chart.axis.TickUnitSource createIntegerTickUnits​(Locale locale)
      • createStandardTickUnits

        public org.jfree.chart.axis.TickUnitSource createStandardTickUnits​(Locale locale)
      • setAutoTickUnit

        public void setAutoTickUnit​(org.jfree.chart.axis.NumberAxis numberAxis)
      • getPlotOrientation

        public static final org.jfree.chart.plot.PlotOrientation getPlotOrientation​(PlotOrientationEnum plotOrientationEnum)
      • getPlotOrientation

        public static final PlotOrientationEnum getPlotOrientation​(org.jfree.chart.plot.PlotOrientation jfcPlotOrientation)
      • getTimePeriod

        public static final TimePeriodEnum getTimePeriod​(Class<?> timePeriodClass)