axle.visualize

BarChart

case class BarChart[G, S, Y](groups: Seq[G], slices: Seq[S], initialValue: Map[(G, S), Y], gLabeller: (G) ⇒ String = ((g: G) => g.toString()), sLabeller: (S) ⇒ String = ((s: S) => s.toString()), drawKey: Boolean = true, width: Int = 700, height: Int = 600, border: Int = 50, barWidthPercent: Double = 0.8, keyLeftPadding: Int = 20, keyTopPadding: Int = 50, keyWidth: Int = 80, title: Option[String] = scala.None, normalFontName: String = "Courier New", normalFontSize: Int = 12, titleFontName: String = "Palatino", titleFontSize: Int = 20, xAxis: Y, xAxisLabel: Option[String] = scala.None, yAxisLabel: Option[String] = scala.None, refresher: Option[((Map[(G, S), Y]) ⇒ Map[(G, S), Y], quanta.Time.Q)] = scala.None)(implicit evidence$1: Plottable[Y]) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BarChart
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BarChart(groups: Seq[G], slices: Seq[S], initialValue: Map[(G, S), Y], gLabeller: (G) ⇒ String = ((g: G) => g.toString()), sLabeller: (S) ⇒ String = ((s: S) => s.toString()), drawKey: Boolean = true, width: Int = 700, height: Int = 600, border: Int = 50, barWidthPercent: Double = 0.8, keyLeftPadding: Int = 20, keyTopPadding: Int = 50, keyWidth: Int = 80, title: Option[String] = scala.None, normalFontName: String = "Courier New", normalFontSize: Int = 12, titleFontName: String = "Palatino", titleFontSize: Int = 20, xAxis: Y, xAxisLabel: Option[String] = scala.None, yAxisLabel: Option[String] = scala.None, refresher: Option[((Map[(G, S), Y]) ⇒ Map[(G, S), Y], quanta.Time.Q)] = scala.None)(implicit arg0: Plottable[Y])

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. val barWidthPercent: Double

  8. val border: Int

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. val dataFeedActor: ActorRef

  11. val drawKey: Boolean

  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. val gLabeller: (G) ⇒ String

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

    Definition Classes
    AnyRef → Any
  16. val groups: Seq[G]

  17. val height: Int

  18. val initialValue: Map[(G, S), Y]

  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. val keyLeftPadding: Int

  21. val keyTopPadding: Int

  22. val keyWidth: Int

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

    Definition Classes
    AnyRef
  24. val normalFontName: String

  25. val normalFontSize: Int

  26. final def notify(): Unit

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

    Definition Classes
    AnyRef
  28. val refresher: Option[((Map[(G, S), Y]) ⇒ Map[(G, S), Y], quanta.Time.Q)]

  29. val sLabeller: (S) ⇒ String

  30. val slices: Seq[S]

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

    Definition Classes
    AnyRef
  32. val title: Option[String]

  33. val titleFontName: String

  34. val titleFontSize: Int

  35. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  38. val width: Int

  39. val xAxis: Y

  40. val xAxisLabel: Option[String]

  41. val yAxisLabel: Option[String]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped