Packages

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. trait ToCategoryMarker [A] extends AnyRef

    Converts some type A to a category marker.

    Converts some type A to a category marker.

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

    Converts some type A to a marker.

    Converts some type A to a marker.

    Definition Classes
    MarkerConversions
  3. type AxisLabelLocation = org.jfree.chart.axis.AxisLabelLocation
    Definition Classes
    Imports
  4. type BoxAndWhiskerCategoryDataset = org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
    Definition Classes
    Imports
  5. type BoxAndWhiskerXYDataset = org.jfree.data.statistics.BoxAndWhiskerXYDataset
    Definition Classes
    Imports
  6. type CategoryDataset = org.jfree.data.category.CategoryDataset
    Definition Classes
    Imports
  7. 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
  8. type CategoryMarker = org.jfree.chart.plot.CategoryMarker
    Definition Classes
    Imports
  9. type CategoryPlot = org.jfree.chart.plot.CategoryPlot
    Definition Classes
    Imports
  10. 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
  11. type ChartTheme = org.jfree.chart.ChartTheme
    Definition Classes
    Imports
  12. type Color = java.awt.Color
    Definition Classes
    Imports
  13. type Font = java.awt.Font
    Definition Classes
    Imports
  14. type IntervalMarker = org.jfree.chart.plot.IntervalMarker
    Definition Classes
    Imports
  15. type IntervalXYDataset = org.jfree.data.xy.IntervalXYDataset
    Definition Classes
    Imports
  16. type JFreeChart = org.jfree.chart.JFreeChart
    Definition Classes
    Imports
  17. type Layer = org.jfree.ui.Layer
    Definition Classes
    Imports
  18. type Marker = org.jfree.chart.plot.Marker
    Definition Classes
    Imports
  19. type MultiplePiePlot = org.jfree.chart.plot.MultiplePiePlot
    Definition Classes
    Imports
  20. type Orientation = scala.swing.Orientation.Value
    Definition Classes
    Imports
  21. type Paint = java.awt.Paint
    Definition Classes
    Imports
  22. type PieDataset = org.jfree.data.general.PieDataset
    Definition Classes
    Imports
  23. 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
  24. type PiePlot = org.jfree.chart.plot.PiePlot
    Definition Classes
    Imports
  25. type PiePlot3D = org.jfree.chart.plot.PiePlot3D
    Definition Classes
    Imports
  26. type PieToolTipGenerator = (PieDataset, Comparable[_]) ⇒ String

    Function alias for creating tooltips for pie charts.

    Function alias for creating tooltips for pie charts.

    Definition Classes
    Imports
  27. type RectangleInsets = org.jfree.ui.RectangleInsets
    Definition Classes
    Imports
  28. implicit class RichCategoryPlot extends AnyRef

    Enriches a CategoryPlot.

    Enriches a CategoryPlot.

    Definition Classes
    RichPlot
  29. implicit class RichFastScatterPlot extends AnyRef

    Enriches a FastScatterPlot.

    Enriches a FastScatterPlot.

    Definition Classes
    RichPlot
  30. implicit class RichThermometerPlot extends AnyRef

    Enriches a ThermometerPlot.

    Enriches a ThermometerPlot.

    Definition Classes
    RichPlot
  31. implicit class RichXYPlot extends AnyRef

    Enriches an XYPlot.

    Enriches an XYPlot.

    Definition Classes
    RichPlot
  32. type RingPlot = org.jfree.chart.plot.RingPlot
    Definition Classes
    Imports
  33. type SpiderWebPlot = org.jfree.chart.plot.SpiderWebPlot
    Definition Classes
    Imports
  34. type Stroke = java.awt.Stroke
    Definition Classes
    Imports
  35. type TableXYDataset = org.jfree.data.xy.TableXYDataset
    Definition Classes
    Imports
  36. type TimePeriodValues = org.jfree.data.time.TimePeriodValues
    Definition Classes
    Imports
  37. type TimePeriodValuesCollection = org.jfree.data.time.TimePeriodValuesCollection
    Definition Classes
    Imports
  38. type TimeSeries = org.jfree.data.time.TimeSeries
    Definition Classes
    Imports
  39. type TimeSeriesCollection = org.jfree.data.time.TimeSeriesCollection
    Definition Classes
    Imports
  40. type TimeTableXYDataset = org.jfree.data.time.TimeTableXYDataset
    Definition Classes
    Imports
  41. type ValueMarker = org.jfree.chart.plot.ValueMarker
    Definition Classes
    Imports
  42. type XYDataset = org.jfree.data.xy.XYDataset
    Definition Classes
    Imports
  43. 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
  44. type XYPlot = org.jfree.chart.plot.XYPlot
    Definition Classes
    Imports
  45. type XYSeries = org.jfree.data.xy.XYSeries
    Definition Classes
    Imports
  46. type XYSeriesCollection = org.jfree.data.xy.XYSeriesCollection
    Definition Classes
    Imports
  47. 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
  48. type YIntervalSeries = org.jfree.data.xy.YIntervalSeries
    Definition Classes
    Imports
  49. type YIntervalSeriesCollection = org.jfree.data.xy.YIntervalSeriesCollection
    Definition Classes
    Imports

Value Members

  1. object AxisLabelLocation
    Definition Classes
    Imports
  2. object ChartTheme
    Definition Classes
    Imports
  3. object Layer
    Definition Classes
    Imports
  4. object ToCategoryMarker

    Contains default ToCategoryMarker instances.

    Contains default ToCategoryMarker instances.

    Definition Classes
    MarkerConversions
  5. object ToMarker

    Contains default ToMarker instances.

    Contains default ToMarker instances.

    Definition Classes
    MarkerConversions
  6. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def ##(): Int
    Definition Classes
    AnyRef → Any
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. val Orientation: scala.swing.Orientation.type
    Definition Classes
    Imports
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. 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