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
- Direct Known Subclasses:
Bullet, Donut, DonutThreshold, DonutUtilization, Pie
public abstract class BaseChart<E extends ChartElement, B extends TypedBuilder<E,B>>
extends Object
implements Chart, 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>
-
Method Summary
Modifier and TypeMethodDescriptionelement()height(int height) legendData(String... legend) legendData(LegendData... legend) legendOrientation(LegendOrientation orientation) legendPosition(LegendPosition position) subTitlePosition(SubTitlePosition position) themeColor(ChartThemeColor themeColor) width(int width) Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ElementAttributeMethods
aria, aria, aria, attr, attr, attr, role, roleMethods inherited from interface ElementClassListMethods
classList, classList, css, toggle, toggle, toggleMethods inherited from interface ElementConsumerMethods
apply, runMethods inherited from interface ElementContainerMethods
add, add, add, add, addAll, addAll, addAll, addAll, addAll, addAllMethods inherited from interface ElementEventMethods
on, on, onMethods inherited from interface ElementIdMethods
id, uniqueIdMethods inherited from interface ElementQueryMethods
closest, querySelector, querySelectorAllMethods inherited from interface HTMLElementDataMethods
data, dataMethods inherited from interface HTMLElementVisibilityMethods
hiddenMethods inherited from interface TypedBuilder
that
-
Method Details
-
chartType
-
element
- Specified by:
elementin interfaceIsElement<E extends ChartElement>
-
height
-
legendData
-
legendData
-
legendOrientation
-
legendPosition
-
padding
-
subTitle
-
subTitlePosition
-
themeColor
-
title
- Specified by:
titlein interfaceHTMLElementAttributeMethods<E extends ChartElement, B extends TypedBuilder<E,B>>
-
width
-
ariaTitle
-
ariaDesc
-