SortingPolicy

scalafx.scene.chart.LineChart.SortingPolicy
See theSortingPolicy companion class
object SortingPolicy extends SFXEnumDelegateCompanion[SortingPolicy, SortingPolicy]

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
trait SFXEnumDelegateCompanion[SortingPolicy, SortingPolicy]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Classlikes

case object None extends SortingPolicy

The data should be left in the order defined by the list in scalafx.scene.chart.LineChart.data property.

The data should be left in the order defined by the list in scalafx.scene.chart.LineChart.data property.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[SortingPolicy]
trait SFXDelegate[SortingPolicy]
class Object
trait Matchable
class Any
Show all
Self type
None.type
case object XAxis extends SortingPolicy

The data is ordered by x axis.

The data is ordered by x axis.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[SortingPolicy]
trait SFXDelegate[SortingPolicy]
class Object
trait Matchable
class Any
Show all
Self type
XAxis.type
case object YAxis extends SortingPolicy

The data is ordered by y axis.

The data is ordered by y axis.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SFXEnumDelegate[SortingPolicy]
trait SFXDelegate[SortingPolicy]
class Object
trait Matchable
class Any
Show all
Self type
YAxis.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def apply(e: SortingPolicy): S

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value parameters

e

JavaFX enum

Attributes

Returns

[[scalafx.delegate.SFXEnumDelegate]] equivalent to argument.

Inherited from:
SFXEnumDelegateCompanion
def apply(name: String): S

Returns the enum constant of this type with the specified name.

Returns the enum constant of this type with the specified name.

Value parameters

name

the name of the constant to return

Attributes

Throws
IllegalArgumentException

If the specified enum type has no constant with the specified name, or the specified class object does not represent an enum type.

Inherited from:
SFXEnumDelegateCompanion
def jfxEnum2sfx(e: SortingPolicy): S

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value parameters

e

JavaFX enum

Attributes

Returns

[[scalafx.delegate.SFXEnumDelegate]] equivalent to argument.

Inherited from:
SFXEnumDelegateCompanion

Inherited fields

Returns a List containing the constants of this enum type, in the order they are declared.

Returns a List containing the constants of this enum type, in the order they are declared.

Attributes

Inherited from:
SFXEnumDelegateCompanion

Implicits

Inherited implicits

implicit def sfxEnum2jfx(s: SortingPolicy): E

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Value parameters

s

SFXEnumDelegate instance

Attributes

Returns

Delegated enum

Inherited from:
SFXEnumDelegateCompanion