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

R

RATIONAL - Static variable in class rebuild.graphics.tiff.Writer
Two LONGs: the first represents the numerator of a fraction; the second, the denominator.
RationalTag - Class in rebuild.graphics.tiff.tags
A tag that contains one or more Writer.RATIONAL items.
RationalTag(short) - Constructor for class rebuild.graphics.tiff.tags.RationalTag
Create a new RationalTag.
RationalTag(short, int, int) - Constructor for class rebuild.graphics.tiff.tags.RationalTag
Create a new RationalTag.
RationalTag(short, int[], int[]) - Constructor for class rebuild.graphics.tiff.tags.RationalTag
Create a new RationalTag.
RationalTag(short, int[], int[], short) - Constructor for class rebuild.graphics.tiff.tags.RationalTag
Create a new RationalTag.
raw_highBitValue() - Method in class rebuild.util.ref.RefULong
Returns if the high order bit of the ulong is set.
raw_ulongValue() - Method in class rebuild.util.ref.RefULong
Returns The value of this RefULong object as a long primitive.
read(byte[], int, int, int) - Method in class rebuild.util.io.Stream
 
readByte() - Method in class rebuild.util.io.Stream
 
readonlyTable(Hashtable) - Static method in class rebuild.collections.CollectionUtilities
Returns a wrapper on the specified table which has readonly access to the table.
readonlyVector(Vector) - Static method in class rebuild.collections.CollectionUtilities
Returns a wrapper on the specified Vector which has readonly access to the Vector.
rebuild.collections - package rebuild.collections
 
rebuild.comp.java.nio - package rebuild.comp.java.nio
 
rebuild.comp.net.rim.device.api.ui.picker - package rebuild.comp.net.rim.device.api.ui.picker
 
rebuild.graphics - package rebuild.graphics
 
rebuild.graphics.tiff - package rebuild.graphics.tiff
 
rebuild.graphics.tiff.tags - package rebuild.graphics.tiff.tags
 
rebuild.ui.component - package rebuild.ui.component
 
rebuild.util - package rebuild.util
 
rebuild.util.io - package rebuild.util.io
 
rebuild.util.ref - package rebuild.util.ref
 
rebuild.util.text - package rebuild.util.text
 
RefBoolean - Class in rebuild.util.ref
Reference Boolean is the same as Boolean but allows you to set the boolean without creating a new Boolean.
RefBoolean() - Constructor for class rebuild.util.ref.RefBoolean
Create a new RefBoolean set to the default of false.
RefBoolean(boolean) - Constructor for class rebuild.util.ref.RefBoolean
Create a new RefBoolean using a boolean primitive.
RefBoolean(boolean, boolean) - Constructor for class rebuild.util.ref.RefBoolean
Create a new RefBoolean using a boolean primitive.
RefBoolean(Boolean) - Constructor for class rebuild.util.ref.RefBoolean
Create a new RefBoolean using a Boolean.
RefBoolean(Boolean, boolean) - Constructor for class rebuild.util.ref.RefBoolean
Create a new RefBoolean using a Boolean.
RefByte - Class in rebuild.util.ref
Reference Byte is the same as Byte but allows you to set the byte without creating a new Byte.
RefByte() - Constructor for class rebuild.util.ref.RefByte
Create a new RefByte set to the default of 0.
RefByte(byte) - Constructor for class rebuild.util.ref.RefByte
Create a new RefByte using a byte primitive.
RefByte(byte, boolean) - Constructor for class rebuild.util.ref.RefByte
Create a new RefByte using a byte primitive.
RefByte(Byte) - Constructor for class rebuild.util.ref.RefByte
Create a new RefByte using a Byte.
RefByte(Byte, boolean) - Constructor for class rebuild.util.ref.RefByte
Create a new RefByte using a Byte.
RefCharacter - Class in rebuild.util.ref
Reference Character is the same as Character but allows you to set the character without creating a new Character.
RefCharacter() - Constructor for class rebuild.util.ref.RefCharacter
Create a new RefCharacter set to the default of '\0'.
RefCharacter(char) - Constructor for class rebuild.util.ref.RefCharacter
Create a new RefCharacter using a char primitive.
RefCharacter(char, boolean) - Constructor for class rebuild.util.ref.RefCharacter
Create a new RefCharacter using a char primitive.
RefCharacter(Character) - Constructor for class rebuild.util.ref.RefCharacter
Create a new RefCharacter using a Character.
RefCharacter(Character, boolean) - Constructor for class rebuild.util.ref.RefCharacter
Create a new RefCharacter using a Character.
RefDouble - Class in rebuild.util.ref
Reference Double is the same as Double but allows you to set the double without creating a new Double.
RefDouble() - Constructor for class rebuild.util.ref.RefDouble
Create a new RefDouble set to the default of 0.0.
RefDouble(double) - Constructor for class rebuild.util.ref.RefDouble
Create a new RefDouble using a double primitive.
RefDouble(double, boolean) - Constructor for class rebuild.util.ref.RefDouble
Create a new RefDouble using a double primitive.
RefDouble(Double) - Constructor for class rebuild.util.ref.RefDouble
Create a new RefDouble using a Double.
RefDouble(Double, boolean) - Constructor for class rebuild.util.ref.RefDouble
Create a new RefDouble using a Double.
RefFloat - Class in rebuild.util.ref
Reference Float is the same as Float but allows you to set the float without creating a new RefFloat.
RefFloat() - Constructor for class rebuild.util.ref.RefFloat
Create a new RefFloat set to the default of 0f.
RefFloat(float) - Constructor for class rebuild.util.ref.RefFloat
Create a new RefFloat using a float primitive.
RefFloat(float, boolean) - Constructor for class rebuild.util.ref.RefFloat
Create a new RefFloat using a float primitive.
RefFloat(Float) - Constructor for class rebuild.util.ref.RefFloat
Create a new RefFloat using a Float.
RefFloat(Float, boolean) - Constructor for class rebuild.util.ref.RefFloat
Create a new RefFloat using a Float.
RefInteger - Class in rebuild.util.ref
Reference Integer is the same as Integer but allows you to set the int without creating a new RefInteger.
RefInteger() - Constructor for class rebuild.util.ref.RefInteger
Create a new RefInteger set to the default of 0.
RefInteger(int) - Constructor for class rebuild.util.ref.RefInteger
Create a new RefInteger using a int primitive.
RefInteger(int, boolean) - Constructor for class rebuild.util.ref.RefInteger
Create a new RefInteger using a int primitive.
RefInteger(Integer) - Constructor for class rebuild.util.ref.RefInteger
Create a new RefInteger using a Integer.
RefInteger(Integer, boolean) - Constructor for class rebuild.util.ref.RefInteger
Create a new RefInteger using a Integer.
RefLong - Class in rebuild.util.ref
Reference Long is the same as Long but allows you to set the long without creating a new RefLong.
RefLong() - Constructor for class rebuild.util.ref.RefLong
Create a new RefLong set to the default of 0L.
RefLong(long) - Constructor for class rebuild.util.ref.RefLong
Create a new RefLong using a long primitive.
RefLong(long, boolean) - Constructor for class rebuild.util.ref.RefLong
Create a new RefLong using a long primitive.
RefLong(Long) - Constructor for class rebuild.util.ref.RefLong
Create a new RefLong using a Long.
RefLong(Long, boolean) - Constructor for class rebuild.util.ref.RefLong
Create a new RefLong using a Long.
RefNumber - Class in rebuild.util.ref
A reference number, this class contains many of the different operations that a number could do.
RefObject - Class in rebuild.util.ref
Reference Object is the same as Object but allows you to set the object without creating a new Object.
RefObject() - Constructor for class rebuild.util.ref.RefObject
Create a new RefObject set to the default of null.
RefObject(Object) - Constructor for class rebuild.util.ref.RefObject
Create a new RefObject using a object.
RefObject(Object, boolean) - Constructor for class rebuild.util.ref.RefObject
Create a new RefObject using a object.
RefShort - Class in rebuild.util.ref
Reference Short is the same as Short but allows you to set the short without creating a new RefShort.
RefShort() - Constructor for class rebuild.util.ref.RefShort
Create a new RefShort set to the default of 0.
RefShort(short) - Constructor for class rebuild.util.ref.RefShort
Create a new RefShort using a short primitive.
RefShort(short, boolean) - Constructor for class rebuild.util.ref.RefShort
Create a new RefShort using a short primitive.
RefShort(Short) - Constructor for class rebuild.util.ref.RefShort
Create a new RefShort using a Short.
RefShort(Short, boolean) - Constructor for class rebuild.util.ref.RefShort
Create a new RefShort using a Short.
RefUByte - Class in rebuild.util.ref
Reference UByte is the same as Byte but is unsigned and allows you to set the byte without creating a new Byte.
RefUByte() - Constructor for class rebuild.util.ref.RefUByte
Create a new RefByte set to the default of 0.
RefUByte(byte) - Constructor for class rebuild.util.ref.RefUByte
Create a new RefUByte using a byte primitive.
RefUByte(byte, boolean) - Constructor for class rebuild.util.ref.RefUByte
Create a new RefUByte using a byte primitive.
RefUInteger - Class in rebuild.util.ref
Reference UInteger is the same as Integer but is unsigned and allows you to set the int without creating a new Integer.
RefUInteger() - Constructor for class rebuild.util.ref.RefUInteger
Create a new RefUInteger set to the default of 0.
RefUInteger(int) - Constructor for class rebuild.util.ref.RefUInteger
Create a new RefUInteger using a int primitive.
RefUInteger(int, boolean) - Constructor for class rebuild.util.ref.RefUInteger
Create a new RefUInteger using a int primitive.
RefULong - Class in rebuild.util.ref
Reference ULong is the same as Long but is unsigned and allows you to set the long without creating a new Long.
RefULong() - Constructor for class rebuild.util.ref.RefULong
Create a new RefULong set to the default of 0.
RefULong(long) - Constructor for class rebuild.util.ref.RefULong
Create a new RefULong using a long primitive.
RefULong(long, boolean) - Constructor for class rebuild.util.ref.RefULong
Create a new RefULong using a long primitive.
RefUShort - Class in rebuild.util.ref
Reference UShort is the same as Short but is unsigned and allows you to set the short without creating a new Short.
RefUShort() - Constructor for class rebuild.util.ref.RefUShort
Create a new RefUShort set to the default of 0.
RefUShort(short) - Constructor for class rebuild.util.ref.RefUShort
Create a new RefUShort using a short primitive.
RefUShort(short, boolean) - Constructor for class rebuild.util.ref.RefUShort
Create a new RefUShort using a short primitive.
remaining() - Method in class rebuild.comp.java.nio.Buffer
Returns the number of elements between the current position and the limit.
removeFirst() - Method in class rebuild.collections.LinkedList
Removes the first object from this LinkedList.
removeLast() - Method in class rebuild.collections.LinkedList
Removes the last object from this LinkedList.
removeSample(int) - Method in class rebuild.graphics.tiff.tags.ExtraSamplesTag
Remove a sample at the specified index.
removeTag(int) - Method in class rebuild.graphics.tiff.IFD
Remove a tag at the specified index.
replace(String, char, char) - Static method in class rebuild.util.text.StringUtilities
Replaces all occurrences of a specified Unicode character in this instance with another specified Unicode character.
replace(String, String, String) - Static method in class rebuild.util.text.StringUtilities
Replaces all occurrences of a specified String in a String, with another specified String.
resizeByteArray(byte[], int) - Method in class rebuild.graphics.PNGEncoder
Increase or decrease the length of a byte array.
ResolutionUnitTag - Class in rebuild.graphics.tiff.tags
The unit of measurement for XResolution and YResolution.
ResolutionUnitTag() - Constructor for class rebuild.graphics.tiff.tags.ResolutionUnitTag
Create a new ResolutionUnit tag.
ResolutionUnitTag(short) - Constructor for class rebuild.graphics.tiff.tags.ResolutionUnitTag
Create a new ResolutionUnit tag.
rewind() - Method in class rebuild.comp.java.nio.Buffer
Rewinds this buffer.
RGB - Static variable in class rebuild.graphics.tiff.tags.PhotometricInterpretationTag
RGB value of (0,0,0) represents black, and (255,255,255) represents white, assuming 8-bit components.
RIGHT - Static variable in class rebuild.ui.component.CustomButtonField
Put the text on the right of the button.
RNGGetBytes(byte[]) - Static method in class rebuild.util.Utilities
Get multiple random numbers.
RNGGetBytes(int[]) - Static method in class rebuild.util.Utilities
Get multiple random numbers.
round(double) - Static method in class rebuild.util.MathUtilities
Returns the closest long to the argument.
round(float) - Static method in class rebuild.util.MathUtilities
Returns the closest int to the argument.
RowsPerStripTag - Class in rebuild.graphics.tiff.tags
The number of rows per strip.
RowsPerStripTag() - Constructor for class rebuild.graphics.tiff.tags.RowsPerStripTag
Set the number of rows-per-strip.
RowsPerStripTag(short) - Constructor for class rebuild.graphics.tiff.tags.RowsPerStripTag
Set the number of rows-per-strip.
RowsPerStripTag(int) - Constructor for class rebuild.graphics.tiff.tags.RowsPerStripTag
Set the number of rows-per-strip.

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