abstract class MultiplePieChart extends Chart with Labels[chart.module.CategoryDatasetConversions.PieLabelGenerator] with Tooltips[chart.module.CategoryDatasetConversions.PieToolTipGenerator]
Represents categorized numeric data with multiple pies.
- Source
- MultiplePieChart.scala
- Alphabetic
- By Inheritance
- MultiplePieChart
- Tooltips
- Labels
- Chart
- Publisher
- Reactor
- DisplayableChart
- DocMacros
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
MultiplePieChart()
- Attributes
- protected
Type Members
-
type
Plot = MultiplePiePlot
Returns the underlying plot type.
Returns the underlying plot type.
- Definition Classes
- MultiplePieChart → Chart
Abstract Value Members
-
abstract
def
peer: module.Imports.JFreeChart
Returns the underlying chart.
Returns the underlying chart.
- Definition Classes
- Chart
Concrete Value Members
-
object
subtitles
extends Buffer[Title]
Contains this charts subtitles and legends.
Contains this charts subtitles and legends.
- Definition Classes
- Chart
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from MultiplePieChart to any2stringadd[MultiplePieChart] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (MultiplePieChart, B)
- Implicit
- This member is added by an implicit conversion from MultiplePieChart to ArrowAssoc[MultiplePieChart] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
antiAlias: Boolean
Returns true if this chart is drawn with anti-aliasing.
Returns true if this chart is drawn with anti-aliasing.
- Definition Classes
- Chart
-
def
antiAlias_=(a: Boolean): Unit
Sets whether or not this chart is drawn with anti-aliasing.
Sets whether or not this chart is drawn with anti-aliasing.
- Definition Classes
- Chart
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
backgroundPaint: module.Imports.Paint
Returns the paint used for the chart background.
Returns the paint used for the chart background.
- Definition Classes
- Chart
-
def
backgroundPaint_=(p: module.Imports.Paint): Unit
Sets the paint used for the chart background.
Sets the paint used for the chart background.
- Definition Classes
- Chart
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
deafTo(ps: Publisher*): Unit
- Definition Classes
- Reactor
-
def
ensuring(cond: (MultiplePieChart) ⇒ Boolean, msg: ⇒ Any): MultiplePieChart
- Implicit
- This member is added by an implicit conversion from MultiplePieChart to Ensuring[MultiplePieChart] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (MultiplePieChart) ⇒ Boolean): MultiplePieChart
- Implicit
- This member is added by an implicit conversion from MultiplePieChart to Ensuring[MultiplePieChart] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): MultiplePieChart
- Implicit
- This member is added by an implicit conversion from MultiplePieChart to Ensuring[MultiplePieChart] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): MultiplePieChart
- Implicit
- This member is added by an implicit conversion from MultiplePieChart to Ensuring[MultiplePieChart] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
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] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from MultiplePieChart to StringFormat[MultiplePieChart] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
labelGenerator: Option[module.CategoryDatasetConversions.PieLabelGenerator]
Optionally returns this charts label generator.
Optionally returns this charts label generator.
- Definition Classes
- MultiplePieChart → Labels
-
def
labelGenerator_=(generator: Option[module.CategoryDatasetConversions.PieLabelGenerator]): Unit
Sets this charts label generator.
Sets this charts label generator.
- Definition Classes
- MultiplePieChart → Labels
-
final
def
labelGenerator_=(generator: module.CategoryDatasetConversions.PieLabelGenerator): Unit
Sets this charts label generator.
Sets this charts label generator.
- Definition Classes
- Labels
-
def
listenTo(ps: Publisher*): Unit
- Definition Classes
- Reactor
-
val
listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }
- Attributes
- protected
- Definition Classes
- Publisher
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
plot: module.CategoryDatasetConversions.MultiplePiePlot
Returns the underlying plot.
Returns the underlying plot.
- Definition Classes
- MultiplePieChart → Chart
-
def
publish(e: Event): Unit
- Definition Classes
- Publisher
-
val
reactions: Reactions
- Definition Classes
- Reactor
-
def
show(): Unit
[use case] Shows the chart in a window.
[use case]Shows the chart in a window.
- Definition Classes
- DisplayableChart
Full Signaturedef show(title: String = "", resolution: (Int, Int) = Chart.Default.Resolution, scrollable: Boolean = false): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
title: String
Returns the title of this chart.
Returns the title of this chart.
- Definition Classes
- Chart
-
def
title_=(title: String): Unit
Sets the title of this chart.
Sets the title of this chart.
- Definition Classes
- Chart
-
def
toComponent(useBuffer: Boolean = Chart.Default.BufferUsed): Component
Wraps this chart in a swing component.
Wraps this chart in a swing component.
- useBuffer
whether or not to use an off-screen buffer
- Definition Classes
- DisplayableChart
-
def
toComponent: Component
Wraps this chart in a swing component.
Wraps this chart in a swing component.
- Definition Classes
- DisplayableChart
-
def
toFrame(): Frame
[use case] Wraps a frame around this chart.
[use case]Wraps a frame around this chart.
- Definition Classes
- DisplayableChart
Full Signaturedef toFrame(title: String = "", scrollable: Boolean = true): Frame
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
tooltipGenerator: Option[module.CategoryDatasetConversions.PieToolTipGenerator]
Optionally returns the tooltip generator.
Optionally returns the tooltip generator.
- Definition Classes
- MultiplePieChart → Tooltips
-
def
tooltipGenerator_=(generator: Option[module.CategoryDatasetConversions.PieToolTipGenerator]): Unit
Optionally sets the tooltip generator.
Optionally sets the tooltip generator.
- Definition Classes
- MultiplePieChart → Tooltips
-
final
def
tooltipGenerator_=(generator: module.CategoryDatasetConversions.PieToolTipGenerator): Unit
Sets the tooltip generator.
Sets the tooltip generator.
- Definition Classes
- Tooltips
- final def underlying: PieChart
-
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( ... )
-
def
→[B](y: B): (MultiplePieChart, B)
- Implicit
- This member is added by an implicit conversion from MultiplePieChart to ArrowAssoc[MultiplePieChart] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc