scalax.chart.module

RichPlot

object RichPlot extends RichPlot

RichPlot contains enriched plot types to conveniently work with the plot domain, range and marking.

chart.plot.domain.axis.label = "my label"
chart.plot.range.markers += ((1,1))

Marking

There are enrichments concerning the handling of markers in plots:

chart.plot.domain.markers += 1
chart.plot.range.markers += ((1,1))

for (marker <- chart.plot.range.markers) {
  // do something with marker
}

Marker Conversions

MarkerConversions contains type class based conversions from certain types to Marker instances.

chart.plot.domain.markers += 1
Source
RichPlot.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RichPlot
  2. RichPlot
  3. MarkerConversions
  4. Imports
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type BoxAndWhiskerCategoryDataset = org.jfree.data.statistics.BoxAndWhiskerCategoryDataset

    Definition Classes
    Imports
  2. type BoxAndWhiskerXYDataset = org.jfree.data.statistics.BoxAndWhiskerXYDataset

    Definition Classes
    Imports
  3. type CategoryDataset = org.jfree.data.category.CategoryDataset

    Definition Classes
    Imports
  4. type CategoryLabelGenerator = (CategoryDataset, Comparable[_], Comparable[_]) ⇒ String

    Function alias for creating item labels for category charts.

    Function alias for creating item labels for category charts.

    Definition Classes
    Imports
  5. type CategoryMarker = org.jfree.chart.plot.CategoryMarker

    Definition Classes
    Imports
  6. type CategoryPlot = org.jfree.chart.plot.CategoryPlot

    Definition Classes
    Imports
  7. type CategoryToolTipGenerator = (CategoryDataset, Comparable[_], Comparable[_]) ⇒ String

    Function alias for creating tooltips for category charts.

    Function alias for creating tooltips for category charts.

    Definition Classes
    Imports
  8. type ChartTheme = org.jfree.chart.ChartTheme

    Definition Classes
    Imports
  9. type Color = java.awt.Color

    Definition Classes
    Imports
  10. type IntervalMarker = org.jfree.chart.plot.IntervalMarker

    Definition Classes
    Imports
  11. type IntervalXYDataset = org.jfree.data.xy.IntervalXYDataset

    Definition Classes
    Imports
  12. type JFreeChart = org.jfree.chart.JFreeChart

    Definition Classes
    Imports
  13. type Layer = org.jfree.ui.Layer

    Definition Classes
    Imports
  14. type Marker = org.jfree.chart.plot.Marker

    Definition Classes
    Imports
  15. type MultiplePiePlot = org.jfree.chart.plot.MultiplePiePlot

    Definition Classes
    Imports
  16. type Orientation = scala.swing.Orientation.Value

    Definition Classes
    Imports
  17. type Paint = java.awt.Paint

    Definition Classes
    Imports
  18. type PieDataset = org.jfree.data.general.PieDataset

    Definition Classes
    Imports
  19. type PieLabelGenerator = (PieDataset, Comparable[_]) ⇒ String

    Function alias for creating item labels for pie charts.

    Function alias for creating item labels for pie charts.

    Definition Classes
    Imports
  20. type PiePlot = org.jfree.chart.plot.PiePlot

    Definition Classes
    Imports
  21. type PiePlot3D = org.jfree.chart.plot.PiePlot3D

    Definition Classes
    Imports
  22. type PieToolTipGenerator = (PieDataset, Comparable[_]) ⇒ String

    Function alias for creating tooltips for pie charts.

    Function alias for creating tooltips for pie charts.

    Definition Classes
    Imports
  23. implicit class RichCategoryPlot extends AnyRef

    Enriches a CategoryPlot.

  24. implicit class RichFastScatterPlot extends AnyRef

    Enriches a FastScatterPlot.

  25. implicit class RichThermometerPlot extends AnyRef

    Enriches a ThermometerPlot.

  26. implicit class RichXYPlot extends AnyRef

    Enriches an XYPlot.

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

    Definition Classes
    Imports
  28. type TableXYDataset = org.jfree.data.xy.TableXYDataset

    Definition Classes
    Imports
  29. type TimePeriodValues = org.jfree.data.time.TimePeriodValues

    Definition Classes
    Imports
  30. type TimePeriodValuesCollection = org.jfree.data.time.TimePeriodValuesCollection

    Definition Classes
    Imports
  31. type TimeSeries = org.jfree.data.time.TimeSeries

    Definition Classes
    Imports
  32. type TimeSeriesCollection = org.jfree.data.time.TimeSeriesCollection

    Definition Classes
    Imports
  33. type TimeTableXYDataset = org.jfree.data.time.TimeTableXYDataset

    Definition Classes
    Imports
  34. trait ToCategoryMarker[A] extends AnyRef

    Converts some type A to a category marker.

  35. trait ToMarker[A] extends AnyRef

    Converts some type A to a marker.

  36. type ValueMarker = org.jfree.chart.plot.ValueMarker

    Definition Classes
    Imports
  37. type XYDataset = org.jfree.data.xy.XYDataset

    Definition Classes
    Imports
  38. type XYLabelGenerator = (XYDataset, Comparable[_], Int) ⇒ String

    Function alias for creating item labels for xy charts.

    Function alias for creating item labels for xy charts.

    Definition Classes
    Imports
  39. type XYPlot = org.jfree.chart.plot.XYPlot

    Definition Classes
    Imports
  40. type XYSeries = org.jfree.data.xy.XYSeries

    Definition Classes
    Imports
  41. type XYSeriesCollection = org.jfree.data.xy.XYSeriesCollection

    Definition Classes
    Imports
  42. type XYToolTipGenerator = (XYDataset, Comparable[_], Int) ⇒ String

    Function alias for creating tooltips for xy charts.

    Function alias for creating tooltips for xy charts.

    Definition Classes
    Imports
  43. type YIntervalSeries = org.jfree.data.xy.YIntervalSeries

    Definition Classes
    Imports
  44. type YIntervalSeriesCollection = org.jfree.data.xy.YIntervalSeriesCollection

    Definition Classes
    Imports

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 ChartTheme

    Definition Classes
    Imports
  5. object Layer

    Definition Classes
    Imports
  6. val Orientation: scala.swing.Orientation.type

    Definition Classes
    Imports
  7. object ToCategoryMarker

    Contains default ToCategoryMarker instances.

  8. object ToMarker

    Contains default ToMarker instances.

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  21. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RichPlot

Inherited from MarkerConversions

Inherited from Imports

Inherited from AnyRef

Inherited from Any

Ungrouped