package aesthetics
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Colors(background: Color, frame: Color, bar: Color, fill: Color, path: Color, point: Color, gridLine: Color, trendLine: Color, title: Color, label: Color, annotation: Color, legendLabel: Color, tickLabel: Color, stream: Seq[Color], continuousColoring: ContinuousColoring) extends Product with Serializable
- final case class Elements(strokeWidth: Double, lineDashStyle: LineStyle, pointSize: Double, gridLineSize: Double, boxSpacing: Double, barSpacing: Double, clusterSpacing: Double, boundBuffer: Double, contours: Int, categoricalXAxisLabelOrientation: Double, categoricalYAxisLabelOrientation: Double, continuousXAxisLabelOrientation: Double, continuousYAxisLabelOrientation: Double, tickCount: Int, xTickCount: Int, yTickCount: Int, xGridLineCount: Int, yGridLineCount: Int, tickThickness: Double, tickLength: Double) extends Product with Serializable
- final case class Fonts(titleSize: Double, labelSize: Double, annotationSize: Double, legendLabelSize: Double, tickLabelSize: Double, facetLabelSize: Double, fontFace: String) extends Product with Serializable
- final case class Theme(fonts: Fonts, colors: Colors, elements: Elements) extends Product with Serializable
Themes are a mechanism for controlling the styling of plots from a single object.
Themes are a mechanism for controlling the styling of plots from a single object. A theme is defined implicitly and passed into plots.
- Annotations
- @implicitNotFound()
- See also
DefaultTheme.defaultTheme for an easy default.
Value Members
- object ClassicTheme
- object DefaultTheme