Class SlicedChartImpl<T extends SlicedChart,M extends SlicedChartModelImpl>

All Implemented Interfaces:
Chart<T>, SlicedChart<T>, HasStartEffect<T>, ChartModel<T>, SlicedChartModel<T>, HasColors<T>, HasMargins<T>, AttachNotifier, Component, Component.BelongToFrame, Component.HasCaption, Component.HasDescription, Component.HasIcon, Component.HasXmlDescriptor, Component.Wrapper, HasContextHelp, HasDebugId, HasHtmlCaption, HasHtmlDescription, HasHtmlSanitizer, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
FunnelChartImpl, PieChartImpl

public abstract class SlicedChartImpl<T extends SlicedChart,M extends SlicedChartModelImpl> extends ChartImpl<T,M> implements SlicedChart<T>