Class/Object

de.sciss.chart

SpiderWebChart

Related Docs: object SpiderWebChart | package chart

Permalink

abstract class SpiderWebChart extends Chart

Represents categorized numeric data with a "Spider Web" radar.

Linear Supertypes
Chart, Publisher, Reactor, DisplayableChart, DocMacros, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpiderWebChart
  2. Chart
  3. Publisher
  4. Reactor
  5. DisplayableChart
  6. DocMacros
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpiderWebChart()

    Permalink
    Attributes
    protected

Type Members

  1. type Plot = SpiderWebPlot

    Permalink

    Returns the underlying plot type.

    Returns the underlying plot type.

    Definition Classes
    SpiderWebChartChart

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 listenTo(ps: Publisher*): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def plot: module.CategoryDatasetConversions.SpiderWebPlot

    Permalink

    Returns the underlying plot.

    Returns the underlying plot.

    Definition Classes
    SpiderWebChartChart
  23. def publish(e: Event): Unit

    Permalink
    Definition Classes
    Publisher
  24. val reactions: Reactions

    Permalink
    Definition Classes
    Reactor
  25. 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

  26. object subtitles extends Buffer[Title]

    Permalink

    Contains this charts subtitles and legends.

    Contains this charts subtitles and legends.

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

    Permalink
    Definition Classes
    AnyRef
  28. def title: String

    Permalink

    Returns the title of this chart.

    Returns the title of this chart.

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

    Permalink

    Sets the title of this chart.

    Sets the title of this chart.

    Definition Classes
    Chart
  30. 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
  31. def toComponent: Component

    Permalink

    Wraps this chart in a swing component.

    Wraps this chart in a swing component.

    Definition Classes
    DisplayableChart
  32. 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

  33. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

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

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

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

Inherited from Chart

Inherited from Publisher

Inherited from Reactor

Inherited from DisplayableChart

Inherited from DocMacros

Inherited from AnyRef

Inherited from Any

Ungrouped