case class CartesianDataComposer[T <: Datum2d[T]](data: Seq[T], pathInteractions: Seq[InteractionEvent] = Seq()) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CartesianDataComposer
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new CartesianDataComposer(data: Seq[T], pathInteractions: Seq[InteractionEvent] = Seq())
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def appendData(toAppend: Seq[T]): CartesianDataComposer[T]
- def appendDataAndClosePath(toAppend: Seq[T]): CartesianDataComposer[T]
- def areaGradientSelfClosing(fill: (PlotContext) => Gradient2d, lineColor: Option[Color] = None)(pCtx: PlotContext)(implicit theme: Theme): LinePlotRenderer[T]
- def areaGradientToYBound(fill: (PlotContext) => Gradient2d, lineColor: Option[Color] = None, fillToY: Option[Double] = None)(pCtx: PlotContext)(implicit theme: Theme): LinePlotRenderer[T]
- def areaSelfClosing(fill: Color, lineColor: Option[Color] = None)(pCtx: PlotContext)(implicit theme: Theme): LinePlotRenderer[T]
- def areaToYBound(fill: Color, lineColor: Option[Color] = None, fillToY: Option[Double] = None)(pCtx: PlotContext)(implicit theme: Theme): LinePlotRenderer[T]
- def areaToYmin(pCtx: PlotContext)(implicit theme: Theme): LinePlotRenderer[T]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val data: Seq[T]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def filter(x: (T) => Boolean): CartesianDataComposer[T]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def line(pathRenderer: PathRenderer[T])(pCtx: PlotContext)(implicit theme: Theme): LinePlotRenderer[T]
- def line(pCtx: PlotContext)(implicit theme: Theme): LinePlotRenderer[T]
- def line(color: Color)(pCtx: PlotContext)(implicit theme: Theme): LinePlotRenderer[T]
- def line(strokeWidth: Option[Double] = None, color: Option[Color] = None, label: Drawable = EmptyDrawable(), lineStyle: Option[LineStyle] = None, legendCtx: LegendContext = LegendContext.empty)(pCtx: PlotContext)(implicit theme: Theme): LinePlotRenderer[T]
- def manipulate(x: (Seq[T]) => Seq[T]): CartesianDataComposer[T]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val pathInteractions: Seq[InteractionEvent]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def reducePoint(reducer: (T) => Double): CartesianDataComposer[Point]
- def scatter(pointRenderer: PointRenderer[T])(pCtx: PlotContext)(implicit theme: Theme): ScatterPlotRenderer[T]
- def scatter(pCtx: PlotContext)(implicit theme: Theme): ScatterPlotRenderer[T]
- def scatter(pointToDrawable: (T) => Drawable, legendCtx: LegendContext = LegendContext.empty)(pCtx: PlotContext)(implicit theme: Theme): PlotRenderer
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withPathInteraction(interaction: Seq[InteractionEvent]): CartesianDataComposer[T]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated