Type Members
-
type
BoxAndWhiskerCategoryDataset = org.jfree.data.statistics.BoxAndWhiskerCategoryDataset
-
type
BoxAndWhiskerXYDataset = org.jfree.data.statistics.BoxAndWhiskerXYDataset
-
type
CategoryDataset = org.jfree.data.category.CategoryDataset
-
type
CategoryLabelGenerator = (CategoryDataset, Comparable[_], Comparable[_]) ⇒ String
-
type
CategoryMarker = org.jfree.chart.plot.CategoryMarker
-
type
CategoryPlot = org.jfree.chart.plot.CategoryPlot
-
type
CategoryToolTipGenerator = (CategoryDataset, Comparable[_], Comparable[_]) ⇒ String
-
type
ChartTheme = org.jfree.chart.ChartTheme
-
type
Color = java.awt.Color
-
type
IntervalMarker = org.jfree.chart.plot.IntervalMarker
-
type
IntervalXYDataset = org.jfree.data.xy.IntervalXYDataset
-
type
JFreeChart = org.jfree.chart.JFreeChart
-
type
Layer = org.jfree.ui.Layer
-
type
Marker = org.jfree.chart.plot.Marker
-
type
MultiplePiePlot = org.jfree.chart.plot.MultiplePiePlot
-
type
Orientation = scala.swing.Orientation.Value
-
type
Paint = java.awt.Paint
-
type
PieDataset = org.jfree.data.general.PieDataset
-
type
PieLabelGenerator = (PieDataset, Comparable[_]) ⇒ String
-
type
PiePlot = org.jfree.chart.plot.PiePlot
-
type
PiePlot3D = org.jfree.chart.plot.PiePlot3D
-
type
PieToolTipGenerator = (PieDataset, Comparable[_]) ⇒ String
-
type
RingPlot = org.jfree.chart.plot.RingPlot
-
type
TableXYDataset = org.jfree.data.xy.TableXYDataset
-
type
TimePeriodValues = org.jfree.data.time.TimePeriodValues
-
type
TimePeriodValuesCollection = org.jfree.data.time.TimePeriodValuesCollection
-
type
TimeSeries = org.jfree.data.time.TimeSeries
-
type
TimeSeriesCollection = org.jfree.data.time.TimeSeriesCollection
-
type
TimeTableXYDataset = org.jfree.data.time.TimeTableXYDataset
-
type
ValueMarker = org.jfree.chart.plot.ValueMarker
-
type
XYDataset = org.jfree.data.xy.XYDataset
-
type
XYLabelGenerator = (XYDataset, Comparable[_], Int) ⇒ String
-
type
XYPlot = org.jfree.chart.plot.XYPlot
-
type
XYSeries = org.jfree.data.xy.XYSeries
-
type
XYSeriesCollection = org.jfree.data.xy.XYSeriesCollection
-
type
XYToolTipGenerator = (XYDataset, Comparable[_], Int) ⇒ String
-
type
YIntervalSeries = org.jfree.data.xy.YIntervalSeries
-
type
YIntervalSeriesCollection = org.jfree.data.xy.YIntervalSeriesCollection
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
-
val
Orientation: scala.swing.Orientation.type
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any
PieToolTipGenerators contains factories for creating tool tip generators for pie charts.
chart.tooltipGenerator = PieToolTipGenerator(value => value.toString)
The following list contains various ways on how to create and set tool tip generators for pie charts: