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 HasThriftStructCodec3[Axis] with Serializable

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

    Permalink
  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 HasThriftStructCodec3[DisplaySettings] with Serializable

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

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

    Permalink
  7. sealed trait RowType extends ThriftEnum with Serializable

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

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

    Permalink

Value Members

  1. object Axis extends ThriftStructCodec3[Axis] with Serializable

    Permalink
  2. object ChartAtom extends ThriftStructCodec3[ChartAtom] with Serializable

    Permalink
  3. object ChartType extends Product with Serializable

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

    Permalink
  5. object Furniture extends ThriftStructCodec3[Furniture] with Serializable

    Permalink
  6. object Range extends ThriftStructCodec3[Range] with Serializable

    Permalink
  7. object RowType extends Product with Serializable

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

    Permalink
  9. object TabularData extends ThriftStructCodec3[TabularData] with Serializable

    Permalink

Ungrouped