A B C D E F G H I J L M N O P R S T U V W X Y Z _

M

makeFixed(RefNumber) - Static method in class rebuild.util.ref.RefNumber
Convert a RefNumber to a fixed value.
makeFixed() - Method in class rebuild.util.ref.RefNumber
Convert this RefNumber to a fixed value.
MASK - Static variable in class rebuild.graphics.tiff.tags.PhotometricInterpretationTag
This means that the image is used to define an irregularly shaped region of another image in the same TIFF file.
MathUtilities - Class in rebuild.util
Provides some basic numeric operations.
MathUtilities() - Constructor for class rebuild.util.MathUtilities
 
matrixSetIdentity(int[], int) - Static method in class rebuild.ui.component.GestureField
Sets a 3x3 matrix to it's identity.
matrixSetRotate(int[], int, int) - Static method in class rebuild.ui.component.GestureField
Sets a 3x3 matrix to a rotation matrix.
matrixSetRotate(int[], int, int, int, int) - Static method in class rebuild.ui.component.GestureField
Sets a 3x3 matrix to a rotation matrix.
matrixSetScale(int[], int, int, int) - Static method in class rebuild.ui.component.GestureField
Sets a 3x3 matrix to a scale matrix.
matrixSetScale(int[], int, int, int, int, int) - Static method in class rebuild.ui.component.GestureField
Sets a 3x3 matrix to a scale matrix.
matrixSetSkew(int[], int, int, int) - Static method in class rebuild.ui.component.GestureField
Sets a 3x3 matrix to a skew matrix.
matrixSetTranslate(int[], int, int, int) - Static method in class rebuild.ui.component.GestureField
Sets a 3x3 matrix to a translation matrix.
MAX_RADIX - Static variable in class rebuild.util.ref.RefCharacter
The maximum radix available for conversion to and from Strings.
MAX_VALUE - Static variable in class rebuild.util.ref.RefByte
The maximum value a RefByte can have.
MAX_VALUE - Static variable in class rebuild.util.ref.RefCharacter
The constant value of this field is the largest value of type char.
MAX_VALUE - Static variable in class rebuild.util.ref.RefDouble
The largest positive finite value of type double.
MAX_VALUE - Static variable in class rebuild.util.ref.RefFloat
The largest positive finite value of type float.
MAX_VALUE - Static variable in class rebuild.util.ref.RefInteger
The largest value of type int.
MAX_VALUE - Static variable in class rebuild.util.ref.RefLong
The largest value of type long.
MAX_VALUE - Static variable in class rebuild.util.ref.RefShort
The largest value of type short.
MAX_VALUE - Static variable in class rebuild.util.ref.RefUByte
The maximum value a RefUByte can have.
MAX_VALUE - Static variable in class rebuild.util.ref.RefUInteger
The maximum value a RefUInteger can have.
MAX_VALUE - Static variable in class rebuild.util.ref.RefULong
The maximum value a RefULong can have.
MAX_VALUE - Static variable in class rebuild.util.ref.RefUShort
The maximum value a RefUShort can have.
MAX_VALUE_BYTE - Static variable in class rebuild.util.ref.RefUByte
The maximum value a RefUByte can have.
MAX_VALUE_INT - Static variable in class rebuild.util.ref.RefUInteger
The maximum value a RefUInteger can have.
MAX_VALUE_LONG - Static variable in class rebuild.util.ref.RefULong
The maximum value a RefULong can have.
MAX_VALUE_SHORT - Static variable in class rebuild.util.ref.RefUShort
The maximum value a RefUShort can have.
maxPos - Variable in class rebuild.graphics.PNGEncoder
The byte position.
maxW - Variable in class rebuild.ui.component.CustomButtonField
The maximum width of the button, used only for text.
MIN_RADIX - Static variable in class rebuild.util.ref.RefCharacter
The minimum radix available for conversion to and from Strings.
MIN_VALUE - Static variable in class rebuild.util.ref.RefByte
The minimum value a RefByte can have.
MIN_VALUE - Static variable in class rebuild.util.ref.RefCharacter
The constant value of this field is the smallest value of type char.
MIN_VALUE - Static variable in class rebuild.util.ref.RefDouble
The smallest positive value of type double.
MIN_VALUE - Static variable in class rebuild.util.ref.RefFloat
The smallest positive value of type float.
MIN_VALUE - Static variable in class rebuild.util.ref.RefInteger
The smallest value of type int.
MIN_VALUE - Static variable in class rebuild.util.ref.RefLong
The smallest value of type long.
MIN_VALUE - Static variable in class rebuild.util.ref.RefShort
The smallest value of type short.
MIN_VALUE - Static variable in class rebuild.util.ref.RefUByte
The minimum value a RefUByte can have.
MIN_VALUE - Static variable in class rebuild.util.ref.RefUInteger
The minimum value a RefUInteger can have.
MIN_VALUE - Static variable in class rebuild.util.ref.RefULong
The minimum value a RefULong can have.
MIN_VALUE - Static variable in class rebuild.util.ref.RefUShort
The minimum value a RefUShort can have.
MIN_VALUE_BYTE - Static variable in class rebuild.util.ref.RefUByte
The minimum value a RefUByte can have.
MIN_VALUE_INT - Static variable in class rebuild.util.ref.RefUInteger
The minimum value a RefUInteger can have.
MIN_VALUE_LONG - Static variable in class rebuild.util.ref.RefULong
The minimum value a RefULong can have.
MIN_VALUE_SHORT - Static variable in class rebuild.util.ref.RefUShort
The minimum value a RefUShort can have.
mod(LargeNumber) - Method in class rebuild.util.LargeNumber
 
modulus(byte) - Method in class rebuild.util.ref.RefNumber
Divide this number by a number and return the remainder.
modulus(short) - Method in class rebuild.util.ref.RefNumber
Divide this number by a number and return the remainder.
modulus(int) - Method in class rebuild.util.ref.RefNumber
Divide this number by a number and return the remainder.
modulus(long) - Method in class rebuild.util.ref.RefNumber
Divide this number by a number and return the remainder.
modulus(float) - Method in class rebuild.util.ref.RefNumber
Divide this number by a number and return the remainder.
modulus(double) - Method in class rebuild.util.ref.RefNumber
Divide this number by a number and return the remainder.
modulus(Object) - Method in class rebuild.util.ref.RefNumber
Divide this number by some value, then return the remainder.
modulus(RefNumber) - Method in class rebuild.util.ref.RefNumber
Divide this number by a reference number and return the remainder.
Move(String, String) - Static method in class rebuild.util.io.Directory
Move a directory from one location to another.
Move(String, String) - Static method in class rebuild.util.io.File
Move a file from one location to another.
Move(String, String, boolean) - Static method in class rebuild.util.io.File
Move a file from one location to another.
multiply(LargeNumber) - Method in class rebuild.util.LargeNumber
 
multiply(byte) - Method in class rebuild.util.ref.RefNumber
Multiply this number by a number.
multiply(short) - Method in class rebuild.util.ref.RefNumber
Multiply this number by a number.
multiply(int) - Method in class rebuild.util.ref.RefNumber
Multiply this number by a number.
multiply(long) - Method in class rebuild.util.ref.RefNumber
Multiply this number by a number.
multiply(float) - Method in class rebuild.util.ref.RefNumber
Multiply this number by a number.
multiply(double) - Method in class rebuild.util.ref.RefNumber
Multiply this number by a number.
multiply(Object) - Method in class rebuild.util.ref.RefNumber
Multiply this number by some value, if the passed object is not of any use then it is ignored.
multiply(RefNumber) - Method in class rebuild.util.ref.RefNumber
Multiply this number by a reference number.

A B C D E F G H I J L M N O P R S T U V W X Y Z _