Interface Theme
- All Superinterfaces:
SeriesColors, SeriesLines, SeriesMarkers
- All Known Implementing Classes:
AbstractBaseTheme, GGPlot2Theme, MatlabTheme, XChartTheme
-
Field Summary
FieldsFields inherited from interface SeriesMarkers
CIRCLE, CROSS, DIAMOND, NONE, OVAL, PLUS, RECTANGLE, SQUARE, TRAPEZOID, TRIANGLE_DOWN, TRIANGLE_UP -
Method Summary
Modifier and TypeMethodDescriptiondefault Colordefault BasicStrokedefault Fontdefault Colordefault Colordefault Colordefault Fontdefault Colordefault intdoubleintintintdefault Colordefault Colordefault Fontdefault Colordefault Colordefault intintintfloatdoubledoubledefault Colordefault Colorintintintdefault doubleintdoubledefault Colordefault Colordefault Fontdefault Colordefault Styler.ToolTipTypeintintbooleanbooleanbooleanbooleanbooleanbooleanbooleandefault booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleandefault booleanbooleanbooleanbooleanbooleandefault booleanbooleanMethods inherited from interface SeriesColors
getSeriesColorsMethods inherited from interface SeriesLines
getSeriesLinesMethods inherited from interface SeriesMarkers
getSeriesMarkers
-
Field Details
-
BASE_FONT
-
BASE_STROKE
-
-
Method Details
-
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() -
isPlotGridLinesVisible
boolean isPlotGridLinesVisible() -
isPlotGridVerticalLinesVisible
boolean isPlotGridVerticalLinesVisible() -
isPlotGridHorizontalLinesVisible
boolean isPlotGridHorizontalLinesVisible() -
getPlotBackgroundColor
Color getPlotBackgroundColor() -
getPlotBorderColor
Color getPlotBorderColor() -
isPlotBorderVisible
boolean isPlotBorderVisible() -
getPlotGridLinesColor
Color getPlotGridLinesColor() -
getPlotGridLinesStroke
BasicStroke getPlotGridLinesStroke() -
isPlotTicksMarksVisible
boolean isPlotTicksMarksVisible() -
getPlotContentSize
default double getPlotContentSize() -
getPlotMargin
int getPlotMargin() -
getAnnotationTextPanelFont
-
getAnnotationTextPanelFontColor
-
getAnnotationTextPanelBackgroundColor
-
getAnnotationTextPanelBorderColor
-
getAnnotationTextPanelPadding
default int getAnnotationTextPanelPadding() -
getAnnotationTextFont
-
getAnnotationTextFontColor
-
getAnnotationLineStroke
-
getAnnotationLineColor
-
getChartButtonBackgroundColor
-
getChartButtonBorderColor
-
getChartButtonHoverColor
-
getChartButtonFontColor
-
getChartButtonFont
-
getChartButtonMargin
default int getChartButtonMargin() -
isToolTipsEnabled
default boolean isToolTipsEnabled() -
getToolTipType
-
getToolTipFont
-
getToolTipBackgroundColor
-
getToolTipBorderColor
-
getToolTipHighlightColor
-
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
BasicStroke getAxisTickMarksStroke() -
getAxisTickLabelsColor
Color getAxisTickLabelsColor() -
isAxisTicksLineVisible
boolean isAxisTicksLineVisible() -
isAxisTicksMarksVisible
boolean isAxisTicksMarksVisible() -
getAxisTitlePadding
int getAxisTitlePadding() -
getXAxisTickMarkSpacingHint
int getXAxisTickMarkSpacingHint() -
getYAxisTickMarkSpacingHint
int getYAxisTickMarkSpacingHint() -
isCursorEnabled
boolean isCursorEnabled() -
getCursorColor
Color getCursorColor() -
getCursorSize
float getCursorSize() -
getCursorFont
Font getCursorFont() -
getCursorFontColor
Color getCursorFontColor() -
getCursorBackgroundColor
Color getCursorBackgroundColor() -
isZoomEnabled
default boolean isZoomEnabled() -
getAvailableSpaceFill
double getAvailableSpaceFill() -
isOverlapped
boolean isOverlapped() -
isCircular
boolean isCircular() -
getStartAngleInDegrees
double getStartAngleInDegrees() -
getPieFont
Font getPieFont() -
getLabelsDistance
double getLabelsDistance() -
getLabelType
PieStyler.LabelType getLabelType() -
setForceAllLabelsVisible
boolean setForceAllLabelsVisible() -
getDonutThickness
double getDonutThickness() -
isSumVisible
boolean isSumVisible() -
getSumFont
Font getSumFont() -
getMarkerSize
int getMarkerSize() -
getErrorBarsColor
Color getErrorBarsColor() -
isErrorBarsColorSeriesColor
boolean isErrorBarsColorSeriesColor() -
getLabelsFontColorAutomaticDark
-
getLabelsFontColorAutomaticLight
-
isLabelsFontColorAutomaticEnabled
default boolean isLabelsFontColorAutomaticEnabled()
-