DisplacementMap

scalafx.scene.effect.DisplacementMap
See theDisplacementMap companion object
class DisplacementMap(val delegate: DisplacementMap) extends Effect, InputDelegate[DisplacementMap], SFXDelegate[DisplacementMap]

Attributes

Companion
object
Graph
Supertypes
trait InputDelegate[DisplacementMap]
class Effect
trait SFXDelegate[DisplacementMap]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Constructors

def this(mapData: FloatMap)

Creates a new instance of DisplacementMap with the specified mapData.

Creates a new instance of DisplacementMap with the specified mapData.

Attributes

def this(mapData: FloatMap, offsetX: Double, offsetY: Double, scaleX: Double, scaleY: Double)

Creates a new instance of DisplacementMap with the specified mapData, offsetX, offsetY, scaleX, and scaleY.

Creates a new instance of DisplacementMap with the specified mapData, offsetX, offsetY, scaleX, and scaleY.

Attributes

Concrete methods

def mapData: ObjectProperty[FloatMap]

The map data for this Effect.

The map data for this Effect.

Attributes

The offset by which all x coordinate offset values in the FloatMap are displaced after they are scaled.

The offset by which all x coordinate offset values in the FloatMap are displaced after they are scaled.

Attributes

def offsetX_=(v: Double): Unit

The offset by which all y coordinate offset values in the FloatMap are displaced after they are scaled.

The offset by which all y coordinate offset values in the FloatMap are displaced after they are scaled.

Attributes

def offsetY_=(v: Double): Unit

The scale factor by which all x coordinate offset values in the FloatMap are multiplied.

The scale factor by which all x coordinate offset values in the FloatMap are multiplied.

Attributes

def scaleX_=(v: Double): Unit

The scale factor by which all y coordinate offset values in the FloatMap are multiplied.

The scale factor by which all y coordinate offset values in the FloatMap are multiplied.

Attributes

def scaleY_=(v: Double): Unit

Defines whether values taken from outside the edges of the map "wrap around" or not.

Defines whether values taken from outside the edges of the map "wrap around" or not.

Attributes

def wrap_=(v: Boolean): Unit

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
def input: ObjectProperty[Effect]

The input for this Effect.

The input for this Effect.

Attributes

Inherited from:
InputDelegate
def input_=(v: Effect): Unit

Attributes

Inherited from:
InputDelegate
override def toString: String

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: DisplacementMap

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes