Pos

scalafx.geometry.Pos
See thePos companion object
sealed abstract class Pos(val delegate: Pos) extends SFXEnumDelegate[Pos]

Attributes

Companion
object
Graph
Supertypes
trait SFXEnumDelegate[Pos]
trait SFXDelegate[Pos]
class Object
trait Matchable
class Any
Known subtypes
object BaselineCenter.type
object BaselineLeft.type
object BaselineRight.type
object BottomCenter.type
object BottomLeft.type
object BottomRight.type
object Center.type
object CenterLeft.type
object CenterRight.type
object TopCenter.type
object TopLeft.type
object TopRight.type
Show all

Members list

Value members

Concrete methods

def hpos: HPos

Returns the horizontal positioning/alignment.

Returns the horizontal positioning/alignment.

Attributes

def vpos: VPos

Returns the vertical positioning/alignment. *

Returns the vertical positioning/alignment. *

Attributes

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
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
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

Concrete fields

override val delegate: Pos

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes