abstract class PieChart extends Chart with PieChartLike
Represents categorized numeric data with a pie.
- Source
- PieChart.scala
- Alphabetic
- By Inheritance
- PieChart
- PieChartLike
- 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
PieChart()
- Attributes
- protected
Type Members
-
type
Plot = PiePlot
Returns the underlying plot type.
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
- def ->[B](y: B): (PieChart, B)
-
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: (PieChart) ⇒ Boolean, msg: ⇒ Any): PieChart
- def ensuring(cond: (PieChart) ⇒ Boolean): PieChart
- def ensuring(cond: Boolean, msg: ⇒ Any): PieChart
- def ensuring(cond: Boolean): PieChart
-
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
-
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.PieToolTipGenerators.PieLabelGenerator]
Optionally returns this charts label generator.
Optionally returns this charts label generator.
- Definition Classes
- PieChartLike → Labels
-
def
labelGenerator_=(generator: Option[module.PieToolTipGenerators.PieLabelGenerator]): Unit
Sets this charts label generator.
Sets this charts label generator.
- Definition Classes
- PieChartLike → Labels
-
final
def
labelGenerator_=(generator: module.PieToolTipGenerators.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.PieDatasetConversions.PiePlot
Returns the underlying plot.
-
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.PieToolTipGenerators.PieToolTipGenerator]
Optionally returns the tooltip generator.
Optionally returns the tooltip generator.
- Definition Classes
- PieChartLike → Tooltips
-
def
tooltipGenerator_=(generator: Option[module.PieToolTipGenerators.PieToolTipGenerator]): Unit
Optionally sets the tooltip generator.
Optionally sets the tooltip generator.
- Definition Classes
- PieChartLike → Tooltips
-
final
def
tooltipGenerator_=(generator: module.PieToolTipGenerators.PieToolTipGenerator): Unit
Sets the tooltip generator.
Sets the tooltip generator.
- Definition Classes
- Tooltips
-
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): (PieChart, B)