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 class
AbstractBaseTheme
class
GGPlot2Theme
class
MatlabTheme
class
XChartTheme
Methods in org.knowm.xchart.style that return Theme Modifier and Type Method Description Theme
Styler. getTheme()
Theme
Styler.ChartTheme. newInstance(Styler.ChartTheme chartTheme)
Methods in org.knowm.xchart.style with parameters of type Theme Modifier and Type Method Description void
BubbleStyler. setTheme(Theme theme)
Set the theme the styler should usevoid
CategoryStyler. setTheme(Theme theme)
Set the theme the styler should useDialStyler
DialStyler. setTheme(Theme theme)
Set the theme the styler should usevoid
OHLCStyler. setTheme(Theme theme)
Set the theme the styler should usePieStyler
PieStyler. setTheme(Theme theme)
Set the theme the styler should useRadarStyler
RadarStyler. setTheme(Theme theme)
Set the theme the styler should usevoid
XYStyler. setTheme(Theme theme)
Set the theme the styler should use
-