final class BufferedImageSurface extends MutableSurface
Mutable image surface backed by an AWT Buffered Image.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- BufferedImageSurface
- MutableSurface
- Surface
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new BufferedImageSurface(bufferedImage: BufferedImage)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def blit(that: Surface, mask: Option[Color] = None)(x: Int, y: Int, cx: Int = 0, cy: Int = 0, cw: Int = that.width, ch: Int = that.height): Unit
- Definition Classes
- BufferedImageSurface → MutableSurface
- val bufferedImage: BufferedImage
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fill(color: Color): Unit
- Definition Classes
- BufferedImageSurface → MutableSurface
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getPixel(x: Int, y: Int): Option[Color]
- Definition Classes
- BufferedImageSurface → Surface
- def getPixels(): Vector[Array[Color]]
- Definition Classes
- BufferedImageSurface → Surface
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val height: Int
- Definition Classes
- BufferedImageSurface → Surface
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def putPixel(x: Int, y: Int, color: Color): Unit
- Definition Classes
- BufferedImageSurface → MutableSurface
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toRamSurface(): RamSurface
- Definition Classes
- Surface
- def toString(): String
- Definition Classes
- AnyRef → Any
- def view: SurfaceView
- Definition Classes
- Surface
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- val width: Int
- Definition Classes
- BufferedImageSurface → Surface
Deprecated Value Members
- def blitWithMask(that: Surface, mask: Color)(x: Int, y: Int, cx: Int, cy: Int, cw: Int, ch: Int): Unit
- Definition Classes
- MutableSurface
- Annotations
- @deprecated
- Deprecated
Use blit instead
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated