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

W

WindowUtility - Class in FlexOr.utility
 
WindowUtility() - Constructor for class FlexOr.utility.WindowUtility
 
write(int) - Method in class FlexOr.io.BufferedOutput
---------------------------
write(byte[], int, int) - Method in class FlexOr.io.BufferedOutput
---------------------------
write(int) - Method in class FlexOr.io.CountedOutput
Output a single character
write(String) - Method in class FlexOr.io.CountedOutput
Output a string.
write(byte[], int, int) - Method in class FlexOr.io.CountedOutput
Output a buffer of characters.
writeInteger(int) - Method in class FlexOr.io.BufferedOutput
We make use of the standard Java conversion routine combined with our custom output of strings.
writeInteger(int, int) - Method in class FlexOr.io.BufferedOutput
Require: String.valueOf(integer).length <= width Output an integer in a specified width of field.
writeInteger(int) - Method in class FlexOr.io.CountedOutput
Output an integer in the minimum space.
writeInteger(int, int) - Method in class FlexOr.io.CountedOutput
Requires:   length(stringRep(integer)) <= width Ensures:   output = output^spaces^stringRep(integer)   #spaces = width - length(stringRep(integer))   charCount = width + old CharCount
writeln(String) - Method in class FlexOr.io.CountedOutput
Output a string of characters followed by a newline.
writeNewline() - Method in class FlexOr.io.BufferedOutput
When a new line character is emitted we want to reset lineLength.
writeNewline() - Method in class FlexOr.io.CountedOutput
Output a newline character
writeNoCount(byte[], int, int) - Method in class FlexOr.io.BufferedOutput
Occasionally we need to output to the current line without adding to the line length (for example, when markup tags are output).
writeNoCount(String) - Method in class FlexOr.io.CountedOutput
Output a string without adding to the lineLength.
writeNoCount(byte[], int, int) - Method in class FlexOr.io.CountedOutput
Output a buffer without adding to the lineLength.

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