Package org.knowm.xchart.style
Interface Theme
-
- All Superinterfaces:
SeriesColors
,SeriesLines
,SeriesMarkers
- All Known Implementing Classes:
AbstractBaseTheme
,GGPlot2Theme
,MatlabTheme
,XChartTheme
public interface Theme extends SeriesMarkers, SeriesLines, SeriesColors
- Author:
- timmolter
-
-
Field Summary
-
Fields inherited from interface org.knowm.xchart.style.lines.SeriesLines
DASH_DASH, DASH_DOT, DOT_DOT, NONE, SOLID
-
Fields inherited from interface org.knowm.xchart.style.markers.SeriesMarkers
CIRCLE, CROSS, DIAMOND, NONE, OVAL, PLUS, RECTANGLE, SQUARE, TRAPEZOID, TRIANGLE_DOWN, TRIANGLE_UP
-
-
Method Summary
-
Methods inherited from interface org.knowm.xchart.style.colors.SeriesColors
getSeriesColors
-
Methods inherited from interface org.knowm.xchart.style.lines.SeriesLines
getSeriesLines
-
Methods inherited from interface org.knowm.xchart.style.markers.SeriesMarkers
getSeriesMarkers
-
-
-
-
Method Detail
-
getBaseFont
Font getBaseFont()
-
getChartBackgroundColor
Color getChartBackgroundColor()
-
getChartFontColor
Color getChartFontColor()
-
getChartPadding
int getChartPadding()
-
getChartTitleFont
Font getChartTitleFont()
-
isChartTitleVisible
boolean isChartTitleVisible()
-
isChartTitleBoxVisible
boolean isChartTitleBoxVisible()
-
getChartTitleBoxBackgroundColor
Color getChartTitleBoxBackgroundColor()
-
getChartTitleBoxBorderColor
Color getChartTitleBoxBorderColor()
-
getChartTitlePadding
int getChartTitlePadding()
-
getLegendFont
Font getLegendFont()
-
isLegendVisible
boolean isLegendVisible()
-
getLegendBackgroundColor
Color getLegendBackgroundColor()
-
getLegendBorderColor
Color getLegendBorderColor()
-
getLegendPadding
int getLegendPadding()
-
getLegendSeriesLineLength
int getLegendSeriesLineLength()
-
getLegendPosition
Styler.LegendPosition getLegendPosition()
-
isXAxisTitleVisible
boolean isXAxisTitleVisible()
-
isYAxisTitleVisible
boolean isYAxisTitleVisible()
-
getAxisTitleFont
Font getAxisTitleFont()
-
isXAxisTicksVisible
boolean isXAxisTicksVisible()
-
isYAxisTicksVisible
boolean isYAxisTicksVisible()
-
getAxisTickLabelsFont
Font getAxisTickLabelsFont()
-
getAxisTickMarkLength
int getAxisTickMarkLength()
-
getAxisTickPadding
int getAxisTickPadding()
-
getAxisTickMarksColor
Color getAxisTickMarksColor()
-
getAxisTickMarksStroke
Stroke getAxisTickMarksStroke()
-
getAxisTickLabelsColor
Color getAxisTickLabelsColor()
-
isAxisTicksLineVisible
boolean isAxisTicksLineVisible()
-
isAxisTicksMarksVisible
boolean isAxisTicksMarksVisible()
-
getAxisTitlePadding
int getAxisTitlePadding()
-
getXAxisTickMarkSpacingHint
int getXAxisTickMarkSpacingHint()
-
getYAxisTickMarkSpacingHint
int getYAxisTickMarkSpacingHint()
-
isPlotGridLinesVisible
boolean isPlotGridLinesVisible()
-
isPlotGridVerticalLinesVisible
boolean isPlotGridVerticalLinesVisible()
-
isPlotGridHorizontalLinesVisible
boolean isPlotGridHorizontalLinesVisible()
-
getPlotBackgroundColor
Color getPlotBackgroundColor()
-
getPlotBorderColor
Color getPlotBorderColor()
-
isPlotBorderVisible
boolean isPlotBorderVisible()
-
getPlotGridLinesColor
Color getPlotGridLinesColor()
-
getPlotGridLinesStroke
Stroke getPlotGridLinesStroke()
-
isPlotTicksMarksVisible
boolean isPlotTicksMarksVisible()
-
getPlotContentSize
double getPlotContentSize()
-
getPlotMargin
int getPlotMargin()
-
isToolTipsEnabled
boolean isToolTipsEnabled()
-
getToolTipType
Styler.ToolTipType getToolTipType()
-
getToolTipFont
Font getToolTipFont()
-
getToolTipBackgroundColor
Color getToolTipBackgroundColor()
-
getToolTipBorderColor
Color getToolTipBorderColor()
-
getToolTipHighlightColor
Color getToolTipHighlightColor()
-
getAvailableSpaceFill
double getAvailableSpaceFill()
-
isOverlapped
boolean isOverlapped()
-
isCircular
boolean isCircular()
-
getStartAngleInDegrees
double getStartAngleInDegrees()
-
getPieFont
Font getPieFont()
-
getAnnotationDistance
double getAnnotationDistance()
-
getAnnotationType
PieStyler.AnnotationType getAnnotationType()
-
isDrawAllAnnotations
boolean isDrawAllAnnotations()
-
getDonutThickness
double getDonutThickness()
-
isSumVisible
boolean isSumVisible()
-
getSumFont
Font getSumFont()
-
getMarkerSize
int getMarkerSize()
-
getErrorBarsColor
Color getErrorBarsColor()
-
isErrorBarsColorSeriesColor
boolean isErrorBarsColorSeriesColor()
-
getAnnotationFont
Font getAnnotationFont()
-
-