Uses of Interface
org.knowm.xchart.style.Theme
- 
Packages that use Theme Package Description org.knowm.xchart org.knowm.xchart.style  - 
- 
Uses of Theme in org.knowm.xchart
Constructors in org.knowm.xchart with parameters of type Theme Constructor Description BubbleChart(int width, int height, Theme theme)ConstructorCategoryChart(int width, int height, Theme theme)ConstructorDialChart(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
Classes in org.knowm.xchart.style that implement Theme Modifier and Type Class Description classAbstractBaseThemeclassGGPlot2ThemeclassMatlabThemeclassXChartThemeMethods 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 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 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 
 -