VPos

scalafx.geometry.VPos
See theVPos companion class
object VPos extends SFXEnumDelegateCompanion[VPos, VPos]

Wrapper for javafx.geometry.VPos

Attributes

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

Members list

Type members

Classlikes

case object Baseline extends VPos

Indicates baseline vertical position.

Indicates baseline vertical position.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class VPos
trait SFXEnumDelegate[VPos]
trait SFXDelegate[VPos]
class Object
trait Matchable
class Any
Show all
Self type
Baseline.type
case object Bottom extends VPos

Indicates bottom vertical position.

Indicates bottom vertical position.

Attributes

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

Indicates centered vertical position.

Indicates centered vertical position.

Attributes

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

Indicates top vertical position.

Indicates top vertical position.

Attributes

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

val BASELINE: VPos

Attributes

Deprecated
true
val BOTTOM: VPos

Attributes

Deprecated
true
val CENTER: VPos

Attributes

Deprecated
true
val TOP: VPos

Attributes

Deprecated
true

Inherited fields

lazy val values: List[VPos]

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