Class

axle.visualize

BarChartGrouped

Related Doc: package visualize

Permalink

case class BarChartGrouped[G, S, Y, D, H](dataFn: () ⇒ D, drawKey: Boolean = true, width: Int = 700, height: Int = 600, border: Int = 50, barWidthPercent: Double = 0.80, keyLeftPadding: Int = 20, keyTopPadding: Int = 50, keyWidth: Int = 80, title: Option[String] = None, keyTitle: Option[String] = None, normalFontName: String = "Courier New", normalFontSize: Int = 12, titleFontName: String = "Palatino", titleFontSize: Int = 20, xAxis: Option[Y] = None, xAxisLabel: Option[String] = None, yAxisLabel: Option[String] = None, labelAngle: Option[UnittedQuantity[Angle, Double]] = Some(36d *: angleDouble.degree), colorOf: (G, S) ⇒ Color, hoverOf: (G, S) ⇒ Option[H] = (g: G, s: S) => None, linkOf: (G, S) ⇒ Option[(URL, Color)] = (g: G, s: S) => None)(implicit showG: Show[G], showS: Show[S], showH: Show[H], orderY: Order[Y], zeroY: Zero[Y], ticsY: Tics[Y], lengthSpaceY: LengthSpace[Y, _, Double], groupedDataView: GroupedDataView[G, S, Y, D]) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BarChartGrouped
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BarChartGrouped(dataFn: () ⇒ D, drawKey: Boolean = true, width: Int = 700, height: Int = 600, border: Int = 50, barWidthPercent: Double = 0.80, keyLeftPadding: Int = 20, keyTopPadding: Int = 50, keyWidth: Int = 80, title: Option[String] = None, keyTitle: Option[String] = None, normalFontName: String = "Courier New", normalFontSize: Int = 12, titleFontName: String = "Palatino", titleFontSize: Int = 20, xAxis: Option[Y] = None, xAxisLabel: Option[String] = None, yAxisLabel: Option[String] = None, labelAngle: Option[UnittedQuantity[Angle, Double]] = Some(36d *: angleDouble.degree), colorOf: (G, S) ⇒ Color, hoverOf: (G, S) ⇒ Option[H] = (g: G, s: S) => None, linkOf: (G, S) ⇒ Option[(URL, Color)] = (g: G, s: S) => None)(implicit showG: Show[G], showS: Show[S], showH: Show[H], orderY: Order[Y], zeroY: Zero[Y], ticsY: Tics[Y], lengthSpaceY: LengthSpace[Y, _, Double], groupedDataView: GroupedDataView[G, S, Y, D])

    Permalink

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val barWidthPercent: Double

    Permalink
  6. val border: Int

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val colorOf: (G, S) ⇒ Color

    Permalink
  9. val dataFn: () ⇒ D

    Permalink
  10. val drawKey: Boolean

    Permalink
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  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. implicit val groupedDataView: GroupedDataView[G, S, Y, D]

    Permalink
  15. val height: Int

    Permalink
  16. val hoverOf: (G, S) ⇒ Option[H]

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. val keyLeftPadding: Int

    Permalink
  19. val keyOpt: Option[BarChartGroupedKey[G, S, Y, D, H]]

    Permalink
  20. val keyTitle: Option[String]

    Permalink
  21. val keyTopPadding: Int

    Permalink
  22. val keyWidth: Int

    Permalink
  23. val labelAngle: Option[UnittedQuantity[Angle, Double]]

    Permalink
  24. implicit val lengthSpaceY: LengthSpace[Y, _, Double]

    Permalink
  25. val linkOf: (G, S) ⇒ Option[(URL, Color)]

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

    Permalink
    Definition Classes
    AnyRef
  27. val normalFontName: String

    Permalink
  28. val normalFontSize: Int

    Permalink
  29. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  31. implicit val orderY: Order[Y]

    Permalink
  32. implicit val showG: Show[G]

    Permalink
  33. implicit val showH: Show[H]

    Permalink
  34. implicit val showS: Show[S]

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

    Permalink
    Definition Classes
    AnyRef
  36. implicit val ticsY: Tics[Y]

    Permalink
  37. val title: Option[String]

    Permalink
  38. val titleFontName: String

    Permalink
  39. val titleFontSize: Int

    Permalink
  40. val titleText: Option[Text]

    Permalink
  41. final def wait(): Unit

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

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

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

    Permalink
  45. val xAxis: Option[Y]

    Permalink
  46. val xAxisLabel: Option[String]

    Permalink
  47. val xAxisLabelText: Option[Text]

    Permalink
  48. val yAxisLabel: Option[String]

    Permalink
  49. val yAxisLabelText: Option[Text]

    Permalink
  50. implicit val zeroY: Zero[Y]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped