trait CBM extends AnyRef
Generic CBM image data.
- Alphabetic
- By Inheritance
- CBM
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
- abstract val bitmap: Bitmap
Plain hi-resolution bitmap data of the image.
- abstract val border: Option[Byte]
Optional single byte of image border colour.
- abstract val height: Int
An actual pixel height of the image.
- abstract val heightRounded: Int
Image pixel height rounded up to the bottom margin of an 8x8 character.
- abstract val numCharCols: Int
An actual char height of the image.
- abstract val numCharRows: Int
An actual char width of the image.
- abstract def pixel(x: Int, y: Int): Byte
Returns the C64 colour of the pixel at [x,y].
Returns the C64 colour of the pixel at [x,y].
- x
X coordinate of a requested pixel
- y
Y coordinate of a requested pixel
- abstract def validate(): Unit
Validates consistency of an object instance data.
- abstract val width: Int
An actual pixel width of the image.
- abstract val widthRounded: Int
Image pixel width rounded up to the right margin of an 8x8 character.
Concrete 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 clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val imageMode: String
An actual image mode.
- 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()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pixelCoordinatesToScreen(x: Int, y: Int): (Int, Int)
Converts given pixel coordinates into screen coordinates.
Converts given pixel coordinates into screen coordinates.
- x
X coordinate of a requested pixel
- y
Y coordinate of a requested pixel
- returns
tuple with a pair of calculated screen coordinates
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def validatePixelCoordinates(x: Int, y: Int): Unit
Validates whether given pixel coordinates are located within the image.
Validates whether given pixel coordinates are located within the image.
- x
X coordinate of the pixel
- y
Y coordinate of the pixel
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()