object LinePlot
- Alphabetic
- By Inheritance
- LinePlot
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- case class LinePlotRenderer[T <: Datum2d[T]](data: Seq[T], pathRenderer: PathRenderer[T], interactions: Seq[InteractionEvent] = Seq()) extends PlotRenderer with Product with Serializable
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 apply[T <: Datum2d[T]](data: Seq[T], pathRenderer: Option[PathRenderer[T]] = None, xBoundBuffer: Option[Double] = None, yBoundBuffer: Option[Double] = None)(implicit theme: Theme): Plot
Create a line plot from some data.
Create a line plot from some data. Convenience method on top of XyPlot
- T
The point type
- data
The points to plot.
- pathRenderer
A function to create a Drawable for all the points (such as a path)
- 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()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- def series[T <: Datum2d[T]](data: Seq[T], label: Drawable, color: Color, strokeWidth: Option[Double], xboundBuffer: Option[Double], yboundBuffer: Option[Double])(implicit theme: Theme): Plot
Create a line plot with the specified name and color.
Create a line plot with the specified name and color.
- data
The points to plot.
- label
A label for this series.
- color
The color of the line.
- strokeWidth
The width of the line.
- xboundBuffer
Extra padding to add to x bounds as a fraction.
- yboundBuffer
Extra padding to add to y bounds as a fraction.
- def series[T <: Datum2d[T]](data: Seq[T], name: String, color: Color, strokeWidth: Option[Double] = None, xboundBuffer: Option[Double] = None, yboundBuffer: Option[Double] = None)(implicit theme: Theme): Plot
Create a line plot with the specified name and color.
Create a line plot with the specified name and color.
- data
The points to plot.
- name
The name of the series.
- color
The color of the line.
- strokeWidth
The width of the line.
- xboundBuffer
Extra padding to add to x bounds as a fraction.
- yboundBuffer
Extra padding to add to y bounds as a fraction.
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
Deprecated Value Members
- def custom[T <: Datum2d[T]](data: Seq[T], pointRenderer: PointRenderer[T], pathRenderer: PathRenderer[T], xboundBuffer: Double, yboundBuffer: Double)(implicit theme: Theme): Plot
Create a line plot from some data.
Create a line plot from some data. Convenience method on top of XyPlot
- data
The points to plot.
- pointRenderer
A function to create a Drawable for each point to plot.
- pathRenderer
A function to create a Drawable for all the points (such as a path)
- xboundBuffer
Extra padding to add to x bounds as a fraction.
- yboundBuffer
Extra padding to add to y bounds as a fraction.
- Annotations
- @deprecated
- Deprecated
(Since version 2018-03-15) Use apply
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated