CenterLeft

case object CenterLeft extends Pos
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

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
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 Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
def hpos: HPos

Returns the horizontal positioning/alignment.

Returns the horizontal positioning/alignment.

Inherited from
Pos
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
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]"

Definition Classes
Inherited from
SFXEnumDelegate
def vpos: VPos

Returns the vertical positioning/alignment. *

Returns the vertical positioning/alignment. *

Inherited from
Pos

Inherited fields

override val delegate: Pos
Inherited from
Pos