Class BaseChart<E extends ChartElement, B extends TypedBuilder<E,B>>

java.lang.Object
org.patternfly.chart.BaseChart<E,B>
All Implemented Interfaces:
ElementAttributeMethods<E,B>, ElementClassListMethods<E,B>, ElementConsumerMethods<E,B>, ElementContainerMethods<E,B>, ElementEventMethods<E,B>, ElementIdMethods<E,B>, ElementQueryMethods<E>, HTMLElementAttributeMethods<E,B>, HTMLElementDataMethods<E,B>, HTMLElementStyleMethods<E,B>, HTMLElementVisibilityMethods<E,B>, IsElement<E>, TypedBuilder<E,B>, Chart, org.patternfly.core.OuiaSupport<E,B>
Direct Known Subclasses:
Bullet, Donut, DonutThreshold, DonutUtilization, Pie

public abstract class BaseChart<E extends ChartElement, B extends TypedBuilder<E,B>> extends Object implements Chart, org.patternfly.core.OuiaSupport<E,B>, ElementAttributeMethods<E,B>, ElementClassListMethods<E,B>, ElementConsumerMethods<E,B>, ElementContainerMethods<E,B>, ElementEventMethods<E,B>, ElementIdMethods<E,B>, ElementQueryMethods<E>, HTMLElementAttributeMethods<E,B>, HTMLElementDataMethods<E,B>, HTMLElementStyleMethods<E,B>, HTMLElementVisibilityMethods<E,B>