Class/Object

scalafx.scene.image

WritablePixelFormat

Related Docs: object WritablePixelFormat | package image

Permalink

abstract class WritablePixelFormat[B <: Buffer] extends PixelFormat[B] with SFXDelegate[javafx.scene.image.WritablePixelFormat[B]]

Wraps http://docs.oracle.com/javase/8/javafx/api/javafx/scene/image/WritablePixelFormat.html

Source
WritablePixelFormat.scala
Linear Supertypes
PixelFormat[B], SFXDelegate[javafx.scene.image.WritablePixelFormat[B]], AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WritablePixelFormat
  2. PixelFormat
  3. SFXDelegate
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WritablePixelFormat(delegate: javafx.scene.image.WritablePixelFormat[B])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. val delegate: javafx.scene.image.WritablePixelFormat[B]

    Permalink

    JavaFX object to be wrapped.

    JavaFX object to be wrapped.

    Definition Classes
    WritablePixelFormatPixelFormatSFXDelegate
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(ref: Any): Boolean

    Permalink

    Verifies if a object is equals to this delegate.

    Verifies if a object is equals to this delegate.

    ref

    Object to be compared.

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  9. def getArgb(buf: B, x: Int, y: Int, scanlineStride: Int): Int

    Permalink

    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.

    Definition Classes
    PixelFormat
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. def getType: Type

    Permalink

    Definition Classes
    PixelFormat
  12. def hashCode(): Int

    Permalink

    returns

    The delegate hashcode

    Definition Classes
    SFXDelegate → AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def premultiplied: Boolean

    Permalink
    Definition Classes
    PixelFormat
  18. def setArgb(buf: B, x: Int, y: Int, scanlineStride: Int, argb: Int): Unit

    Permalink

    Stores a 32-bit integer representation of the color in the buffer at the specified coordinates.

  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink

    returns

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

    Definition Classes
    SFXDelegate → AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def writable: Boolean

    Permalink
    Definition Classes
    PixelFormat

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from PixelFormat[B]

Inherited from SFXDelegate[javafx.scene.image.WritablePixelFormat[B]]

Inherited from AnyRef

Inherited from Any

Ungrouped