Interface Theme

All Superinterfaces:
SeriesColors, SeriesLines, SeriesMarkers
All Known Implementing Classes:
AbstractBaseTheme, GGPlot2Theme, MatlabTheme, MyCustomTheme, XChartTheme

public interface Theme extends SeriesMarkers, SeriesLines, SeriesColors
  • Field Details

    • BASE_FONT

      static final Font BASE_FONT
    • BASE_STROKE

      static final BasicStroke 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

      default Font getAnnotationTextPanelFont()
    • getAnnotationTextPanelFontColor

      default Color getAnnotationTextPanelFontColor()
    • getAnnotationTextPanelBackgroundColor

      default Color getAnnotationTextPanelBackgroundColor()
    • getAnnotationTextPanelBorderColor

      default Color getAnnotationTextPanelBorderColor()
    • getAnnotationTextPanelPadding

      default int getAnnotationTextPanelPadding()
    • getAnnotationTextFont

      default Font getAnnotationTextFont()
    • getAnnotationTextFontColor

      default Color getAnnotationTextFontColor()
    • getAnnotationLineStroke

      default BasicStroke getAnnotationLineStroke()
    • getAnnotationLineColor

      default Color getAnnotationLineColor()
    • getChartButtonBackgroundColor

      default Color getChartButtonBackgroundColor()
    • getChartButtonBorderColor

      default Color getChartButtonBorderColor()
    • getChartButtonHoverColor

      default Color getChartButtonHoverColor()
    • getChartButtonFontColor

      default Color getChartButtonFontColor()
    • getChartButtonFont

      default Font getChartButtonFont()
    • getChartButtonMargin

      default int getChartButtonMargin()
    • isToolTipsEnabled

      default boolean isToolTipsEnabled()
    • getToolTipType

      default Styler.ToolTipType getToolTipType()
    • getToolTipFont

      default Font getToolTipFont()
    • getToolTipBackgroundColor

      default Color getToolTipBackgroundColor()
    • getToolTipBorderColor

      default Color getToolTipBorderColor()
    • getToolTipHighlightColor

      default Color 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

      default Color getLabelsFontColorAutomaticDark()
    • getLabelsFontColorAutomaticLight

      default Color getLabelsFontColorAutomaticLight()
    • isLabelsFontColorAutomaticEnabled

      default boolean isLabelsFontColorAutomaticEnabled()