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

B

BASE64FORMATTINGOPTIONS_INSERTLINEBREAKS - Static variable in class rebuild.util.text.StringUtilities
Inserts line breaks after every 76 characters in the string representation.
BASE64FORMATTINGOPTIONS_NONE - Static variable in class rebuild.util.text.StringUtilities
Does not insert line breaks after every 76 characters in the string representation.
bigMul(int, int) - Static method in class rebuild.util.MathUtilities
Produces the full product of two 32-bit numbers.
BIT_SHIFT_LEFT - Static variable in class rebuild.util.ref.RefNumber
Arithmetic bit-shift left, <<.
BIT_SHIFT_LEFT_LOGICAL - Static variable in class rebuild.util.ref.RefNumber
Logical bit-shift left, <<<.
BIT_SHIFT_RIGHT - Static variable in class rebuild.util.ref.RefNumber
Arithmetic bit-shift right, >>.
BIT_SHIFT_RIGHT_LOGICAL - Static variable in class rebuild.util.ref.RefNumber
Logical bit-shift right, >>>.
BitConverter - Class in rebuild.util
Data type converter, byte order is Little Endian.
BitConverter() - Constructor for class rebuild.util.BitConverter
 
bitmapToEncodedImage(Bitmap) - Static method in class rebuild.util.GraphicsUtilities
Convert a Bitmap to an EncodedImage.
bitmapToEncodedImage(Bitmap, boolean) - Static method in class rebuild.util.GraphicsUtilities
Convert a Bitmap to an EncodedImage.
bitmapToEncodedImage(Bitmap, boolean, int) - Static method in class rebuild.util.GraphicsUtilities
Convert a Bitmap to an EncodedImage in the specified format.
bitShift(byte, int) - Method in class rebuild.util.ref.RefNumber
Perform a bit-shift operation on this RefNumber.
bitShift(short, int) - Method in class rebuild.util.ref.RefNumber
Perform a bit-shift operation on this RefNumber.
bitShift(int, int) - Method in class rebuild.util.ref.RefNumber
Perform a bit-shift operation on this RefNumber.
bitShift(long, int) - Method in class rebuild.util.ref.RefNumber
Perform a bit-shift operation on this RefNumber.
bitShift(Object, int) - Method in class rebuild.util.ref.RefNumber
Perform a bit-shift operation on this RefNumber using an object.
bitShift(RefNumber, int) - Method in class rebuild.util.ref.RefNumber
Perform a bit-shift operation on this RefNumber using another RefNumber.
BitsPerSampleTag - Class in rebuild.graphics.tiff.tags
The number of bits per component in the image.
BitsPerSampleTag() - Constructor for class rebuild.graphics.tiff.tags.BitsPerSampleTag
Create a new BitsPerSample tag.
BitsPerSampleTag(int) - Constructor for class rebuild.graphics.tiff.tags.BitsPerSampleTag
Create a new BitsPerSample tag.
BitsPerSampleTag(int, short) - Constructor for class rebuild.graphics.tiff.tags.BitsPerSampleTag
Create a new BitsPerSample tag.
BitsPerSampleTag(short[]) - Constructor for class rebuild.graphics.tiff.tags.BitsPerSampleTag
Create a new BitsPerSample tag.
BLACK_IS_ZERO - Static variable in class rebuild.graphics.tiff.tags.PhotometricInterpretationTag
For bilevel and grayscale images: 0 is imaged as black.
BMP - Static variable in class rebuild.util.GraphicsUtilities
Windows Bitmap (BMP) format.
booleanValue() - Method in class rebuild.util.ref.RefBoolean
Returns The value of this RefBoolean object as a boolean primitive.
BOTTOM - Static variable in class rebuild.ui.component.CustomButtonField
Put the text on the bottom of the button.
Buffer - Class in rebuild.comp.java.nio
A container for data of a specific primitive type.
BufferOverflowException - Exception in rebuild.comp.java.nio
Unchecked exception thrown when a relative put operation reaches the target buffer's limit.
BufferOverflowException() - Constructor for exception rebuild.comp.java.nio.BufferOverflowException
 
BufferUnderflowException - Exception in rebuild.comp.java.nio
Unchecked exception thrown when a relative get operation reaches the source buffer's limit.
BufferUnderflowException() - Constructor for exception rebuild.comp.java.nio.BufferUnderflowException
 
BYTE - Static variable in class rebuild.graphics.tiff.Writer
8-bit unsigned integer.
ByteBuffer - Class in rebuild.comp.java.nio
A skimmed down version of the ByteBuffer class for use in versions lower then 5.0.
bytePos - Variable in class rebuild.graphics.PNGEncoder
The byte position.
bytesPerPixel - Variable in class rebuild.graphics.PNGEncoder
The bytes-per-pixel.
ByteTag - Class in rebuild.graphics.tiff.tags
A tag that contains one or more Writer.BYTE items.
ByteTag(short) - Constructor for class rebuild.graphics.tiff.tags.ByteTag
Create a new ByteTag.
ByteTag(short, byte) - Constructor for class rebuild.graphics.tiff.tags.ByteTag
Create a new ByteTag.
ByteTag(short, byte[]) - Constructor for class rebuild.graphics.tiff.tags.ByteTag
Create a new ByteTag.
ByteTag(short, byte[], short) - Constructor for class rebuild.graphics.tiff.tags.ByteTag
Create a new ByteTag.
byteValue() - Method in class rebuild.util.ref.RefByte
Returns The value of this RefByte object as a byte primitive.
byteValue() - Method in class rebuild.util.ref.RefDouble
Returns the value of this RefDouble as a byte (by casting to a byte).
byteValue() - Method in class rebuild.util.ref.RefFloat
Returns the value of this RefFloat as a byte (by casting to a byte).
byteValue() - Method in class rebuild.util.ref.RefInteger
Returns the value of this Integer as a byte.
byteValue() - Method in class rebuild.util.ref.RefUByte
Returns The value of this RefUByte object as a byte primitive.

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