object Util
Various utility functions used accross the entire Afterimage library.
- Alphabetic
- By Inheritance
- Util
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
byte2binary(byte: Byte): String
Returns binary representation of a
Bytevalue.Returns binary representation of a
Bytevalue.- byte
byte value to be converted
- returns
string representation with a binary value of a given byte
-
def
byte2uint(byte: Byte): Int
Converts
Byteinto an unsigned integer value.Converts
Byteinto an unsigned integer value.- byte
byte value to be converted
- returns
unsigned integer value of a given byte
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
dumpHiResImageData(image: HiRes): Unit
Prints out entire
HiResmode image data.Prints out entire
HiResmode image data.- image
HiResimage data to be printed out
-
def
dumpMultiColourImageData(image: MultiColour): Unit
Prints out entire
MultiColourmode image data.Prints out entire
MultiColourmode image data.- image
MultiColourimage data to be printed out
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): 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[_]
- Definition Classes
- AnyRef → Any
-
def
getOrderedNumbers(one: Int, two: Int): (Int, Int)
Returns two integer values sorted in ascending order.
Returns two integer values sorted in ascending order.
- one
first integer value
- two
second integer value
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
roundSizeToChar(value: Int): Int
Returns integer value rounded up to the closest number divisible by 8.
Returns integer value rounded up to the closest number divisible by 8.
- value
integer value to be rounded up
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )