CenterLeft

scalafx.geometry.Pos.CenterLeft
case object CenterLeft extends Pos

Attributes

Graph
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

Members list

Type members

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Value members

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
def hpos: HPos

Returns the horizontal positioning/alignment.

Returns the horizontal positioning/alignment.

Attributes

Inherited from:
Pos

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
override def toString: String

Return the same string value as enum delegate.

Return the same string value as enum delegate.

This is important since we want to be able to look it up using enums valueOf method. Default toString provided by the SFXDelegate prepends "[SFX]"

Attributes

Definition Classes
Inherited from:
SFXEnumDelegate
def vpos: VPos

Returns the vertical positioning/alignment. *

Returns the vertical positioning/alignment. *

Attributes

Inherited from:
Pos

Inherited fields

override val delegate: Pos

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes

Inherited from:
Pos