RingChart

abstract class RingChart extends Chart with PieChartLike

Represents categorized numeric data with a ring.

Represents categorized numeric data with a ring.

Companion
object
trait PieChartLike
trait Tooltips[PieToolTipGenerator]
trait Labels[PieLabelGenerator]
class Chart
trait Publisher
trait Reactor
trait DisplayableChart
trait DocMacros
class Object
trait Matchable
class Any

Type members

Inherited classlikes

object subtitles

Contains this charts subtitles and legends.

Contains this charts subtitles and legends.

Inherited from
Chart

Types

type Plot = RingPlot

Value members

Concrete methods

override def plot: RingPlot
Definition Classes

Inherited methods

def antiAlias: Boolean

Returns true if this chart is drawn with anti-aliasing.

Returns true if this chart is drawn with anti-aliasing.

Inherited from
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.

Inherited from
Chart

Returns the paint used for the chart background.

Returns the paint used for the chart background.

Inherited from
Chart
def backgroundPaint_=(p: Paint): Unit

Sets the paint used for the chart background.

Sets the paint used for the chart background.

Inherited from
Chart
def deafTo(ps: Publisher*): Unit

Installed reaction won't receive events from the given publisher anylonger.

Installed reaction won't receive events from the given publisher anylonger.

Inherited from
Reactor
override def labelGenerator: Option[PieLabelGenerator]
Definition Classes
PieChartLike -> Labels
Inherited from
PieChartLike
override def labelGenerator_=(generator: Option[PieLabelGenerator]): Unit
Definition Classes
PieChartLike -> Labels
Inherited from
PieChartLike
final def labelGenerator_=(generator: PieLabelGenerator): Unit

Sets this charts label generator.

Sets this charts label generator.

Inherited from
Labels
def listenTo(ps: Publisher*): Unit

Listen to the given publisher as long as deafTo isn't called for them.

Listen to the given publisher as long as deafTo isn't called for them.

Inherited from
Reactor

Returns the underlying chart.

Returns the underlying chart.

Inherited from
Chart
def publish(e: Event): Unit

Notify all registered reactions.

Notify all registered reactions.

Inherited from
Publisher
def show(title: String, resolution: (Int, Int), scrollable: Boolean): Unit

Shows the chart in a window.

Shows the chart in a window.

Value Params
resolution

dimension / geometry / width x height

scrollable

whether the enclosing panel is scrollable

title

the title of the enclosing frame

Inherited from
DisplayableChart
def title: String

Returns the title of this chart.

Returns the title of this chart.

Inherited from
Chart
def title_=(title: String): Unit

Sets the title of this chart.

Sets the title of this chart.

Inherited from
Chart
def toComponent(useBuffer: Boolean): Component

Wraps this chart in a swing component.

Wraps this chart in a swing component.

Value Params
useBuffer

whether or not to use an off-screen buffer

Inherited from
DisplayableChart
def toComponent: Component

Wraps this chart in a swing component.

Wraps this chart in a swing component.

Inherited from
DisplayableChart
def toFrame(title: String, scrollable: Boolean): Frame

Wraps a frame around this chart.

Wraps a frame around this chart.

Value Params
scrollable

whether the enclosing panel is scrollable

title

the title of the enclosing frame

Inherited from
DisplayableChart
Definition Classes
PieChartLike -> Tooltips
Inherited from
PieChartLike
override def tooltipGenerator_=(generator: Option[PieToolTipGenerator]): Unit
Definition Classes
PieChartLike -> Tooltips
Inherited from
PieChartLike
final def tooltipGenerator_=(generator: PieToolTipGenerator): Unit

Sets the tooltip generator.

Sets the tooltip generator.

Inherited from
Tooltips

Inherited fields

protected val listeners: RefSet[Reaction]
Inherited from
Publisher
val reactions: Reactions

All reactions of this reactor.

All reactions of this reactor.

Inherited from
Reactor