Packages

object HiRes extends Serializable

Linear Supertypes
Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HiRes
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(bitmap: Array[Byte], screen: Array[Byte]): HiRes

    Creates a new HiRes image with a given bitmap data and screen colours.

    Creates a new HiRes image with a given bitmap data and screen colours.

    bitmap

    array of 8000 raw bytes with image bitmap data

    screen

    array of 1000 raw bytes with image screen data

  5. def apply(bitmap: Array[Byte], screen: Array[Byte], border: Byte): HiRes

    Creates a new HiRes image with a given bitmap data and screen and border colours.

    Creates a new HiRes image with a given bitmap data and screen and border colours.

    bitmap

    array of 8000 raw bytes with image bitmap data

    screen

    array of 1000 raw bytes with image screen data

    border

    single byte of image border colour

  6. def apply(bitmap: Array[Byte], border: Byte): HiRes

    Creates a new HiRes image with a given bitmap data and border colour.

    Creates a new HiRes image with a given bitmap data and border colour.

    bitmap

    array of 8000 raw bytes with image bitmap data

    border

    single byte of image border colour

  7. def apply(bitmap: Array[Byte]): HiRes

    Creates a new HiRes image with a given bitmap data.

    Creates a new HiRes image with a given bitmap data.

    bitmap

    array of 8000 raw bytes with image bitmap data

  8. def apply(): HiRes

    Creates an empty HiRes image.

  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. val defaultBackground: Int

    Default colour of a blank pixel.

  12. val defaultColour: Int

    Default colour of a drawn pixel.

  13. val defaultScreenValue: Byte

    Default byte value of a HiRes screen data.

  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val maxHeight: Int

    Maximum possible pixel height of a HiRes image.

  21. val maxWidth: Int

    Maximum possible pixel width of a HiRes image.

  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. val size: Map[String, Int]

    Default size of raw byte arrays comprising a HiRes image.

  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped