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

L

LargeNumber - Class in rebuild.util
Large number representation.
LargeNumber() - Constructor for class rebuild.util.LargeNumber
 
LargeNumber(LargeNumber) - Constructor for class rebuild.util.LargeNumber
 
LargeNumber(int) - Constructor for class rebuild.util.LargeNumber
 
LargeNumber(long) - Constructor for class rebuild.util.LargeNumber
 
lastIndexOf(String, String) - Static method in class rebuild.util.text.StringUtilities
Returns the index within a string of the last occurrence of the specified substring.
layout(int, int) - Method in class rebuild.ui.component.GestureField
 
ldexp(double, int) - Static method in class rebuild.util.MathUtilities
Returns the result of multiplying x (the significand) by 2 raised to the power of exp (the exponent).
LEFT - Static variable in class rebuild.ui.component.CustomButtonField
Put the text on the left of the button.
leftBytes - Variable in class rebuild.graphics.PNGEncoder
The left bytes.
lessThan(byte) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is less than this number's value.
lessThan(short) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is less than this number's value.
lessThan(int) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is less than this number's value.
lessThan(long) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is less than this number's value.
lessThan(float) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is less than this number's value.
lessThan(double) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is less than this number's value.
lessThan(Object) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is not null and is less than this number's value.
lessThan(RefNumber) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is not null and is less than this number's value.
lessThan(Version, Version) - Static method in class rebuild.util.Version
Determines whether the first specified Version object is less than the second specified Version object.
lessThanOrEqual(byte) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is less than or equal to this number's value.
lessThanOrEqual(short) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is less than or equal to this number's value.
lessThanOrEqual(int) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is less than or equal to this number's value.
lessThanOrEqual(long) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is less than or equal to this number's value.
lessThanOrEqual(float) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is less than or equal to this number's value.
lessThanOrEqual(double) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is less than or equal to this number's value.
lessThanOrEqual(Object) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is not null and is less than or equal to this number's value.
lessThanOrEqual(RefNumber) - Method in class rebuild.util.ref.RefNumber
Returns true if and only if the argument is not null and is less than or equal to this number's value.
lessThanOrEqual(Version, Version) - Static method in class rebuild.util.Version
Determines whether the first specified Version object is less than or equal to the second specified Version object.
limit() - Method in class rebuild.comp.java.nio.Buffer
Returns this buffer's limit.
limit(int) - Method in class rebuild.comp.java.nio.Buffer
Sets this buffer's limit.
LINEAR_RAW - Static variable in class rebuild.graphics.tiff.tags.PhotometricInterpretationTag
LinearRaw
LinkedList - Class in rebuild.collections
Simplistic linked list based off a Vector.
LinkedList() - Constructor for class rebuild.collections.LinkedList
 
loadBitmap(String) - Static method in class rebuild.util.GraphicsUtilities
Load the specified Bitmap object.
loadBitmap(InputStream) - Static method in class rebuild.util.GraphicsUtilities
Load the specified Bitmap object.
loadEncodedImage(String) - Static method in class rebuild.util.GraphicsUtilities
Load the specified EncodedImage object.
loadEncodedImage(InputStream) - Static method in class rebuild.util.GraphicsUtilities
Load the specified loadEncodedImage object.
loadImage(String) - Static method in class rebuild.util.GraphicsUtilities
Load the specified Image object.
loadImage(InputStream) - Static method in class rebuild.util.GraphicsUtilities
Load the specified Image object.
log(double) - Static method in class rebuild.util.MathUtilities
Return the natural logarithm (base e) of x.
log(double, double) - Static method in class rebuild.util.MathUtilities
Returns the logarithm of a specified number in a specified base.
log2(int) - Static method in class rebuild.util.MathUtilities
Returns the log base 2 of the unsigned value rounded down.
log2(long) - Static method in class rebuild.util.MathUtilities
Returns the log base 2 of the unsigned value rounded down.
LONG - Static variable in class rebuild.graphics.tiff.Writer
32-bit (4-byte) unsigned integer.
LONG8 - Static variable in class rebuild.graphics.tiff.Writer
A 64-bit (8-byte) unsigned integer.
Long8Tag - Class in rebuild.graphics.tiff.tags
A tag that contains one or more Writer.LONG8 items.
Long8Tag(short) - Constructor for class rebuild.graphics.tiff.tags.Long8Tag
Create a new Long8Tag.
Long8Tag(short, long) - Constructor for class rebuild.graphics.tiff.tags.Long8Tag
Create a new Long8Tag.
Long8Tag(short, long[]) - Constructor for class rebuild.graphics.tiff.tags.Long8Tag
Create a new Long8Tag.
Long8Tag(short, long[], short) - Constructor for class rebuild.graphics.tiff.tags.Long8Tag
Create a new Long8Tag.
longBitsToDouble(long) - Static method in class rebuild.util.ref.RefDouble
Returns the double-float corresponding to a given bit representation.
LongTag - Class in rebuild.graphics.tiff.tags
A tag that contains one or more Writer.LONG items.
LongTag(short) - Constructor for class rebuild.graphics.tiff.tags.LongTag
Create a new LongTag.
LongTag(short, int) - Constructor for class rebuild.graphics.tiff.tags.LongTag
Create a new LongTag.
LongTag(short, int[]) - Constructor for class rebuild.graphics.tiff.tags.LongTag
Create a new LongTag.
LongTag(short, int[], short) - Constructor for class rebuild.graphics.tiff.tags.LongTag
Create a new LongTag.
longValue() - Method in class rebuild.util.LargeNumber
The LargeNumber as a long.
longValue() - Method in class rebuild.util.ref.RefDouble
Returns the long value of this RefDouble (by casting to a long).
longValue() - Method in class rebuild.util.ref.RefFloat
Returns the long value of this RefFloat (by casting to a long).
longValue() - Method in class rebuild.util.ref.RefInteger
Returns the value of this Integer as a long.
longValue() - Method in class rebuild.util.ref.RefLong
Returns Returns the value of this RefLong as an long.
longValue() - Method in class rebuild.util.ref.RefULong
Returns The value of this RefULong object as a long primitive.
LZW - Static variable in class rebuild.graphics.tiff.tags.CompressionTag
LZW compression.

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