object PathRenderer
- Alphabetic
- By Inheritance
- PathRenderer
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clippedLine[T <: Datum2d[T]](points: Seq[T], lineColor: Option[Color], extent: Extent): Drawable
- Attributes
- protected[evilplot]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def closed[T <: Datum2d[T]](strokeWidth: Option[Double] = None, color: Option[Color] = None, label: Drawable = EmptyDrawable(), lineStyle: Option[LineStyle] = None)(implicit theme: Theme): PathRenderer[T]
Path renderer for closed paths.
Path renderer for closed paths. The first point is connected to the last point.
- strokeWidth
the stroke width
- color
the color of the path
- label
the label for the legend
- def custom[T <: Datum2d[T]](pathFn: (PlotContext, Seq[T]) => Drawable, legendCtx: Option[LegendContext] = None): PathRenderer[T]
- def default[T <: Datum2d[T]](strokeWidth: Option[Double] = None, color: Option[Color] = None, label: Drawable = EmptyDrawable(), lineStyle: Option[LineStyle] = None)(implicit theme: Theme): PathRenderer[T]
The default path renderer.
The default path renderer.
- strokeWidth
The width of the path.
- color
Point color.
- label
A label for this path (for legends).
- def empty[T <: Datum2d[T]](): PathRenderer[T]
A no-op renderer for when you don't want to render paths (such as on a scatter plot)
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def filled[T <: Datum2d[T]](fill: Color, lineColor: Option[Color] = None, fillToY: Option[Double] = None): PathRenderer[T]
- def filledGradient[T <: Datum2d[T]](fill: (PlotContext) => Gradient2d, lineColor: Option[Color], fillToY: Option[Double] = None): PathRenderer[T]
- def filledGradientSelfClosing[T <: Datum2d[T]](fill: (PlotContext) => Gradient2d, lineColor: Option[Color] = None): PathRenderer[T]
- def filledSelfClosing[T <: Datum2d[T]](fill: Color, lineColor: Option[Color] = None): PathRenderer[T]
- 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
- def named[T <: Datum2d[T]](name: String, color: Color, strokeWidth: Option[Double] = None, lineStyle: Option[LineStyle] = None)(implicit theme: Theme): PathRenderer[T]
Path renderer for named paths (to be shown in legends).
Path renderer for named paths (to be shown in legends).
- name
The name of this path.
- color
The color of this path.
- strokeWidth
The width of the path.
- 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 polygonForFill[T <: Datum2d[T]](linePoints: Seq[T], plotctx: PlotContext, fillToY: Option[Double]): Drawable
- Attributes
- protected[evilplot]
- 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 closed[T <: Datum2d[T]](color: Color)(implicit theme: Theme): PathRenderer[T]
Path renderer for closed paths.
Path renderer for closed paths. The first point is connected to the last point.
- color
the color of this path.
- Annotations
- @deprecated
- Deprecated
(Since version 2 April 2018) Use the overload taking a strokeWidth, color, label and lineStyle
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated