Trait

org.nspl

Renderers

Related Doc: package nspl

Permalink

trait Renderers extends AnyRef

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def abline(a: Double, b: Double, renderer: DataRenderer = line()): (DataSourceWithQuantiles, List[DataRenderer])

    Permalink
  5. def area(xCol: Int = 0, yCol: Int = 1, colorCol: Int = 2, yCol2: Option[Int] = None, color: Colormap = Color.black): DataRenderer { ... /* 5 definitions in type refinement */ }

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def bar(xCol: Int = 0, yCol: Int = 1, fillCol: Int = 2, horizontal: Boolean = false, stroke: Stroke = Stroke(1d), strokeColor: Color = Color.black, fill: Colormap = Color.black, width: Double = 1d, yCol2: Option[Int] = None, widthCol: Int = 3): DataRenderer { def asLegend: Some[org.nspl.PointLegend] }

    Permalink
  8. def boxwhisker(xCol: Int = 0, medianCol: Int = 1, q1Col: Int = 2, q3Col: Int = 3, minCol: Int = 4, maxCol: Int = 5, x2Col: Int = 6, fillCol: Int = 7, width: Double = 1, stroke: Stroke = Stroke(1d), strokeColor: Color = Color.black, fill: Colormap = Color.white): DataRenderer { def asLegend: Some[org.nspl.PointLegend] }

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def line(xCol: Int = 0, yCol: Int = 1, colorCol: Int = 2, stroke: Stroke = Stroke(1d), color: Colormap = Color.black): DataRenderer { ... /* 3 definitions in type refinement */ }

    Permalink
  17. def lineSegment(xCol: Int = 0, yCol: Int = 1, x2Col: Int = 2, y2Col: Int = 3, colorCol: Int = 4, stroke: Stroke = Stroke(1d), color: Colormap = HeatMapColors(0, 1)): DataRenderer { def asLegend: Some[org.nspl.LineLegend] }

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def point(xCol: Int = 0, yCol: Int = 1, colorCol: Int = 2, sizeCol: Int = 3, shapeCol: Int = 4, errorTopCol: Int = 5, errorBottomCol: Int = 6, size: Double = 3.0, color: Colormap = DiscreteColors(14), shapes: Vector[Shape] = shapeList, pointSizeIsInDataSpaceUnits: Boolean = false, valueText: Boolean = false, labelText: Boolean = false, labelFontSize: RelFontSize = 0.4 fts, labelColor: Color = Color.black, errorBarStroke: Stroke = Stroke(1d)): DataRenderer { def asLegend: Some[org.nspl.PointLegend] }

    Permalink
  22. def polynom(renderer: () ⇒ DataRenderer = () => line()): DataRenderer { def evaluatePolynomial(coef: Array[Double],x: Double): Double }

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped