Package

com.gu.contentatom.thrift.atom

chart

Permalink

package chart

Visibility
  1. Public
  2. All

Type Members

  1. trait Axis extends ThriftStruct with Product2[Seq[Double], Range] with ValidatingThriftStruct[Axis] with Serializable

    Permalink

    Prefer the companion object's com.gu.contentatom.thrift.atom.chart.Axis.apply for construction if you don't need to specify passthrough fields.

  2. trait ChartAtom extends ThriftStruct with Product9[ChartType, Furniture, TabularData, Seq[SeriesColour], DisplaySettings, Option[Seq[Int]], Option[Seq[Int]], Option[Axis], Option[Axis]] with ValidatingThriftStruct[ChartAtom] with Serializable

    Permalink

    Prefer the companion object's com.gu.contentatom.thrift.atom.chart.ChartAtom.apply for construction if you don't need to specify passthrough fields.

  3. sealed trait ChartType extends ThriftEnum with Serializable

    Permalink
    Annotations
    @Generated()
  4. trait DisplaySettings extends ThriftStruct with Product4[Boolean, Boolean, Option[Boolean], Option[Boolean]] with ValidatingThriftStruct[DisplaySettings] with Serializable

    Permalink

    Prefer the companion object's com.gu.contentatom.thrift.atom.chart.DisplaySettings.apply for construction if you don't need to specify passthrough fields.

  5. trait Furniture extends ThriftStruct with Product3[String, String, Option[String]] with ValidatingThriftStruct[Furniture] with Serializable

    Permalink

    Prefer the companion object's com.gu.contentatom.thrift.atom.chart.Furniture.apply for construction if you don't need to specify passthrough fields.

  6. trait Range extends ThriftStruct with Product2[Double, Double] with ValidatingThriftStruct[Range] with Serializable

    Permalink

    Prefer the companion object's com.gu.contentatom.thrift.atom.chart.Range.apply for construction if you don't need to specify passthrough fields.

  7. sealed trait RowType extends ThriftEnum with Serializable

    Permalink
    Annotations
    @Generated()
  8. trait SeriesColour extends ThriftStruct with Product2[Int, String] with ValidatingThriftStruct[SeriesColour] with Serializable

    Permalink

    Prefer the companion object's com.gu.contentatom.thrift.atom.chart.SeriesColour.apply for construction if you don't need to specify passthrough fields.

  9. trait TabularData extends ThriftStruct with Product4[RowType, Seq[String], Seq[String], Seq[Seq[Double]]] with ValidatingThriftStruct[TabularData] with Serializable

    Permalink

    Prefer the companion object's com.gu.contentatom.thrift.atom.chart.TabularData.apply for construction if you don't need to specify passthrough fields.

Value Members

  1. object Axis extends ValidatingThriftStructCodec3[Axis] with StructBuilderFactory[Axis] with Serializable

    Permalink
  2. object ChartAtom extends ValidatingThriftStructCodec3[ChartAtom] with StructBuilderFactory[ChartAtom] with Serializable

    Permalink
  3. object ChartType extends ThriftEnumObject[ChartType] with Serializable

    Permalink
    Annotations
    @Generated()
  4. object DisplaySettings extends ValidatingThriftStructCodec3[DisplaySettings] with StructBuilderFactory[DisplaySettings] with Serializable

    Permalink
  5. object Furniture extends ValidatingThriftStructCodec3[Furniture] with StructBuilderFactory[Furniture] with Serializable

    Permalink
  6. object Range extends ValidatingThriftStructCodec3[Range] with StructBuilderFactory[Range] with Serializable

    Permalink
  7. object RowType extends ThriftEnumObject[RowType] with Serializable

    Permalink
    Annotations
    @Generated()
  8. object SeriesColour extends ValidatingThriftStructCodec3[SeriesColour] with StructBuilderFactory[SeriesColour] with Serializable

    Permalink
  9. object TabularData extends ValidatingThriftStructCodec3[TabularData] with StructBuilderFactory[TabularData] with Serializable

    Permalink

Ungrouped