axle.visualize

BarChartView

class BarChartView[S, Y, D] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BarChartView
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BarChartView(chart: BarChart[S, Y, D], data: D, colorStream: Stream[Color], normalFont: Font)(implicit arg0: Plottable[Y], arg1: Eq[Y])

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. val bars: Stream[Rectangle[Double, Y]]

  6. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. val gTics: XTics[Double, Y]

  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. val hLine: HorizontalLine[Double, Y]

  13. def hashCode(): Int

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

    Definition Classes
    Any
  15. val maxX: Double

  16. val maxY: Y

  17. val minX: Double

  18. val minY: Y

  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. val padding: Double

  23. val scaledArea: ScaledArea2D[Double, Y]

  24. val slices: Traversable[S]

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

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. val vLine: VerticalLine[Double, Y]

  28. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. val whiteSpace: Double

  32. val widthPerSlice: Double

  33. val yAxis: Double

  34. implicit val yOrder: Order[Y]

  35. val yPlottable: Plottable[Y]

  36. val yTics: YTics[Double, Y]

Inherited from AnyRef

Inherited from Any

Ungrouped