FloatMap

class FloatMap(val delegate: FloatMap) extends SFXDelegate[FloatMap]
Companion
object
trait SFXDelegate[FloatMap]
class Object
trait Matchable
class Any

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.

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.

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.

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.

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.

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.

The width of the map, in pixels.

The width of the map, in pixels.

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 Params
ref

Object to be compared.

Returns

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

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

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

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: FloatMap