Pos

object Pos extends SFXEnumDelegateCompanion[Pos, Pos]

Wrapper for javafx.geometry.Pos

Wrapper for javafx.geometry.Pos

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case object BaselineCenter extends Pos
case object BaselineLeft extends Pos
case object BaselineRight extends Pos
case object BottomCenter extends Pos
case object BottomLeft extends Pos
case object BottomRight extends Pos
case object Center extends Pos
case object CenterLeft extends Pos
case object CenterRight extends Pos
case object TopCenter extends Pos
case object TopLeft extends Pos
case object TopRight extends Pos

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Inherited methods

def apply(e: Pos): Pos

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value Params
e

JavaFX enum

Returns

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

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

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

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

Value Params
name

the name of the constant to return

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

Converts a JavaFX enum to its respective SFXEnumDelegate.

Converts a JavaFX enum to its respective SFXEnumDelegate.

Value Params
e

JavaFX enum

Returns

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

Inherited from
SFXEnumDelegateCompanion

Deprecated fields

@deprecated("Use BaselineCenter; BASELINE_CENTER will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use BaselineLeft; BASELINE_LEFT will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use BaselineRight; BASELINE_RIGHT will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use BottomCenter; BOTTOM_CENTER will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use BottomLeft; BOTTOM_LEFT will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use BottomRight; BOTTOM_RIGHT will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use Center; CENTER will be removed in a future release", "2.2.60")
val CENTER: Pos
Deprecated
@deprecated("Use CenterLeft; CENTER_LEFT will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use CenterRight; CENTER_RIGHT will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use TopCenter; TOP_CENTER will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use TopLeft; TOP_LEFT will be removed in a future release", "2.2.60")
Deprecated
@deprecated("Use TopRight; TOP_RIGHT will be removed in a future release", "2.2.60")
Deprecated

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.

Inherited from
SFXEnumDelegateCompanion

Implicits

Inherited implicits

implicit def sfxEnum2jfx(s: Pos): Pos

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Converts a SFXEnumDelegate to its respective JavaFX Enum.

Value Params
s

SFXEnumDelegate instance

Returns

Delegated enum

Inherited from
SFXEnumDelegateCompanion