object PathRenderer

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PathRenderer
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clippedLine[T <: Datum2d[T]](points: Seq[T], lineColor: Option[Color], extent: Extent): Drawable
    Attributes
    protected[evilplot]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. 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

  8. def custom[T <: Datum2d[T]](pathFn: (PlotContext, Seq[T]) ⇒ Drawable, legendCtx: Option[LegendContext] = None): PathRenderer[T]
  9. 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).

  10. 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)

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def filled[T <: Datum2d[T]](fill: Color, lineColor: Option[Color] = None, fillToY: Option[Double] = None): PathRenderer[T]
  14. def filledGradient[T <: Datum2d[T]](fill: (PlotContext) ⇒ Gradient2d, lineColor: Option[Color], fillToY: Option[Double] = None): PathRenderer[T]
  15. def filledGradientSelfClosing[T <: Datum2d[T]](fill: (PlotContext) ⇒ Gradient2d, lineColor: Option[Color] = None): PathRenderer[T]
  16. def filledSelfClosing[T <: Datum2d[T]](fill: Color, lineColor: Option[Color] = None): PathRenderer[T]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. 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.

  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def polygonForFill[T <: Datum2d[T]](linePoints: Seq[T], plotctx: PlotContext, fillToY: Option[Double]): Drawable
    Attributes
    protected[evilplot]
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. 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

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped