object PointRenderer

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PointRenderer
  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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. def colorByCategory[T <: Datum2d[T], CATEGORY](data: Seq[T], categoryExtract: (T) ⇒ CATEGORY, coloring: Option[Coloring[CATEGORY]] = None, size: Option[Double] = None)(implicit arg0: Ordering[CATEGORY], theme: Theme): PointRenderer[T]

    Render points with colors based on a third, categorical variable.

    Render points with colors based on a third, categorical variable.

    T

    the type of the data

    CATEGORY

    the type of the categorical variable.

    data

    the cateogory data

    categoryExtract

    a function to extract categories for coloring

    coloring

    The coloring to use. If not provided, one based on the color stream from the theme is used.

    size

    The size of the points.

  7. def custom[T <: Datum2d[T]](renderFn: (T) ⇒ Drawable, legendCtx: Option[LegendContext] = None): PointRenderer[T]
  8. def default[T <: Datum2d[T]](color: Option[Color] = None, pointSize: Option[Double] = None, label: Drawable = EmptyDrawable())(implicit theme: Theme): PointRenderer[T]

    The default point renderer to render a disc.

    The default point renderer to render a disc.

    color

    The color of the point.

    pointSize

    The size of the point.

    label

    Label to be shown in a legend.

  9. val defaultColorCount: Int
  10. def depthColor[T <: Datum2d[T]](depth: (T) ⇒ Double, min: Double, max: Double, coloring: Option[Coloring[Double]] = None, size: Option[Double] = None)(implicit theme: Theme): PointRenderer[T]

    Render points with colors based on a third, continuous variable.

    Render points with colors based on a third, continuous variable.

    T

    the type of the point

    min

    the min for the gradient

    max

    the max for the gradient

    coloring

    The coloring to use.

    size

    The size of the point.

  11. def empty[T <: Datum2d[T]](): PointRenderer[T]

    A no-op renderer for when you don't want to render points (such as on a line)

  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped