Class SlicedChartLoader<T extends SlicedChart>

All Implemented Interfaces:
ComponentLoader<T>
Direct Known Subclasses:
FunnelChartLoader, PieChartLoader

public abstract class SlicedChartLoader<T extends SlicedChart> extends AbstractChartLoader<T>
  • Constructor Details

    • SlicedChartLoader

      public SlicedChartLoader()
  • Method Details

    • loadConfiguration

      protected void loadConfiguration(T chart, org.dom4j.Element element)
      Overrides:
      loadConfiguration in class AbstractChartLoader<T extends SlicedChart>
    • loadGradientRatios

      protected void loadGradientRatios(T chart, org.dom4j.Element element)