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
- Alphabetic
- By Inheritance
Inherited
- Plot
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Plot()
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def ++=(pl: TraversableOnce[Series]): Plot
- def +=(nameSeries: (String, Series)): Plot
- def +=(pl: Series): Plot
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- lazy val chart: JFreeChart
The JFreeChart for this plot
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def legend: Boolean
- def legend_=(show: Boolean): Unit
- def listen(l: Listener): Unit
- def logScaleX: Boolean
- def logScaleX_=(value: Boolean): Unit
- def logScaleY: Boolean
- def logScaleY_=(value: Boolean): Unit
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- lazy val panel: ChartPanel
The ChartPanel for this plot
- lazy val plot: XYPlot
The JFreeChart plot object.
- def refresh(): Unit
- def setXAxisDecimalTickUnits(): Unit
- def setXAxisIntegerTickUnits(): Unit
- def setYAxisDecimalTickUnits(): Unit
- def setYAxisIntegerTickUnits(): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def title: String
- def title_=(str: String): Unit
The plot title
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unlisten(l: Listener): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def xaxis: NumberAxis
- def xlabel: String
- def xlabel_=(label: String): Unit
- def xlim(lower: Double, upper: Double): Unit
Sets the lower and upper bounds of the current plot.
- def xlim: (Double, Double)
- def xlim_=(lowerUpper: (Double, Double)): Unit
- def yaxis: NumberAxis
- def ylabel: String
- def ylabel_=(label: String): Unit
- def ylim(lower: Double, upper: Double): Unit
- def ylim: (Double, Double)
- def ylim_=(lowerUpper: (Double, Double)): Unit