PixelFormat

scalafx.scene.image.PixelFormat
See thePixelFormat companion object
abstract class PixelFormat[B <: Buffer](val delegate: PixelFormat[B]) extends SFXDelegate[PixelFormat[B]]

Attributes

Companion
object
Graph
Supertypes
trait SFXDelegate[PixelFormat[B]]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def getArgb(buf: B, x: Int, y: Int, scanlineStride: Int): Int

Reads a 32-bit integer representation of the color from the buffer at the specified coordinates.

Reads a 32-bit integer representation of the color from the buffer at the specified coordinates.

Attributes

def getType: Type

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

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: PixelFormat[B]

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes