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

A

acos(double) - Static method in class rebuild.util.MathUtilities
Returns the arc cosine of the value x.
add(LargeNumber) - Method in class rebuild.util.LargeNumber
 
add(byte) - Method in class rebuild.util.ref.RefNumber
Add a number to this number.
add(short) - Method in class rebuild.util.ref.RefNumber
Add a number to this number.
add(int) - Method in class rebuild.util.ref.RefNumber
Add a number to this number.
add(long) - Method in class rebuild.util.ref.RefNumber
Add a number to this number.
add(float) - Method in class rebuild.util.ref.RefNumber
Add a number to this number.
add(double) - Method in class rebuild.util.ref.RefNumber
Add a number to this number.
add(Object) - Method in class rebuild.util.ref.RefNumber
Add some value to this number, if the passed object is not of any use then it is ignored.
add(RefNumber) - Method in class rebuild.util.ref.RefNumber
Add a reference number to this number.
addFirst(Object) - Method in class rebuild.collections.LinkedList
Adds the specified object at the beginning of this LinkedList.
addSample(short) - Method in class rebuild.graphics.tiff.tags.ExtraSamplesTag
Add a sample to the ExtraSamplesTag.
addTag(Tag) - Method in class rebuild.graphics.tiff.IFD
Add a new Tag to the this IFD.
allocateDirect(int) - Static method in class rebuild.comp.java.nio.ByteBuffer
Allocates a new direct byte buffer.
and(LargeNumber) - Method in class rebuild.util.LargeNumber
 
and(byte) - Method in class rebuild.util.ref.RefNumber
Perform a binary AND (&) operation on this RefNumber.
and(short) - Method in class rebuild.util.ref.RefNumber
Perform a binary AND (&) operation on this RefNumber.
and(int) - Method in class rebuild.util.ref.RefNumber
Perform a binary AND (&) operation on this RefNumber.
and(long) - Method in class rebuild.util.ref.RefNumber
Perform a binary AND (&) operation on this RefNumber.
and(Object) - Method in class rebuild.util.ref.RefNumber
Perform a binary AND (&) operation on this RefNumber using an object.
and(RefNumber) - Method in class rebuild.util.ref.RefNumber
Perform a binary AND (&) operation on this RefNumber using another RefNumber.
append(StringBuffer, char, int) - Static method in class rebuild.util.text.StringUtilities
Appends a specified number of copies of the string representation of a Unicode character to the end of the StringBuffer.
append(StringBuffer, char, int, int) - Static method in class rebuild.util.text.StringUtilities
Appends a specified number of copies of the string representation of a Unicode character to the end of the StringBuffer.
append(StringBuffer, String, int, int, boolean) - Static method in class rebuild.util.text.StringUtilities
Appends a section of string to the specified StringBuffer.
array() - Method in class rebuild.comp.java.nio.ByteBuffer
Returns the byte array that backs this buffer.
arrayOffset() - Method in class rebuild.comp.java.nio.ByteBuffer
Returns the offset within this buffer's backing array of the first element of the buffer.
ASCII - Static variable in class rebuild.graphics.tiff.Writer
8-bit byte that contains a 7-bit ASCII code; the last byte must be NUL (binary zero), the last byte is taken care of by the Writer.
ASCIITag - Class in rebuild.graphics.tiff.tags
A tag that contains one or more Writer.ASCII items.
ASCIITag(short) - Constructor for class rebuild.graphics.tiff.tags.ASCIITag
Create a new ASCIITag.
ASCIITag(short, String) - Constructor for class rebuild.graphics.tiff.tags.ASCIITag
Create a new ASCIITag.
ASCIITag(short, String[]) - Constructor for class rebuild.graphics.tiff.tags.ASCIITag
Create a new ASCIITag.
asin(double) - Static method in class rebuild.util.MathUtilities
Returns the arc sine of the value x.
assert(boolean) - Static method in class rebuild.util.Utilities
Checks for a condition; if the condition is false, outputs two specified messages and displays a message box that shows the message.
assert(boolean, String) - Static method in class rebuild.util.Utilities
Checks for a condition; if the condition is false, outputs two specified messages and displays a message box that shows the message.
assert(boolean, String, String) - Static method in class rebuild.util.Utilities
Checks for a condition; if the condition is false, outputs two specified messages and displays a message box that shows the message.
asShortBuffer() - Method in class rebuild.comp.java.nio.ByteBuffer
Creates a view of this byte buffer as a short buffer.
ASSOCALPHA - Static variable in class rebuild.graphics.tiff.tags.ExtraSamplesTag
Associated alpha data (with pre-multiplied color)
atan(double) - Static method in class rebuild.util.MathUtilities
Returns the arc tangent of the value x.
atan2(double, double) - Static method in class rebuild.util.MathUtilities
Converts rectangular coordinates (x,y) to polar coordinates (r,theta).

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