scalax.chart

Charting

object Charting extends Charting

Contains all enrichments. This import is the recommended starting point for working with this package:

import scalax.chart._
import scalax.chart.Charting._
val data = Seq((0,0),(1,1),(2,2)).toXYSeriesCollection("some data")
val chart = XYLineChart(data)
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Charting
  2. Charting
  3. Imports
  4. StaticForwarderImports
  5. TypeImports
  6. RichChart
  7. ChartFactories
  8. RichChartingCollections
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type CategoryDataset = org.jfree.data.category.CategoryDataset

    Definition Classes
    TypeImports
  2. type CategoryPlot = org.jfree.chart.plot.CategoryPlot

    Definition Classes
    TypeImports
  3. implicit class GenericRichChart extends Chart[Plot] with Orientable with DomainAxis with RangeAxis

    Enriched JFreeChart.

  4. type MultiplePiePlot = org.jfree.chart.plot.MultiplePiePlot

    Definition Classes
    TypeImports
  5. type Orientation = scala.swing.Orientation.Value

    Definition Classes
    TypeImports
  6. type PieDataset = org.jfree.data.general.PieDataset

    Definition Classes
    TypeImports
  7. type PiePlot = org.jfree.chart.plot.PiePlot

    Definition Classes
    TypeImports
  8. implicit class RichCategorizedCategorizedTuples[A, B, C, D] extends AnyRef

    Enriches a collection of categorized categorized data pairs.

  9. implicit class RichCategorizedTuples[A, B, C] extends AnyRef

    Enriches a collection of categorized data pairs.

  10. implicit class RichTimePeriodValuesCollection extends AnyRef

    Enriches a collection of TimePeriodValues.

  11. implicit class RichTimeSeriesCollection extends AnyRef

    Enriches a collection of TimeSeries.

  12. implicit class RichTuples[A, B] extends AnyRef

    Enriches a collection of data pairs.

  13. implicit class RichXYSeriesCollection extends AnyRef

    Enriches a collection of XYSeries.

  14. type XYDataset = org.jfree.data.xy.XYDataset

    Definition Classes
    TypeImports
  15. type XYPlot = org.jfree.chart.plot.XYPlot

    Definition Classes
    TypeImports

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. object AreaChart

    Factory for area charts.

  7. object BarChart

    Factory for bar charts.

  8. object BoxAndWhiskerChart

    Factory for box and whisker charts.

  9. object LineChart

    Factory for line charts.

  10. object MultiplePieChart

    Factory for multiple pie charts.

  11. val Orientation: scala.swing.Orientation.type

    Definition Classes
    StaticForwarderImports
  12. object PieChart

    Factory for pie charts.

  13. object RingChart

    Factory for ring charts.

  14. object XYAreaChart

    Factory for numeric area charts.

  15. object XYBarChart

    Factory for numeric bar charts.

  16. object XYBoxAndWhiskerChart

    Factory for box and whisker charts.

  17. object XYLineChart

    Factory for numeric line charts.

  18. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  19. def clone(): AnyRef

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

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

    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  30. def toString(): String

    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Charting

Inherited from Imports

Inherited from StaticForwarderImports

Inherited from TypeImports

Inherited from RichChart

Inherited from ChartFactories

Inherited from RichChartingCollections

Inherited from AnyRef

Inherited from Any

Ungrouped