abstract
class
PixelFormat[B <: Buffer] extends SFXDelegate[javafx.scene.image.PixelFormat[B]]
Instance Constructors
-
new
PixelFormat(delegate: javafx.scene.image.PixelFormat[B])
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
val
delegate: javafx.scene.image.PixelFormat[B]
-
-
-
def
finalize(): Unit
-
def
getArgb(buf: B, x: Int, y: Int, scanlineStride: Int): Int
-
final
def
getClass(): Class[_]
-
def
getType: Type
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
premultiplied: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
Inherited from SFXDelegate[javafx.scene.image.PixelFormat[B]]
Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/image/PixelFormat.html