Package org.knowm.xchart.style.theme
Class XChartTheme
java.lang.Object
org.knowm.xchart.style.theme.AbstractBaseTheme
org.knowm.xchart.style.theme.XChartTheme
- All Implemented Interfaces:
SeriesColors,SeriesLines,SeriesMarkers,Theme
-
Field Summary
Fields inherited from interface org.knowm.xchart.style.lines.SeriesLines
DASH_DASH, DASH_DOT, DOT_DOT, NONE, SOLIDFields inherited from interface org.knowm.xchart.style.markers.SeriesMarkers
CIRCLE, CROSS, DIAMOND, NONE, OVAL, PLUS, RECTANGLE, SQUARE, TRAPEZOID, TRIANGLE_DOWN, TRIANGLE_UPFields inherited from interface org.knowm.xchart.style.theme.Theme
BASE_FONT, BASE_STROKE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.knowm.xchart.style.theme.AbstractBaseTheme
getAvailableSpaceFill, getAxisTickLabelsColor, getAxisTickLabelsFont, getAxisTickMarkLength, getAxisTickMarksColor, getAxisTickMarksStroke, getAxisTickPadding, getAxisTitleFont, getAxisTitlePadding, getBaseFont, getChartFontColor, getChartPadding, getChartTitleFont, getChartTitlePadding, getCursorBackgroundColor, getCursorColor, getCursorFont, getCursorFontColor, getCursorSize, getDonutThickness, getErrorBarsColor, getLabelsDistance, getLabelType, getLegendBackgroundColor, getLegendBorderColor, getLegendFont, getLegendPadding, getLegendPosition, getLegendSeriesLineLength, getMarkerSize, getPieFont, getPlotBackgroundColor, getPlotBorderColor, getPlotGridLinesColor, getPlotGridLinesStroke, getPlotMargin, getStartAngleInDegrees, getSumFont, getXAxisTickMarkSpacingHint, getYAxisTickMarkSpacingHint, isAxisTicksLineVisible, isAxisTicksMarksVisible, isChartTitleVisible, isCircular, isCursorEnabled, isErrorBarsColorSeriesColor, isLegendVisible, isOverlapped, isPlotBorderVisible, isPlotGridHorizontalLinesVisible, isPlotGridLinesVisible, isPlotGridVerticalLinesVisible, isSumVisible, isXAxisTicksVisible, isXAxisTitleVisible, isYAxisTicksVisible, isYAxisTitleVisible, setForceAllLabelsVisibleMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.knowm.xchart.style.theme.Theme
getAnnotationLineColor, getAnnotationLineStroke, getAnnotationTextFont, getAnnotationTextFontColor, getAnnotationTextPanelBackgroundColor, getAnnotationTextPanelBorderColor, getAnnotationTextPanelFont, getAnnotationTextPanelFontColor, getAnnotationTextPanelPadding, getChartButtonBackgroundColor, getChartButtonBorderColor, getChartButtonFont, getChartButtonFontColor, getChartButtonHoverColor, getChartButtonMargin, getLabelsFontColorAutomaticDark, getLabelsFontColorAutomaticLight, getPlotContentSize, getToolTipBackgroundColor, getToolTipBorderColor, getToolTipFont, getToolTipHighlightColor, getToolTipType, isLabelsFontColorAutomaticEnabled, isToolTipsEnabled, isZoomEnabled
-
Constructor Details
-
XChartTheme
public XChartTheme()
-
-
Method Details
-
getChartBackgroundColor
- Specified by:
getChartBackgroundColorin interfaceTheme- Overrides:
getChartBackgroundColorin classAbstractBaseTheme
-
getSeriesColors
- Specified by:
getSeriesColorsin interfaceSeriesColors- Overrides:
getSeriesColorsin classAbstractBaseTheme
-
getSeriesMarkers
- Specified by:
getSeriesMarkersin interfaceSeriesMarkers- Overrides:
getSeriesMarkersin classAbstractBaseTheme
-
getSeriesLines
- Specified by:
getSeriesLinesin interfaceSeriesLines- Overrides:
getSeriesLinesin classAbstractBaseTheme
-
isChartTitleBoxVisible
public boolean isChartTitleBoxVisible()- Specified by:
isChartTitleBoxVisiblein interfaceTheme- Overrides:
isChartTitleBoxVisiblein classAbstractBaseTheme
-
getChartTitleBoxBackgroundColor
- Specified by:
getChartTitleBoxBackgroundColorin interfaceTheme- Overrides:
getChartTitleBoxBackgroundColorin classAbstractBaseTheme
-
getChartTitleBoxBorderColor
- Specified by:
getChartTitleBoxBorderColorin interfaceTheme- Overrides:
getChartTitleBoxBorderColorin classAbstractBaseTheme
-
isPlotTicksMarksVisible
public boolean isPlotTicksMarksVisible()- Specified by:
isPlotTicksMarksVisiblein interfaceTheme- Overrides:
isPlotTicksMarksVisiblein classAbstractBaseTheme
-