PositionDelegate

scalafx.delegate.PositionDelegate
See thePositionDelegate companion object
trait PositionDelegate[J <: Object & Positioned] extends SFXDelegate[J]

Trait that unifies JavaFX classes that contains properties indicating localization in 2 dimensions, represented by xProperty and yProperty and their respective getter and setters.

Attributes

Companion
object
Graph
Supertypes
trait SFXDelegate[J]
class Object
trait Matchable
class Any
Known subtypes
class ColorInput
class ImageInput
class Point
class Spot
class ImageView
class MediaView
class ArcTo
class CubicCurveTo
class LineTo
class MoveTo
class QuadCurveTo
class Rectangle
class Text
class Scale
class Shear
class Translate
Show all

Members list

Value members

Concrete methods

X Position

X Position

Attributes

def x_=(v: Double): Unit

Y Position

Y Position

Attributes

def y_=(v: Double): Unit

Inherited methods

def delegate: D

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes

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

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate