Class

axle.visualize

BarChartGrouped

Related Doc: package visualize

Permalink

case class BarChartGrouped[G, S, Y, D](initialValue: 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, colors: Seq[Color] = defaultColors)(implicit showG: Show[G], showS: Show[S], 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
Serializable, Serializable, Product, Equals, AnyRef, Any
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(initialValue: 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, colors: Seq[Color] = defaultColors)(implicit showG: Show[G], showS: Show[S], 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 colorStream: Stream[Color]

    Permalink
  9. val colors: Seq[Color]

    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 initialValue: D

    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]]

    Permalink
  20. val keyTitle: Option[String]

    Permalink
  21. val keyTopPadding: Int

    Permalink
  22. val keyWidth: Int

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val normalFontName: String

    Permalink
  26. val normalFontSize: Int

    Permalink
  27. final def notify(): Unit

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

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

    Permalink
  30. implicit val showG: Show[G]

    Permalink
  31. implicit val showS: Show[S]

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

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

    Permalink
  34. val title: Option[String]

    Permalink
  35. val titleFontName: String

    Permalink
  36. val titleFontSize: Int

    Permalink
  37. val titleText: Option[Text]

    Permalink
  38. final def wait(): Unit

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

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

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

    Permalink
  42. val xAxis: Option[Y]

    Permalink
  43. val xAxisLabel: Option[String]

    Permalink
  44. val xAxisLabelText: Option[Text]

    Permalink
  45. val yAxisLabel: Option[String]

    Permalink
  46. val yAxisLabelText: Option[Text]

    Permalink
  47. 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