scalafx.scene.chart

Wraps `javafx.scene.chart` package.

Attributes

Members list

Type members

Classlikes

object AreaChart

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
AreaChart.type
class AreaChart[X, Y](val delegate: AreaChart[X, Y]) extends XYChart[X, Y], SFXDelegate[AreaChart[X, Y]]

Attributes

Companion
object
Supertypes
class XYChart[X, Y]
class Chart
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[AreaChart[X, Y]]
class Object
trait Matchable
class Any
Show all
object Axis

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Axis.type
abstract class Axis[T](val delegate: Axis[T]) extends Region, SFXDelegate[Axis[T]]

Attributes

Companion
object
Supertypes
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[Axis[T]]
class Object
trait Matchable
class Any
Show all
Known subtypes
class CategoryAxis
class ValueAxis[T]
class NumberAxis
object BarChart

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
BarChart.type
class BarChart[X, Y](val delegate: BarChart[X, Y]) extends XYChart[X, Y], SFXDelegate[BarChart[X, Y]]

Attributes

Companion
object
Supertypes
class XYChart[X, Y]
class Chart
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[BarChart[X, Y]]
class Object
trait Matchable
class Any
Show all
object BubbleChart

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class BubbleChart[X, Y](val delegate: BubbleChart[X, Y]) extends XYChart[X, Y], SFXDelegate[BubbleChart[X, Y]]

Attributes

Companion
object
Supertypes
class XYChart[X, Y]
class Chart
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[BubbleChart[X, Y]]
class Object
trait Matchable
class Any
Show all
object CategoryAxis

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class CategoryAxis(val delegate: CategoryAxis) extends Axis[String], SFXDelegate[CategoryAxis]

Attributes

Companion
object
Supertypes
class Axis[String]
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[CategoryAxis]
class Object
trait Matchable
class Any
Show all
object Chart

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
Chart.type
abstract class Chart(val delegate: Chart) extends Region, SFXDelegate[Chart]

Attributes

Companion
object
Supertypes
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[Chart]
class Object
trait Matchable
class Any
Show all
Known subtypes
class PieChart
class XYChart[X, Y]
class AreaChart[X, Y]
class BarChart[X, Y]
class BubbleChart[X, Y]
class LineChart[X, Y]
class ScatterChart[X, Y]
class StackedAreaChart[X, Y]
class StackedBarChart[X, Y]
Show all
object ChartIncludes extends ChartIncludes

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Contains implicit methods to convert from `javafx.scene.chart` Classes/Traits to their ScalaFX counterparts.

Contains implicit methods to convert from `javafx.scene.chart` Classes/Traits to their ScalaFX counterparts.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ChartIncludes.type
object SceneIncludes.type
trait Includes
object Includes.type
object LineChart

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
LineChart.type
class LineChart[X, Y](val delegate: LineChart[X, Y]) extends XYChart[X, Y], SFXDelegate[LineChart[X, Y]]

Attributes

Companion
object
Supertypes
class XYChart[X, Y]
class Chart
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[LineChart[X, Y]]
class Object
trait Matchable
class Any
Show all
object NumberAxis

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
NumberAxis.type
class NumberAxis(val delegate: NumberAxis) extends ValueAxis[Number], SFXDelegate[NumberAxis]

Attributes

Companion
object
Supertypes
class ValueAxis[Number]
class Axis[Number]
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[NumberAxis]
class Object
trait Matchable
class Any
Show all
object PieChart

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
PieChart.type
class PieChart(val delegate: PieChart) extends Chart, SFXDelegate[PieChart]

Attributes

Companion
object
Supertypes
class Chart
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[PieChart]
class Object
trait Matchable
class Any
Show all
object ScatterChart

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class ScatterChart[X, Y](val delegate: ScatterChart[X, Y]) extends XYChart[X, Y], SFXDelegate[ScatterChart[X, Y]]

Attributes

Companion
object
Supertypes
class XYChart[X, Y]
class Chart
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[ScatterChart[X, Y]]
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class StackedAreaChart[X, Y](val delegate: StackedAreaChart[X, Y]) extends XYChart[X, Y], SFXDelegate[StackedAreaChart[X, Y]]

Attributes

Companion
object
Supertypes
class XYChart[X, Y]
class Chart
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[StackedAreaChart[X, Y]]
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class StackedBarChart[X, Y](val delegate: StackedBarChart[X, Y]) extends XYChart[X, Y], SFXDelegate[StackedBarChart[X, Y]]

Attributes

Companion
object
Supertypes
class XYChart[X, Y]
class Chart
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[StackedBarChart[X, Y]]
class Object
trait Matchable
class Any
Show all
object ValueAxis

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
ValueAxis.type
abstract class ValueAxis[T <: Number](val delegate: ValueAxis[T]) extends Axis[T], SFXDelegate[ValueAxis[T]]

Attributes

Companion
object
Supertypes
class Axis[T]
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[ValueAxis[T]]
class Object
trait Matchable
class Any
Show all
Known subtypes
class NumberAxis
object XYChart

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
XYChart.type
abstract class XYChart[X, Y](val delegate: XYChart[X, Y]) extends Chart, SFXDelegate[XYChart[X, Y]]

Attributes

Companion
object
Supertypes
class Chart
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[XYChart[X, Y]]
class Object
trait Matchable
class Any
Show all
Known subtypes
class AreaChart[X, Y]
class BarChart[X, Y]
class BubbleChart[X, Y]
class LineChart[X, Y]
class ScatterChart[X, Y]
class StackedAreaChart[X, Y]
class StackedBarChart[X, Y]
Show all