Uses of Interface
org.knowm.xchart.style.theme.Theme
-
Packages that use Theme Package Description org.knowm.xchart org.knowm.xchart.style org.knowm.xchart.style.theme -
-
Uses of Theme in org.knowm.xchart
Constructors in org.knowm.xchart with parameters of type Theme Constructor Description BoxChart(int width, int height, Theme theme)BubbleChart(int width, int height, Theme theme)ConstructorCategoryChart(int width, int height, Theme theme)ConstructorDialChart(int width, int height, Theme theme)ConstructorHeatMapChart(int width, int height, Theme theme)ConstructorOHLCChart(int width, int height, Theme theme)ConstructorPieChart(int width, int height, Theme theme)ConstructorRadarChart(int width, int height, Theme theme)ConstructorXYChart(int width, int height, Theme theme)Constructor -
Uses of Theme in org.knowm.xchart.style
Fields in org.knowm.xchart.style declared as Theme Modifier and Type Field Description (package private) ThemeStyler. themethe default ThemeMethods in org.knowm.xchart.style that return Theme Modifier and Type Method Description ThemeStyler. getTheme()ThemeStyler.ChartTheme. newInstance(Styler.ChartTheme chartTheme)Methods in org.knowm.xchart.style with parameters of type Theme Modifier and Type Method Description voidBoxStyler. setTheme(Theme theme)voidBubbleStyler. setTheme(Theme theme)Set the theme the styler should usevoidCategoryStyler. setTheme(Theme theme)Set the theme the styler should useDialStylerDialStyler. setTheme(Theme theme)Set the theme the styler should usevoidHeatMapStyler. setTheme(Theme theme)Set the theme the styler should usevoidOHLCStyler. setTheme(Theme theme)Set the theme the styler should usePieStylerPieStyler. setTheme(Theme theme)Set the theme the styler should useRadarStylerRadarStyler. setTheme(Theme theme)Set the theme the styler should usevoidXYStyler. setTheme(Theme theme)Set the theme the styler should use -
Uses of Theme in org.knowm.xchart.style.theme
Classes in org.knowm.xchart.style.theme that implement Theme Modifier and Type Class Description classAbstractBaseThemeclassGGPlot2ThemeclassMatlabThemeclassXChartTheme
-