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
- Alphabetic
- By Inheritance
- RichPlot
- RichPlot
- MarkerConversions
- Imports
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
trait
ToCategoryMarker
[A] extends AnyRef
Converts some type
A
to a category marker.Converts some type
A
to a category marker.- Definition Classes
- MarkerConversions
-
trait
ToMarker
[A] extends AnyRef
Converts some type
A
to a marker.Converts some type
A
to a marker.- Definition Classes
- MarkerConversions
-
type
AxisLabelLocation = org.jfree.chart.axis.AxisLabelLocation
- Definition Classes
- Imports
-
type
BoxAndWhiskerCategoryDataset = org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
- Definition Classes
- Imports
-
type
BoxAndWhiskerXYDataset = org.jfree.data.statistics.BoxAndWhiskerXYDataset
- Definition Classes
- Imports
-
type
CategoryDataset = org.jfree.data.category.CategoryDataset
- Definition Classes
- Imports
-
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
-
type
CategoryMarker = org.jfree.chart.plot.CategoryMarker
- Definition Classes
- Imports
-
type
CategoryPlot = org.jfree.chart.plot.CategoryPlot
- Definition Classes
- Imports
-
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
-
type
ChartTheme = org.jfree.chart.ChartTheme
- Definition Classes
- Imports
-
type
Color = java.awt.Color
- Definition Classes
- Imports
-
type
Font = java.awt.Font
- Definition Classes
- Imports
-
type
IntervalMarker = org.jfree.chart.plot.IntervalMarker
- Definition Classes
- Imports
-
type
IntervalXYDataset = org.jfree.data.xy.IntervalXYDataset
- Definition Classes
- Imports
-
type
JFreeChart = org.jfree.chart.JFreeChart
- Definition Classes
- Imports
-
type
Layer = org.jfree.ui.Layer
- Definition Classes
- Imports
-
type
Marker = org.jfree.chart.plot.Marker
- Definition Classes
- Imports
-
type
MultiplePiePlot = org.jfree.chart.plot.MultiplePiePlot
- Definition Classes
- Imports
-
type
Orientation = scala.swing.Orientation.Value
- Definition Classes
- Imports
-
type
Paint = java.awt.Paint
- Definition Classes
- Imports
-
type
PieDataset = org.jfree.data.general.PieDataset
- Definition Classes
- Imports
-
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
-
type
PiePlot = org.jfree.chart.plot.PiePlot
- Definition Classes
- Imports
-
type
PiePlot3D = org.jfree.chart.plot.PiePlot3D
- Definition Classes
- Imports
-
type
PieToolTipGenerator = (PieDataset, Comparable[_]) ⇒ String
Function alias for creating tooltips for pie charts.
Function alias for creating tooltips for pie charts.
- Definition Classes
- Imports
-
type
RectangleInsets = org.jfree.ui.RectangleInsets
- Definition Classes
- Imports
-
implicit
class
RichCategoryPlot
extends AnyRef
Enriches a
CategoryPlot
.Enriches a
CategoryPlot
.- Definition Classes
- RichPlot
-
implicit
class
RichFastScatterPlot
extends AnyRef
Enriches a
FastScatterPlot
.Enriches a
FastScatterPlot
.- Definition Classes
- RichPlot
-
implicit
class
RichThermometerPlot
extends AnyRef
Enriches a
ThermometerPlot
.Enriches a
ThermometerPlot
.- Definition Classes
- RichPlot
-
implicit
class
RichXYPlot
extends AnyRef
Enriches an
XYPlot
.Enriches an
XYPlot
.- Definition Classes
- RichPlot
-
type
RingPlot = org.jfree.chart.plot.RingPlot
- Definition Classes
- Imports
-
type
SpiderWebPlot = org.jfree.chart.plot.SpiderWebPlot
- Definition Classes
- Imports
-
type
Stroke = java.awt.Stroke
- Definition Classes
- Imports
-
type
TableXYDataset = org.jfree.data.xy.TableXYDataset
- Definition Classes
- Imports
-
type
TimePeriodValues = org.jfree.data.time.TimePeriodValues
- Definition Classes
- Imports
-
type
TimePeriodValuesCollection = org.jfree.data.time.TimePeriodValuesCollection
- Definition Classes
- Imports
-
type
TimeSeries = org.jfree.data.time.TimeSeries
- Definition Classes
- Imports
-
type
TimeSeriesCollection = org.jfree.data.time.TimeSeriesCollection
- Definition Classes
- Imports
-
type
TimeTableXYDataset = org.jfree.data.time.TimeTableXYDataset
- Definition Classes
- Imports
-
type
ValueMarker = org.jfree.chart.plot.ValueMarker
- Definition Classes
- Imports
-
type
XYDataset = org.jfree.data.xy.XYDataset
- Definition Classes
- Imports
-
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
-
type
XYPlot = org.jfree.chart.plot.XYPlot
- Definition Classes
- Imports
-
type
XYSeries = org.jfree.data.xy.XYSeries
- Definition Classes
- Imports
-
type
XYSeriesCollection = org.jfree.data.xy.XYSeriesCollection
- Definition Classes
- Imports
-
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
-
type
YIntervalSeries = org.jfree.data.xy.YIntervalSeries
- Definition Classes
- Imports
-
type
YIntervalSeriesCollection = org.jfree.data.xy.YIntervalSeriesCollection
- Definition Classes
- Imports
Value Members
-
object
AxisLabelLocation
- Definition Classes
- Imports
-
object
ChartTheme
- Definition Classes
- Imports
-
object
Layer
- Definition Classes
- Imports
-
object
ToCategoryMarker
Contains default ToCategoryMarker instances.
Contains default ToCategoryMarker instances.
- Definition Classes
- MarkerConversions
-
object
ToMarker
Contains default ToMarker instances.
Contains default ToMarker instances.
- Definition Classes
- MarkerConversions
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
Orientation: scala.swing.Orientation.type
- Definition Classes
- Imports
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )