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

W

WBMP - Static variable in class rebuild.util.GraphicsUtilities
Windows Bitmap (WBMP) format.
WBMPEncoder - Class in rebuild.graphics
A Windows Bitmap (WBMP) encoder.
WBMPEncoder() - Constructor for class rebuild.graphics.WBMPEncoder
Class constructor
WBMPEncoder(Bitmap) - Constructor for class rebuild.graphics.WBMPEncoder
Class constructor specifying Bitmap to encode, with no alpha channel encoding.
WHITE_IS_ZERO - Static variable in class rebuild.graphics.tiff.tags.PhotometricInterpretationTag
For bilevel and grayscale images: 0 is imaged as white.
width - Variable in class rebuild.graphics.ImageEncoder
The width of the image.
wrap(byte[]) - Static method in class rebuild.comp.java.nio.ByteBuffer
Wraps a byte array into a buffer.
wrap(int, int, int) - Static method in class rebuild.util.MathUtilities
Wraps provided integer value around a lower and upper bound.
wrap(long, long, long) - Static method in class rebuild.util.MathUtilities
Wraps provided long integer value around a lower and upper bound.
wrap(float, float, float) - Static method in class rebuild.util.MathUtilities
Wraps provided float value around a lower and upper bound.
wrap(double, double, double) - Static method in class rebuild.util.MathUtilities
Wraps provided double value around a lower and upper bound.
write(Writer, int) - Method in class rebuild.graphics.tiff.IFD
Write the IFD.
write(Writer, int, int) - Method in class rebuild.graphics.tiff.IFD
Write the IFD.
write(Writer, long, long, boolean) - Method in class rebuild.graphics.tiff.IFD
Write the IFD.
write(Writer) - Method in class rebuild.graphics.tiff.Tag
Write the tag to a Writer.
write(Writer, long) - Method in class rebuild.graphics.tiff.Tag
Write the tag to a Writer.
write(Writer, int) - Method in class rebuild.graphics.tiff.Tag
Write the tag to a Writer.
write(Writer, long, boolean) - Method in class rebuild.graphics.tiff.Tag
Write the tag to a Writer.
write(byte[]) - Method in class rebuild.graphics.tiff.Writer
Write an array of bytes to the stream.
write(byte[], int, int) - Method in class rebuild.graphics.tiff.Writer
Write an array of bytes to the stream.
write(byte[], int, int, int) - Method in class rebuild.util.io.Stream
 
writeASCII(char) - Method in class rebuild.graphics.tiff.Writer
Write a 7-bit ASCII code.
writeASCII(String) - Method in class rebuild.graphics.tiff.Writer
Write a ASCII string.
writeASCII(String[]) - Method in class rebuild.graphics.tiff.Writer
Write an array of ASCII strings.
writeBig(Writer, long) - Method in class rebuild.graphics.tiff.IFD
Write the IFD.
writeBig(Writer) - Method in class rebuild.graphics.tiff.Tag
Write the tag to a Writer.
writeByte(int, int) - Method in class rebuild.graphics.PNGEncoder
Write a single byte into the pngBytes array at a given position.
writeByte(int) - Method in class rebuild.graphics.tiff.Writer
Write a BYTE or SBYTE.
writeBytes(byte[], int) - Method in class rebuild.graphics.PNGEncoder
Write an array of bytes into the pngBytes array.
writeBytes(byte[], int, int) - Method in class rebuild.graphics.PNGEncoder
Write an array of bytes into the pngBytes array, specifying number of bytes to write.
writeData(Writer) - Method in class rebuild.graphics.tiff.Tag
The extra data writer, if any extra data exists then this method will be called and (through internal methods) a offset to the data will be used in place of the value parameter.
writeData(Writer) - Method in class rebuild.graphics.tiff.tags.ASCIITag
The extra data writer, if any extra data exists then this method will be called and (through internal methods) a offset to the data will be used in place of the value parameter.
writeData(Writer) - Method in class rebuild.graphics.tiff.tags.ByteTag
The extra data writer, if any extra data exists then this method will be called and (through internal methods) a offset to the data will be used in place of the value parameter.
writeData(Writer) - Method in class rebuild.graphics.tiff.tags.DoubleTag
The extra data writer, if any extra data exists then this method will be called and (through internal methods) a offset to the data will be used in place of the value parameter.
writeData(Writer) - Method in class rebuild.graphics.tiff.tags.FloatTag
The extra data writer, if any extra data exists then this method will be called and (through internal methods) a offset to the data will be used in place of the value parameter.
writeData(Writer) - Method in class rebuild.graphics.tiff.tags.ImageLengthTag
Unused.
writeData(Writer) - Method in class rebuild.graphics.tiff.tags.ImageWidthTag
Unused.
writeData(Writer) - Method in class rebuild.graphics.tiff.tags.Long8Tag
The extra data writer, if any extra data exists then this method will be called and (through internal methods) a offset to the data will be used in place of the value parameter.
writeData(Writer) - Method in class rebuild.graphics.tiff.tags.LongTag
The extra data writer, if any extra data exists then this method will be called and (through internal methods) a offset to the data will be used in place of the value parameter.
writeData(Writer) - Method in class rebuild.graphics.tiff.tags.RationalTag
The extra data writer, if any extra data exists then this method will be called and (through internal methods) a offset to the data will be used in place of the value parameter.
writeData(Writer) - Method in class rebuild.graphics.tiff.tags.RowsPerStripTag
Unused.
writeData(Writer) - Method in class rebuild.graphics.tiff.tags.ShortTag
The extra data writer, if any extra data exists then this method will be called and (through internal methods) a offset to the data will be used in place of the value parameter.
writeData(Writer) - Method in class rebuild.graphics.tiff.tags.StripByteCountsTag
The extra data writer, if any extra data exists then this method will be called and (through internal methods) a offset to the data will be used in place of the value parameter.
writeData(Writer) - Method in class rebuild.graphics.tiff.tags.StripOffsetsTag
The extra data writer, if any extra data exists then this method will be called and (through internal methods) a offset to the data will be used in place of the value parameter.
writeDouble(double) - Method in class rebuild.graphics.tiff.Writer
Write a DOUBLE.
writeEnd() - Method in class rebuild.graphics.PNGEncoder
Write a PNG "IEND" chunk into the pngBytes array.
writeFloat(float) - Method in class rebuild.graphics.tiff.Writer
Write a FLOAT.
writeHeader() - Method in class rebuild.graphics.PNGEncoder
Write a PNG "IHDR" chunk into the pngBytes array.
writeImageData() - Method in class rebuild.graphics.PNGEncoder
Write the image data into the pngBytes array.
writeInt2(int, int) - Method in class rebuild.graphics.PNGEncoder
Write a two-byte integer into the pngBytes array at a given position.
writeInt4(int, int) - Method in class rebuild.graphics.PNGEncoder
Write a four-byte integer into the pngBytes array at a given position.
Writer - Class in rebuild.graphics.tiff
A data type writer for TIFF.
Writer(boolean, OutputStream) - Constructor for class rebuild.graphics.tiff.Writer
Create a new Writer.
writeTagLongValue(long, boolean, short) - Method in class rebuild.graphics.tiff.Writer
Write the Tag's value to the stream as a 8byte int.
writeTagValue(int, boolean, short) - Method in class rebuild.graphics.tiff.Writer
Write the Tag's value to the stream.
writeUInt(int) - Method in class rebuild.graphics.tiff.Writer
Write a LONG or SLONG.
writeULong(long) - Method in class rebuild.graphics.tiff.Writer
Write a 8-byte signed/unsigned integer.
writeURational(int, int) - Method in class rebuild.graphics.tiff.Writer
Write a RATIONAL or SRATIONAL.
writeUShort(int) - Method in class rebuild.graphics.tiff.Writer
Write a SHORT or SSHORT.

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