Pos

scalafx.geometry.Pos
See thePos companion class
object Pos extends SFXEnumDelegateCompanion[Pos, Pos]

Wrapper for javafx.geometry.Pos

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
Pos.type

Members list

Type members

Classlikes

case object BaselineCenter extends Pos

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Pos
trait SFXEnumDelegate[Pos]
trait SFXDelegate[Pos]
class Object
trait Matchable
class Any
Show all
Self type
case object BaselineLeft extends Pos

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Pos
trait SFXEnumDelegate[Pos]
trait SFXDelegate[Pos]
class Object
trait Matchable
class Any
Show all
Self type
case object BaselineRight extends Pos

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Pos
trait SFXEnumDelegate[Pos]
trait SFXDelegate[Pos]
class Object
trait Matchable
class Any
Show all
Self type
case object BottomCenter extends Pos

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Pos
trait SFXEnumDelegate[Pos]
trait SFXDelegate[Pos]
class Object
trait Matchable
class Any
Show all
Self type
case object BottomLeft extends Pos

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Pos
trait SFXEnumDelegate[Pos]
trait SFXDelegate[Pos]
class Object
trait Matchable
class Any
Show all
Self type
BottomLeft.type
case object BottomRight extends Pos

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Pos
trait SFXEnumDelegate[Pos]
trait SFXDelegate[Pos]
class Object
trait Matchable
class Any
Show all
Self type
case object Center extends Pos

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Pos
trait SFXEnumDelegate[Pos]
trait SFXDelegate[Pos]
class Object
trait Matchable
class Any
Show all
Self type
Center.type
case object CenterLeft extends Pos

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Pos
trait SFXEnumDelegate[Pos]
trait SFXDelegate[Pos]
class Object
trait Matchable
class Any
Show all
Self type
CenterLeft.type
case object CenterRight extends Pos

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Pos
trait SFXEnumDelegate[Pos]
trait SFXDelegate[Pos]
class Object
trait Matchable
class Any
Show all
Self type
case object TopCenter extends Pos

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Pos
trait SFXEnumDelegate[Pos]
trait SFXDelegate[Pos]
class Object
trait Matchable
class Any
Show all
Self type
TopCenter.type
case object TopLeft extends Pos

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Pos
trait SFXEnumDelegate[Pos]
trait SFXDelegate[Pos]
class Object
trait Matchable
class Any
Show all
Self type
TopLeft.type
case object TopRight extends Pos

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Pos
trait SFXEnumDelegate[Pos]
trait SFXDelegate[Pos]
class Object
trait Matchable
class Any
Show all
Self type
TopRight.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: Pos): 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: Pos): 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

Deprecated fields

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true
val CENTER: Pos

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true
val TOP_LEFT: Pos

Attributes

Deprecated
true
val TOP_RIGHT: Pos

Attributes

Deprecated
true

Inherited fields

lazy val values: List[Pos]

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: Pos): 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