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)
Source
Charting.scala
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. type Color = java.awt.Color

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

    Enriched JFreeChart.

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

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

    Definition Classes
    TypeImports
  7. type Paint = java.awt.Paint

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

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

    Definition Classes
    TypeImports
  10. type PiePlot3D = org.jfree.chart.plot.PiePlot3D

    Definition Classes
    TypeImports
  11. implicit class RichCategorizedCategorizedTuple2s[A, B, C, D] extends AnyRef

    Enriches a collection of categorized categorized data pairs.

  12. implicit class RichCategorizedMappedTuple3s[A, B, C, D, E] extends AnyRef

    Enriches a collection of categorized mapped 3-tuples.

  13. implicit class RichCategorizedTuple2s[A, B, C] extends AnyRef

    Enriches a collection of categorized data pairs.

  14. implicit class RichCategorizedTuple4s[A, B, C, D, E] extends AnyRef

    Enriches a collection of categorized 4-tuples.

  15. implicit class RichMappedTuple3s[A, B, C, D] extends AnyRef

    Enriches a collection of mapped 3-tuples.

  16. implicit class RichTimePeriodValuesCollection extends AnyRef

    Enriches a collection of TimePeriodValues.

  17. implicit class RichTimeSeriesCollection extends AnyRef

    Enriches a collection of TimeSeries.

  18. implicit class RichTuple2s[A, B] extends AnyRef

    Enriches a collection of data pairs.

  19. implicit class RichTuple3s[A, B, C] extends AnyRef

    Enriches a collection of data triples.

  20. implicit class RichTuple4s[A, B, C, D] extends AnyRef

    Enriches a collection of data 4-tuples.

  21. implicit class RichXYSeriesCollection extends AnyRef

    Enriches a collection of XYSeries.

  22. implicit class RichYIntervalSeriesCollection extends AnyRef

    Enriches a collection of YIntervalSeries.

  23. type RingPlot = org.jfree.chart.plot.RingPlot

    Definition Classes
    TypeImports
  24. type XYDataset = org.jfree.data.xy.XYDataset

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

    Definition Classes
    TypeImports

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

    Factory for area charts.

  5. object BarChart

    Factory for bar charts.

  6. object BoxAndWhiskerChart

    Factory for box and whisker charts.

  7. object LineChart

    Factory for line charts.

  8. object MultiplePieChart

    Factory for multiple pie charts.

  9. val Orientation: scala.swing.Orientation.type

    Definition Classes
    StaticForwarderImports
  10. object PieChart

    Factory for pie charts.

  11. object RingChart

    Factory for ring charts.

  12. object XYAreaChart

    Factory for numeric area charts.

  13. object XYBarChart

    Factory for numeric bar charts.

  14. object XYBoxAndWhiskerChart

    Factory for box and whisker charts.

  15. object XYDeviationChart

    Factory for numeric deviation charts.

  16. object XYLineChart

    Factory for numeric line charts.

  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  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( ... )

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