Object/Trait

scalax.chart.module

RichPlot

Related Docs: trait RichPlot | package module

Permalink

object RichPlot extends RichPlot

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

chart.plot.domain.axis.label.text = "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
Visibility
  1. Public
  2. All

Type Members

  1. type AxisLabelLocation = org.jfree.chart.axis.AxisLabelLocation

    Permalink
    Definition Classes
    Imports
  2. type BoxAndWhiskerCategoryDataset = org.jfree.data.statistics.BoxAndWhiskerCategoryDataset

    Permalink
    Definition Classes
    Imports
  3. type BoxAndWhiskerXYDataset = org.jfree.data.statistics.BoxAndWhiskerXYDataset

    Permalink
    Definition Classes
    Imports
  4. type CategoryDataset = org.jfree.data.category.CategoryDataset

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

    Permalink

    Function alias for creating item labels for category charts.

    Function alias for creating item labels for category charts.

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

    Permalink
    Definition Classes
    Imports
  7. type CategoryPlot = org.jfree.chart.plot.CategoryPlot

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

    Permalink

    Function alias for creating tooltips for category charts.

    Function alias for creating tooltips for category charts.

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

    Permalink
    Definition Classes
    Imports
  10. type Color = java.awt.Color

    Permalink
    Definition Classes
    Imports
  11. type Font = java.awt.Font

    Permalink
    Definition Classes
    Imports
  12. type IntervalMarker = org.jfree.chart.plot.IntervalMarker

    Permalink
    Definition Classes
    Imports
  13. type IntervalXYDataset = org.jfree.data.xy.IntervalXYDataset

    Permalink
    Definition Classes
    Imports
  14. type JFreeChart = org.jfree.chart.JFreeChart

    Permalink
    Definition Classes
    Imports
  15. type Layer = org.jfree.ui.Layer

    Permalink
    Definition Classes
    Imports
  16. type Marker = org.jfree.chart.plot.Marker

    Permalink
    Definition Classes
    Imports
  17. type MultiplePiePlot = org.jfree.chart.plot.MultiplePiePlot

    Permalink
    Definition Classes
    Imports
  18. type Orientation = scala.swing.Orientation.Value

    Permalink
    Definition Classes
    Imports
  19. type Paint = java.awt.Paint

    Permalink
    Definition Classes
    Imports
  20. type PieDataset = org.jfree.data.general.PieDataset

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

    Permalink

    Function alias for creating item labels for pie charts.

    Function alias for creating item labels for pie charts.

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

    Permalink
    Definition Classes
    Imports
  23. type PiePlot3D = org.jfree.chart.plot.PiePlot3D

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

    Permalink

    Function alias for creating tooltips for pie charts.

    Function alias for creating tooltips for pie charts.

    Definition Classes
    Imports
  25. type RectangleInsets = org.jfree.ui.RectangleInsets

    Permalink
    Definition Classes
    Imports
  26. implicit class RichCategoryPlot extends AnyRef

    Permalink

    Enriches a CategoryPlot.

    Enriches a CategoryPlot.

    Definition Classes
    RichPlot
  27. implicit class RichFastScatterPlot extends AnyRef

    Permalink

    Enriches a FastScatterPlot.

    Enriches a FastScatterPlot.

    Definition Classes
    RichPlot
  28. implicit class RichThermometerPlot extends AnyRef

    Permalink

    Enriches a ThermometerPlot.

    Enriches a ThermometerPlot.

    Definition Classes
    RichPlot
  29. implicit class RichXYPlot extends AnyRef

    Permalink

    Enriches an XYPlot.

    Enriches an XYPlot.

    Definition Classes
    RichPlot
  30. type RingPlot = org.jfree.chart.plot.RingPlot

    Permalink
    Definition Classes
    Imports
  31. type SpiderWebPlot = org.jfree.chart.plot.SpiderWebPlot

    Permalink
    Definition Classes
    Imports
  32. type Stroke = java.awt.Stroke

    Permalink
    Definition Classes
    Imports
  33. type TableXYDataset = org.jfree.data.xy.TableXYDataset

    Permalink
    Definition Classes
    Imports
  34. type TimePeriodValues = org.jfree.data.time.TimePeriodValues

    Permalink
    Definition Classes
    Imports
  35. type TimePeriodValuesCollection = org.jfree.data.time.TimePeriodValuesCollection

    Permalink
    Definition Classes
    Imports
  36. type TimeSeries = org.jfree.data.time.TimeSeries

    Permalink
    Definition Classes
    Imports
  37. type TimeSeriesCollection = org.jfree.data.time.TimeSeriesCollection

    Permalink
    Definition Classes
    Imports
  38. type TimeTableXYDataset = org.jfree.data.time.TimeTableXYDataset

    Permalink
    Definition Classes
    Imports
  39. trait ToCategoryMarker[A] extends AnyRef

    Permalink

    Converts some type A to a category marker.

    Converts some type A to a category marker.

    Definition Classes
    MarkerConversions
  40. trait ToMarker[A] extends AnyRef

    Permalink

    Converts some type A to a marker.

    Converts some type A to a marker.

    Definition Classes
    MarkerConversions
  41. type ValueMarker = org.jfree.chart.plot.ValueMarker

    Permalink
    Definition Classes
    Imports
  42. type XYDataset = org.jfree.data.xy.XYDataset

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

    Permalink

    Function alias for creating item labels for xy charts.

    Function alias for creating item labels for xy charts.

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

    Permalink
    Definition Classes
    Imports
  45. type XYSeries = org.jfree.data.xy.XYSeries

    Permalink
    Definition Classes
    Imports
  46. type XYSeriesCollection = org.jfree.data.xy.XYSeriesCollection

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

    Permalink

    Function alias for creating tooltips for xy charts.

    Function alias for creating tooltips for xy charts.

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

    Permalink
    Definition Classes
    Imports
  49. type YIntervalSeriesCollection = org.jfree.data.xy.YIntervalSeriesCollection

    Permalink
    Definition Classes
    Imports

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

    Permalink
    Definition Classes
    Imports
  5. object ChartTheme

    Permalink
    Definition Classes
    Imports
  6. object Layer

    Permalink
    Definition Classes
    Imports
  7. val Orientation: scala.swing.Orientation.type

    Permalink
    Definition Classes
    Imports
  8. object ToCategoryMarker

    Permalink

    Contains default ToCategoryMarker instances.

    Contains default ToCategoryMarker instances.

    Definition Classes
    MarkerConversions
  9. object ToMarker

    Permalink

    Contains default ToMarker instances.

    Contains default ToMarker instances.

    Definition Classes
    MarkerConversions
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RichPlot

Inherited from MarkerConversions

Inherited from Imports

Inherited from AnyRef

Inherited from Any

Ungrouped