Class/Object

de.sciss.chart

RingChart

Related Docs: object RingChart | package chart

Permalink

abstract class RingChart extends Chart with PieChartLike

Represents categorized numeric data with a ring.

Linear Supertypes
PieChartLike, Tooltips[module.PieToolTipGenerators.PieToolTipGenerator], Labels[module.PieToolTipGenerators.PieLabelGenerator], Chart, Publisher, Reactor, DisplayableChart, DocMacros, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RingChart
  2. PieChartLike
  3. Tooltips
  4. Labels
  5. Chart
  6. Publisher
  7. Reactor
  8. DisplayableChart
  9. DocMacros
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RingChart()

    Permalink
    Attributes
    protected

Type Members

  1. type Plot = RingPlot

    Permalink

    Returns the underlying plot type.

    Returns the underlying plot type.

    Definition Classes
    RingChartChart

Abstract Value Members

  1. abstract def peer: module.Imports.JFreeChart

    Permalink

    Returns the underlying chart.

    Returns the underlying chart.

    Definition Classes
    Chart

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def antiAlias: Boolean

    Permalink

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

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

    Definition Classes
    Chart
  5. def antiAlias_=(a: Boolean): Unit

    Permalink

    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
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def backgroundPaint: module.Imports.Paint

    Permalink

    Returns the paint used for the chart background.

    Returns the paint used for the chart background.

    Definition Classes
    Chart
  8. def backgroundPaint_=(p: module.Imports.Paint): Unit

    Permalink

    Sets the paint used for the chart background.

    Sets the paint used for the chart background.

    Definition Classes
    Chart
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def deafTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def labelGenerator: Option[module.PieToolTipGenerators.PieLabelGenerator]

    Permalink

    Optionally returns this charts label generator.

    Optionally returns this charts label generator.

    Definition Classes
    PieChartLike → Labels
  18. def labelGenerator_=(generator: Option[module.PieToolTipGenerators.PieLabelGenerator]): Unit

    Permalink

    Sets this charts label generator.

    Sets this charts label generator.

    Definition Classes
    PieChartLike → Labels
  19. final def labelGenerator_=(generator: module.PieToolTipGenerators.PieLabelGenerator): Unit

    Permalink

    Sets this charts label generator.

    Sets this charts label generator.

    Definition Classes
    Labels
  20. def listenTo(ps: Publisher*): Unit

    Permalink
    Definition Classes
    Reactor
  21. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Permalink
    Attributes
    protected
    Definition Classes
    Publisher
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def plot: module.PieDatasetConversions.RingPlot

    Permalink

    Returns the underlying plot.

    Returns the underlying plot.

    Definition Classes
    RingChartChart
  26. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  27. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  28. def show(): Unit

    Permalink

    [use case] Shows the chart in a window.

    [use case]

    Shows the chart in a window.

    Definition Classes
    DisplayableChart
    Full Signature

    def show(title: String = "", resolution: (Int, Int) = Chart.Default.Resolution, scrollable: Boolean = false): Unit

  29. object subtitles extends Buffer[Title]

    Permalink

    Contains this charts subtitles and legends.

    Contains this charts subtitles and legends.

    Definition Classes
    Chart
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def title: String

    Permalink

    Returns the title of this chart.

    Returns the title of this chart.

    Definition Classes
    Chart
  32. def title_=(title: String): Unit

    Permalink

    Sets the title of this chart.

    Sets the title of this chart.

    Definition Classes
    Chart
  33. def toComponent(useBuffer: Boolean = Chart.Default.BufferUsed): Component

    Permalink

    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
  34. def toComponent: Component

    Permalink

    Wraps this chart in a swing component.

    Wraps this chart in a swing component.

    Definition Classes
    DisplayableChart
  35. def toFrame(): Frame

    Permalink

    [use case] Wraps a frame around this chart.

    [use case]

    Wraps a frame around this chart.

    Definition Classes
    DisplayableChart
    Full Signature

    def toFrame(title: String = "", scrollable: Boolean = true): Frame

  36. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  37. def tooltipGenerator: Option[module.PieToolTipGenerators.PieToolTipGenerator]

    Permalink

    Optionally returns the tooltip generator.

    Optionally returns the tooltip generator.

    Definition Classes
    PieChartLike → Tooltips
  38. def tooltipGenerator_=(generator: Option[module.PieToolTipGenerators.PieToolTipGenerator]): Unit

    Permalink

    Optionally sets the tooltip generator.

    Optionally sets the tooltip generator.

    Definition Classes
    PieChartLike → Tooltips
  39. final def tooltipGenerator_=(generator: module.PieToolTipGenerators.PieToolTipGenerator): Unit

    Permalink

    Sets the tooltip generator.

    Sets the tooltip generator.

    Definition Classes
    Tooltips
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from PieChartLike

Inherited from Chart

Inherited from Publisher

Inherited from Reactor

Inherited from DisplayableChart

Inherited from DocMacros

Inherited from AnyRef

Inherited from Any

Ungrouped