Packages

class Plot extends AnyRef

Maintains a set of series (or more strictly, the data from those series) and the necessary JFreeChart stuff to plot them.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Plot
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Plot()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def ++=(pl: TraversableOnce[Series]): Plot
  4. def +=(nameSeries: (String, Series)): Plot
  5. def +=(pl: Series): Plot
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. lazy val chart: JFreeChart

    The JFreeChart for this plot

  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def legend: Boolean
  16. def legend_=(show: Boolean): Unit
  17. def listen(l: Listener): Unit
  18. def logScaleX: Boolean
  19. def logScaleX_=(value: Boolean): Unit
  20. def logScaleY: Boolean
  21. def logScaleY_=(value: Boolean): Unit
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  25. lazy val panel: ChartPanel

    The ChartPanel for this plot

  26. lazy val plot: XYPlot

    The JFreeChart plot object.

  27. def refresh(): Unit
  28. def setXAxisDecimalTickUnits(): Unit
  29. def setXAxisIntegerTickUnits(): Unit
  30. def setYAxisDecimalTickUnits(): Unit
  31. def setYAxisIntegerTickUnits(): Unit
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def title: String
  34. def title_=(str: String): Unit

    The plot title

  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def unlisten(l: Listener): Unit
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. def xaxis: NumberAxis
  41. def xlabel: String
  42. def xlabel_=(label: String): Unit
  43. def xlim(lower: Double, upper: Double): Unit

    Sets the lower and upper bounds of the current plot.

  44. def xlim: (Double, Double)
  45. def xlim_=(lowerUpper: (Double, Double)): Unit
  46. def yaxis: NumberAxis
  47. def ylabel: String
  48. def ylabel_=(label: String): Unit
  49. def ylim(lower: Double, upper: Double): Unit
  50. def ylim: (Double, Double)
  51. def ylim_=(lowerUpper: (Double, Double)): Unit

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped