axle.visualize

BarChartGroupedView

class BarChartGroupedView[G, S, Y, D] extends AnyRef

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

Instance Constructors

  1. new BarChartGroupedView(chart: BarChartGrouped[G, S, Y, D], data: D, colorStream: Stream[Color], normalFont: Font)(implicit arg0: Plottable[Y], arg1: Eq[Y], arg2: ClassTag[D])

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 barSliceWidth: Double

  6. val bars: Vector[Rectangle[Double, Y]]

  7. def clone(): AnyRef

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  13. val groups: Traversable[G]

  14. val hLine: HorizontalLine[Double, Y]

  15. def hashCode(): Int

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

    Definition Classes
    Any
  17. val maxX: Double

  18. val maxY: Y

  19. val minX: Double

  20. val minY: Y

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

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

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

    Definition Classes
    AnyRef
  24. val padding: Double

  25. val scaledArea: ScaledArea2D[Double, Y]

  26. val slices: Traversable[S]

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

    Definition Classes
    AnyRef
  28. def toString(): String

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

  30. final def wait(): Unit

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

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

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

  34. val widthPerGroup: Double

  35. val yAxis: Double

  36. implicit val yOrder: Order[Y]

  37. val yPlottable: Plottable[Y]

  38. val yTics: YTics[Double, Y]

Inherited from AnyRef

Inherited from Any

Ungrouped