FloatMap

scalafx.scene.effect.FloatMap
See theFloatMap companion object
class FloatMap(val delegate: FloatMap) extends SFXDelegate[FloatMap]

Attributes

Companion
object
Graph
Supertypes
trait SFXDelegate[FloatMap]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(width: Int, height: Int)

Concrete methods

The height of the map, in pixels.

The height of the map, in pixels.

Attributes

def height_=(v: Int): Unit
def setSample(x: Int, y: Int, band: Int, s: Float): Unit

Sets the sample for a specific band at the given (x,y) location.

Sets the sample for a specific band at the given (x,y) location.

Attributes

def setSamples(x: Int, y: Int, s0: Float): Unit

Sets the sample for the first band at the given (x,y) location.

Sets the sample for the first band at the given (x,y) location.

Attributes

def setSamples(x: Int, y: Int, s0: Float, s1: Float): Unit

Sets the sample for the first two bands at the given (x,y) location.

Sets the sample for the first two bands at the given (x,y) location.

Attributes

def setSamples(x: Int, y: Int, s0: Float, s1: Float, s2: Float): Unit

Sets the sample for the first three bands at the given (x,y) location.

Sets the sample for the first three bands at the given (x,y) location.

Attributes

def setSamples(x: Int, y: Int, s0: Float, s1: Float, s2: Float, s3: Float): Unit

Sets the sample for each of the four bands at the given (x,y) location.

Sets the sample for each of the four bands at the given (x,y) location.

Attributes

The width of the map, in pixels.

The width of the map, in pixels.

Attributes

def width_=(v: Int): 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
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: FloatMap

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes