vegas.DSL

SpecBuilder

case class SpecBuilder(spec: Spec) extends SpecDSL with EncoderDSL with DataDSL with TransformDSL with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, TransformDSL, DataDSL, FieldExtractor, EncoderDSL, SpecDSL, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SpecBuilder
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TransformDSL
  7. DataDSL
  8. FieldExtractor
  9. EncoderDSL
  10. SpecDSL
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpecBuilder(spec: Spec)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val _spec: PLens[SpecBuilder, SpecBuilder, Spec, Spec]

    Attributes
    protected[this]
    Definition Classes
    SpecDSL
  7. def addTransformCalculation(field: String, expr: String): SpecBuilder

    Definition Classes
    TransformDSL
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def axisColumn(hide: OptArg[Boolean] = NoArg, title: OptArg[String] = NoArg, titleOffset: OptArg[Int] = NoArg, titleMaxLength: OptArg[Int] = NoArg, characterWidth: OptArg[Int] = NoArg, orient: OptArg[Orient] = NoArg, axisWidth: OptArg[Int] = NoArg, offset: OptArg[Int] = NoArg, grid: OptArg[Boolean] = NoArg, ticks: OptArg[Int] = NoArg, tickColor: OptArg[String] = NoArg, tickLabelFontSize: OptArg[Int] = NoArg, titleFontSize: OptArg[Int] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  10. def axisRow(hide: OptArg[Boolean] = NoArg, title: OptArg[String] = NoArg, titleOffset: OptArg[Int] = NoArg, titleMaxLength: OptArg[Int] = NoArg, characterWidth: OptArg[Int] = NoArg, orient: OptArg[Orient] = NoArg, axisWidth: OptArg[Int] = NoArg, offset: OptArg[Int] = NoArg, grid: OptArg[Boolean] = NoArg, ticks: OptArg[Int] = NoArg, tickColor: OptArg[String] = NoArg, tickLabelFontSize: OptArg[Int] = NoArg, titleFontSize: OptArg[Int] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  11. def axisX(hide: OptArg[Boolean] = NoArg, title: OptArg[String] = NoArg, titleOffset: OptArg[Int] = NoArg, titleMaxLength: OptArg[Int] = NoArg, characterWidth: OptArg[Int] = NoArg, orient: OptArg[Orient] = NoArg, axisWidth: OptArg[Int] = NoArg, offset: OptArg[Int] = NoArg, grid: OptArg[Boolean] = NoArg, ticks: OptArg[Int] = NoArg, tickColor: OptArg[String] = NoArg, tickLabelFontSize: OptArg[Int] = NoArg, titleFontSize: OptArg[Int] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  12. def axisY(hide: OptArg[Boolean] = NoArg, title: OptArg[String] = NoArg, titleOffset: OptArg[Int] = NoArg, titleMaxLength: OptArg[Int] = NoArg, characterWidth: OptArg[Int] = NoArg, orient: OptArg[Orient] = NoArg, axisWidth: OptArg[Int] = NoArg, offset: OptArg[Int] = NoArg, grid: OptArg[Boolean] = NoArg, ticks: OptArg[Int] = NoArg, tickColor: OptArg[String] = NoArg, tickLabelFontSize: OptArg[Int] = NoArg, titleFontSize: OptArg[Int] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def encodeColor(field: String, dataType: DataType, aggregate: OptArg[Aggregate] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  15. def encodeColumn(field: String, dataType: DataType, aggregate: OptArg[Aggregate] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  16. def encodeRow(field: String, dataType: DataType, aggregate: OptArg[Aggregate] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  17. def encodeSize(field: String, dataType: DataType, aggregate: OptArg[Aggregate] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  18. def encodeX(field: String, dataType: DataType, aggregate: OptArg[Aggregate] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  19. def encodeY(field: String, dataType: DataType, aggregate: OptArg[Aggregate] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def extractFields(cc: Product): Map[String, Any]

    Definition Classes
    FieldExtractor
  22. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. def mark(mark: Mark): SpecBuilder

    Definition Classes
    SpecDSL
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def scaleColor(range: OptArg[Seq[String]] = NoArg, rangePreset: OptArg[RangePreset] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  30. def scaleColumn(scaleType: OptArg[ScaleType] = NoArg, bandSize: OptArg[Int] = NoArg, padding: OptArg[Int] = NoArg, range: OptArg[Seq[String]] = NoArg, rangePreset: OptArg[RangePreset] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  31. def scaleRow(scaleType: OptArg[ScaleType] = NoArg, bandSize: OptArg[Int] = NoArg, padding: OptArg[Int] = NoArg, range: OptArg[Seq[String]] = NoArg, rangePreset: OptArg[RangePreset] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  32. def scaleX(scaleType: OptArg[ScaleType] = NoArg, bandSize: OptArg[Int] = NoArg, padding: OptArg[Int] = NoArg, range: OptArg[Seq[String]] = NoArg, rangePreset: OptArg[RangePreset] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  33. def scaleY(scaleType: OptArg[ScaleType] = NoArg, bandSize: OptArg[Int] = NoArg, padding: OptArg[Int] = NoArg, range: OptArg[Seq[String]] = NoArg, rangePreset: OptArg[RangePreset] = NoArg): SpecBuilder

    Definition Classes
    EncoderDSL
  34. val spec: Spec

  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def transformFilter(filter: String): SpecBuilder

    Definition Classes
    TransformDSL
  37. def transformFilterNull(filterNull: Boolean = true): SpecBuilder

    Definition Classes
    TransformDSL
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withData(url: String, formatType: FormatType = JSON): SpecBuilder

    Definition Classes
    DataDSL
  42. def withData(values: Map[String, Any]*): SpecBuilder

    Definition Classes
    DataDSL
  43. def withReflectData(values: Product*): SpecBuilder

    Wires data structure of Array of Case-Classes to chart

    Wires data structure of Array of Case-Classes to chart

    Definition Classes
    DataDSL
  44. def withRowData(values: Seq[Any]*): SpecBuilder

    Definition Classes
    DataDSL

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TransformDSL

Inherited from DataDSL

Inherited from FieldExtractor

Inherited from EncoderDSL

Inherited from SpecDSL

Inherited from AnyRef

Inherited from Any

Ungrouped