Package 

Interface DefaultColors

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class DefaultColors.Light

      The default chart colors for light mode.

      public class DefaultColors.Dark

      The default chart colors for dark mode.

    • Method Summary

      Modifier and Type Method Description
      abstract Long getElevationOverlayColor() The default color for elevation overlays.
      abstract Long getAxisLabelColor() The default color for axis labels.
      abstract Long getAxisGuidelineColor() The default color for axis guidelines.
      abstract Long getAxisLineColor() The default color for axis lines.
      abstract Long getEntity1Color() The color for columns whose index in a column collection is 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 3k (k ∈ N).
      abstract Long getEntity2Color() The color for columns whose index in a column collection is 1 + 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 1 + 3k (k ∈ N).
      abstract Long getEntity3Color() The color for columns whose index in a column collection is 2 + 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 2 + 3k (k ∈ N).
      abstract Long getLineColor() The default line color for line charts.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getElevationOverlayColor

         abstract Long getElevationOverlayColor()

        The default color for elevation overlays. Its opacity is modified depending on the elevation.

      • getEntity1Color

         abstract Long getEntity1Color()

        The color for columns whose index in a column collection is 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 3k (k ∈ N).

      • getEntity2Color

         abstract Long getEntity2Color()

        The color for columns whose index in a column collection is 1 + 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 1 + 3k (k ∈ N).

      • getEntity3Color

         abstract Long getEntity3Color()

        The color for columns whose index in a column collection is 2 + 3k (k ∈ N) and for lines whose index in the list of lines in a line chart is 2 + 3k (k ∈ N).

      • getLineColor

         abstract Long getLineColor()

        The default line color for line charts.