Trait/Object

scalax.chart.module

Imports

Related Docs: object Imports | package module

Permalink

trait Imports extends AnyRef

Contains imports from other libraries, most notably JFreeChart.

Source
Imports.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Imports
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. type BoxAndWhiskerCategoryDataset = org.jfree.data.statistics.BoxAndWhiskerCategoryDataset

    Permalink
  3. type BoxAndWhiskerXYDataset = org.jfree.data.statistics.BoxAndWhiskerXYDataset

    Permalink
  4. type CategoryDataset = org.jfree.data.category.CategoryDataset

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

    Permalink

    Function alias for creating item labels for category charts.

  6. type CategoryMarker = org.jfree.chart.plot.CategoryMarker

    Permalink
  7. type CategoryPlot = org.jfree.chart.plot.CategoryPlot

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

    Permalink

    Function alias for creating tooltips for category charts.

  9. type ChartTheme = org.jfree.chart.ChartTheme

    Permalink
  10. type Color = java.awt.Color

    Permalink
  11. type Font = java.awt.Font

    Permalink
  12. type IntervalMarker = org.jfree.chart.plot.IntervalMarker

    Permalink
  13. type IntervalXYDataset = org.jfree.data.xy.IntervalXYDataset

    Permalink
  14. type JFreeChart = org.jfree.chart.JFreeChart

    Permalink
  15. type Layer = org.jfree.ui.Layer

    Permalink
  16. type Marker = org.jfree.chart.plot.Marker

    Permalink
  17. type MultiplePiePlot = org.jfree.chart.plot.MultiplePiePlot

    Permalink
  18. type Orientation = scala.swing.Orientation.Value

    Permalink
  19. type Paint = java.awt.Paint

    Permalink
  20. type PieDataset = org.jfree.data.general.PieDataset

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

    Permalink

    Function alias for creating item labels for pie charts.

  22. type PiePlot = org.jfree.chart.plot.PiePlot

    Permalink
  23. type PiePlot3D = org.jfree.chart.plot.PiePlot3D

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

    Permalink

    Function alias for creating tooltips for pie charts.

  25. type RectangleInsets = org.jfree.ui.RectangleInsets

    Permalink
  26. type RingPlot = org.jfree.chart.plot.RingPlot

    Permalink
  27. type SpiderWebPlot = org.jfree.chart.plot.SpiderWebPlot

    Permalink
  28. type Stroke = java.awt.Stroke

    Permalink
  29. type TableXYDataset = org.jfree.data.xy.TableXYDataset

    Permalink
  30. type TimePeriodValues = org.jfree.data.time.TimePeriodValues

    Permalink
  31. type TimePeriodValuesCollection = org.jfree.data.time.TimePeriodValuesCollection

    Permalink
  32. type TimeSeries = org.jfree.data.time.TimeSeries

    Permalink
  33. type TimeSeriesCollection = org.jfree.data.time.TimeSeriesCollection

    Permalink
  34. type TimeTableXYDataset = org.jfree.data.time.TimeTableXYDataset

    Permalink
  35. type ValueMarker = org.jfree.chart.plot.ValueMarker

    Permalink
  36. type XYDataset = org.jfree.data.xy.XYDataset

    Permalink
  37. type XYLabelGenerator = (XYDataset, Comparable[_], Int) ⇒ String

    Permalink

    Function alias for creating item labels for xy charts.

  38. type XYPlot = org.jfree.chart.plot.XYPlot

    Permalink
  39. type XYSeries = org.jfree.data.xy.XYSeries

    Permalink
  40. type XYSeriesCollection = org.jfree.data.xy.XYSeriesCollection

    Permalink
  41. type XYToolTipGenerator = (XYDataset, Comparable[_], Int) ⇒ String

    Permalink

    Function alias for creating tooltips for xy charts.

  42. type YIntervalSeries = org.jfree.data.xy.YIntervalSeries

    Permalink
  43. type YIntervalSeriesCollection = org.jfree.data.xy.YIntervalSeriesCollection

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Imports to any2stringadd[Imports] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Imports, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Imports to ArrowAssoc[Imports] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. object AxisLabelLocation

    Permalink
  7. object ChartTheme

    Permalink
  8. object Layer

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

    Permalink
  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. def ensuring(cond: (Imports) ⇒ Boolean, msg: ⇒ Any): Imports

    Permalink
    Implicit information
    This member is added by an implicit conversion from Imports to Ensuring[Imports] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (Imports) ⇒ Boolean): Imports

    Permalink
    Implicit information
    This member is added by an implicit conversion from Imports to Ensuring[Imports] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): Imports

    Permalink
    Implicit information
    This member is added by an implicit conversion from Imports to Ensuring[Imports] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): Imports

    Permalink
    Implicit information
    This member is added by an implicit conversion from Imports to Ensuring[Imports] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from Imports to StringFormat[Imports] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  20. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def [B](y: B): (Imports, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from Imports to ArrowAssoc[Imports] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from Imports to any2stringadd[Imports]

Inherited by implicit conversion StringFormat from Imports to StringFormat[Imports]

Inherited by implicit conversion Ensuring from Imports to Ensuring[Imports]

Inherited by implicit conversion ArrowAssoc from Imports to ArrowAssoc[Imports]

Ungrouped