- accept() - Method in class BasicIO.BasicForm
-
The form is made visible with the default buttons and the program is suspended, putting the form into User has
Control state.
- accept(String...) - Method in class BasicIO.BasicForm
-
The form is made visible with the specified buttons and the program is suspended, putting the form into User has
Control state.
- addCanvas(String, String, int, int, int, int) - Method in class BasicIO.BasicForm
-
Adds a canvas with specified name, label, size, and x,y co-ordinates to the form.
- addCanvas(String, String, int, int) - Method in class BasicIO.BasicForm
-
- addCanvas(String, String) - Method in class BasicIO.BasicForm
-
- addCanvas(String) - Method in class BasicIO.BasicForm
-
- addCanvas(String, int, int, int, int) - Method in class BasicIO.BasicForm
-
- addCanvas(String, int, int) - Method in class BasicIO.BasicForm
-
- addCanvas(int, int, int, int) - Method in class BasicIO.BasicForm
-
- addCanvas(int, int) - Method in class BasicIO.BasicForm
-
- addCanvas() - Method in class BasicIO.BasicForm
-
- addCheckBox(String, String, int, int) - Method in class BasicIO.BasicForm
-
Adds a checkbox with the specified name, label and x,y co-ordinate to the form.
- addCheckBox(String, String) - Method in class BasicIO.BasicForm
-
- addCheckBox(String) - Method in class BasicIO.BasicForm
-
- addCheckBox(String, int, int) - Method in class BasicIO.BasicForm
-
- addCheckBox(int, int) - Method in class BasicIO.BasicForm
-
- addCheckBox() - Method in class BasicIO.BasicForm
-
- addCustomComponent(JComponent) - Method in class BasicIO.BasicForm
-
Adds any JComponent to the form.
- addField(String, String, Format, int) - Method in class BasicIO.ReportPrinter
-
Adds a field to the report with specified name, label, default format and field width.
- addField(String, String, Format) - Method in class BasicIO.ReportPrinter
-
- addField(String, String) - Method in class BasicIO.ReportPrinter
-
- addField(String) - Method in class BasicIO.ReportPrinter
-
- addField(String, Format, int) - Method in class BasicIO.ReportPrinter
-
- addField(String, Format) - Method in class BasicIO.ReportPrinter
-
- addField(String, String, int) - Method in class BasicIO.ReportPrinter
-
- addField(String, int) - Method in class BasicIO.ReportPrinter
-
- addField(Format, int) - Method in class BasicIO.ReportPrinter
-
- addField(Format) - Method in class BasicIO.ReportPrinter
-
- addField(int) - Method in class BasicIO.ReportPrinter
-
- addField() - Method in class BasicIO.ReportPrinter
-
- addLabel(String, String, int, int) - Method in class BasicIO.BasicForm
-
Adds a label with the specified name, text and x,y co-ordinate to the form.
- addLabel() - Method in class BasicIO.BasicForm
-
- addLabel(int, int) - Method in class BasicIO.BasicForm
-
- addLabel(String) - Method in class BasicIO.BasicForm
-
- addLabel(String, int, int) - Method in class BasicIO.BasicForm
-
- addLabel(String, String) - Method in class BasicIO.BasicForm
-
- addRadioButtons(String, String, boolean, int, int, String...) - Method in class BasicIO.BasicForm
-
Adds a group of radio buttons with the specified name, label orientation and x,y co-ordinate to the form.
- addRadioButtons(String, String, boolean, String...) - Method in class BasicIO.BasicForm
-
- addRadioButtons(String, boolean, int, int, String...) - Method in class BasicIO.BasicForm
-
- addRadioButtons(String, boolean, String...) - Method in class BasicIO.BasicForm
-
- addRadioButtons(boolean, int, int, String...) - Method in class BasicIO.BasicForm
-
- addRadioButtons(boolean, String...) - Method in class BasicIO.BasicForm
-
- addRadioButtons(String...) - Method in class BasicIO.BasicForm
-
- addSlider(String, String, int, int, int, int, int) - Method in class BasicIO.BasicForm
-
Adds a slider with the specified name, label, range, size and x,y co-ordinate to the form.
- addSlider(String, String, int, int, int) - Method in class BasicIO.BasicForm
-
- addSlider(String, String, int, int) - Method in class BasicIO.BasicForm
-
- addSlider(String, String) - Method in class BasicIO.BasicForm
-
- addSlider(String) - Method in class BasicIO.BasicForm
-
- addSlider(String, int, int, int, int, int) - Method in class BasicIO.BasicForm
-
- addSlider(String, int, int, int) - Method in class BasicIO.BasicForm
-
- addSlider(String, int, int) - Method in class BasicIO.BasicForm
-
- addSlider(int, int, int, int, int) - Method in class BasicIO.BasicForm
-
- addSlider(int, int, int) - Method in class BasicIO.BasicForm
-
- addSlider(int, int) - Method in class BasicIO.BasicForm
-
- addSlider() - Method in class BasicIO.BasicForm
-
- addSound(String, String, Sound, int, int) - Method in class BasicIO.BasicForm
-
Adds a sound player (a button that when pressed will play the sound associated with the player) with specified name, label,
sound and x,y co-ordinate to the form.
- addSound() - Method in class BasicIO.BasicForm
-
- addSound(Sound) - Method in class BasicIO.BasicForm
-
- addSound(String) - Method in class BasicIO.BasicForm
-
- addSound(String, Sound) - Method in class BasicIO.BasicForm
-
- addSound(int, int) - Method in class BasicIO.BasicForm
-
- addSound(Sound, int, int) - Method in class BasicIO.BasicForm
-
- addSound(String, int, int) - Method in class BasicIO.BasicForm
-
- addSound(String, String) - Method in class BasicIO.BasicForm
-
- addSound(String, String, Sound) - Method in class BasicIO.BasicForm
-
- addSound(String, String, int, int) - Method in class BasicIO.BasicForm
-
- addTextArea(String, String, int, int, int, int) - Method in class BasicIO.BasicForm
-
Adds a text area, with the specified name, label, number of columns,
number of rows and x,y co-ordinate to the form.
- addTextArea(String, String, int, int) - Method in class BasicIO.BasicForm
-
- addTextArea(String, String) - Method in class BasicIO.BasicForm
-
- addTextArea(String) - Method in class BasicIO.BasicForm
-
- addTextArea(String, int, int, int, int) - Method in class BasicIO.BasicForm
-
- addTextArea(String, int, int) - Method in class BasicIO.BasicForm
-
- addTextArea(int, int, int, int) - Method in class BasicIO.BasicForm
-
- addTextArea(int, int) - Method in class BasicIO.BasicForm
-
- addTextArea() - Method in class BasicIO.BasicForm
-
- addTextField(String, String, Format, int, int, int) - Method in class BasicIO.BasicForm
-
Adds a text field with the specified name, label, default format,
size and x,y co-ordinate to the form.
- addTextField(String, String, Format, int) - Method in class BasicIO.BasicForm
-
- addTextField(String, String, Format) - Method in class BasicIO.BasicForm
-
- addTextField(String, String) - Method in class BasicIO.BasicForm
-
- addTextField(String) - Method in class BasicIO.BasicForm
-
- addTextField(String, Format, int, int, int) - Method in class BasicIO.BasicForm
-
- addTextField(String, Format, int) - Method in class BasicIO.BasicForm
-
- addTextField(String, Format) - Method in class BasicIO.BasicForm
-
- addTextField(String, String, int, int, int) - Method in class BasicIO.BasicForm
-
- addTextField(String, String, int) - Method in class BasicIO.BasicForm
-
- addTextField(String, int, int, int) - Method in class BasicIO.BasicForm
-
- addTextField(String, int) - Method in class BasicIO.BasicForm
-
- addTextField(Format, int, int, int) - Method in class BasicIO.BasicForm
-
- addTextField(Format, int) - Method in class BasicIO.BasicForm
-
- addTextField(Format) - Method in class BasicIO.BasicForm
-
- addTextField(int, int, int) - Method in class BasicIO.BasicForm
-
- addTextField(int) - Method in class BasicIO.BasicForm
-
- addTextField() - Method in class BasicIO.BasicForm
-
- ASCIIDataFile - Class in BasicIO
-
ASCIIDataFile reads data from tab deliminted text files such as produced by ASCIIOutputFile.
- ASCIIDataFile() - Constructor for class BasicIO.ASCIIDataFile
-
Constructs an ASCIIDataFile, prompting the user via Dialog Box for a file to read from.
- ASCIIDataFile(String) - Constructor for class BasicIO.ASCIIDataFile
-
Constructs an ASCIIDataFile and tries to open a file with the path provided in the String.
- ASCIIDataFile(File) - Constructor for class BasicIO.ASCIIDataFile
-
Constructs an ASCIIDataFile using the file provided.
- ASCIIDisplayer - Class in BasicIO
-
ASCIIDisplayer is used as a quick way to produce text output to the screen.
- ASCIIDisplayer() - Constructor for class BasicIO.ASCIIDisplayer
-
Constructs an ASCIIDisplayer as a form on the screen with a text area to which text may be written.
- ASCIIDisplayer(int, int) - Constructor for class BasicIO.ASCIIDisplayer
-
Constructs an ASCIIDisplayer as a form on the screen with a text area of specified number
of rows and columns, to which text may be written.
- ASCIIOutputFile - Class in BasicIO
-
ASCIIOutputFile writes unformated text to a file suitable to be read by ASCIIDataFile.
- ASCIIOutputFile() - Constructor for class BasicIO.ASCIIOutputFile
-
Constructs an ASCIIOutputFile, prompting the user via Dialog Box for a file to write to.
- ASCIIOutputFile(String) - Constructor for class BasicIO.ASCIIOutputFile
-
Constructs an ASCIIOutputFile and tries to open a file with the path provided in the String.
- ASCIIOutputFile(File) - Constructor for class BasicIO.ASCIIOutputFile
-
Constructs an ASCIIOutputFile using the file provided.
- ASCIIPrompter - Class in BasicIO
-
ASCIIPrompter is used as a quick way to get text input from the user.
- ASCIIPrompter() - Constructor for class BasicIO.ASCIIPrompter
-
Creates a form with a labeled text field to prompt the user for text input.
- ASCIIPrompter(boolean) - Constructor for class BasicIO.ASCIIPrompter
-
Creates a form with a labeled text field to prompt the user for text input.
- backward(double) - Method in class Media.Turtle
-
Moves turtle the specified number of pixels backwards.
- BasicForm - Class in BasicIO
-
BasicForm provides an easy way of giving Java applications a graphical user interface.
- BasicForm(String...) - Constructor for class BasicIO.BasicForm
-
Creates a form with the specified deafult buttons.
- BasicForm() - Constructor for class BasicIO.BasicForm
-
Creates a form with one default button labeled OK.
- BasicIO - package BasicIO
-
- BinaryDataFile - Class in BasicIO
-
BinaryDataFile reads data from binary files.
- BinaryDataFile() - Constructor for class BasicIO.BinaryDataFile
-
Constructs an BinaryDataFile, prompting the user via Dialog Box for a file to read from.
- BinaryDataFile(String) - Constructor for class BasicIO.BinaryDataFile
-
Constructs an BinaryDataFile and tries to open a file with the path provided in the String.
- BinaryDataFile(File) - Constructor for class BasicIO.BinaryDataFile
-
Constructs an BinaryDataFile using the file provided.
- BinaryOutputFile - Class in BasicIO
-
BinaryOutputFile writes binary data to a file.
- BinaryOutputFile() - Constructor for class BasicIO.BinaryOutputFile
-
Constructs an BinaryOutputFile, prompting the user via Dialog Box for a file to write to.
- BinaryOutputFile(String) - Constructor for class BasicIO.BinaryOutputFile
-
Constructs an BinaryOutputFile and tries to open a file with the path provided in the String.
- BinaryOutputFile(File) - Constructor for class BasicIO.BinaryOutputFile
-
Constructs an BinaryOutputFile using the file provided.
- clear() - Method in class BasicIO.BasicForm
-
- clear(String) - Method in class BasicIO.BasicForm
-
Clears the value displayed in the specified component on the form.
- clearAll() - Method in class BasicIO.BasicForm
-
Clears the values displayed in all components of the form.
- close() - Method in class BasicIO.ASCIIDataFile
-
Closes the file
- close() - Method in class BasicIO.ASCIIDisplayer
-
Closes the ASCIIDisplayer and frees resources when the user presses Close.
- close() - Method in class BasicIO.ASCIIOutputFile
-
Closes the file.
- close() - Method in class BasicIO.ASCIIPrompter
-
Closes the ASCIIPrompter and frees resources.
- close() - Method in class BasicIO.BasicForm
-
Closes the form and frees resources.
- close() - Method in class BasicIO.BinaryDataFile
-
Closes the file
- close() - Method in class BasicIO.BinaryOutputFile
-
Closes the file.
- close() - Method in class BasicIO.ReportPrinter
-
Prints the report by prompting user with a print dialogue box, and closes the ReportPrinter.
- close() - Method in class Media.PictureDisplayer
-
Closes the PictureDisplayer and frees resources when the user presses Close.
- close() - Method in class Media.Sound
-
Frees resources associated with the Sound.
- close() - Method in class Media.SoundPlayer
-
Closes the SoundPlayer and frees resources when the user presses Close.
- close() - Method in class Media.TurtleDisplayer
-
Closes the TurtleDisplayer and frees resources when the user presses Close.
- ComponentNotFoundException - Exception in BasicIO
-
To be thrown when a name of a component on the form was looked up but not found.
- ComponentNotFoundException() - Constructor for exception BasicIO.ComponentNotFoundException
-
Creates a new instance of ComponentNotFoundException
.
- ComponentNotFoundException(String) - Constructor for exception BasicIO.ComponentNotFoundException
-
Constructs an instance of ComponentNotFoundException
with the specified
detail message.
- getAmp() - Method in class Media.Sample
-
This method returns the amplitude of the Sample.
- getAngle() - Method in class Media.Turtle
-
Returns the current angle the turtle is facing.
- getBlue() - Method in class Media.Pixel
-
This method returns the blue value of the pixel.
- getColor() - Method in class Media.Pixel
-
This method returns all three colours of the pixel as a Colour object
- getCurrencyInstance() - Static method in class BasicIO.Formats
-
This method returns a format object to format a number as currency in the local style.
- getDateInstance() - Static method in class BasicIO.Formats
-
This method returns a format object to format a number as a date in the local style.
- getDateTimeInstance() - Static method in class BasicIO.Formats
-
This method returns a format object to format a number as a date and time in the local style.
- getDecimalInstance(int) - Static method in class BasicIO.Formats
-
This method returns a NumberFormat that will format a number to have the specified number of decimal places.
- getDistance(int, int, int) - Method in class Media.Pixel
-
This method returns the color distance between this pixel and a specified color.
- getDistance(Color) - Method in class Media.Pixel
-
This method returns the color distance between this pixel and a specified color.
- getDistance(Pixel) - Method in class Media.Pixel
-
This method returns the color distance between this and another Pixel's color.
- getFile() - Method in class BasicIO.ASCIIDataFile
-
Returns the file being used
- getFile() - Method in class BasicIO.ASCIIOutputFile
-
Returns the file being used
- getFile() - Method in class BasicIO.BinaryDataFile
-
Returns the file being used
- getFile() - Method in class BasicIO.BinaryOutputFile
-
Returns the file being used
- getFile() - Method in class Media.Picture
-
This method returns the file of the picture or null if there is no associated file.
- getFile() - Method in class Media.Sound
-
Returns the file that is associated with this sound or null if there is no
such file.
- getGreen() - Method in class Media.Pixel
-
This method returns the green value of the pixel.
- getHeight(String) - Method in class BasicIO.BasicForm
-
Returns the height in pixels of component on the form
- getHeight() - Method in class Media.Picture
-
This method returns the height of the Picture
- getIntegerInstance() - Static method in class BasicIO.Formats
-
This method returns a format object to format a number as an integer (i.e.
- getLineNumber() - Method in class BasicIO.ReportPrinter
-
Returns the current line number on the current page.
- getNumSamples() - Method in class Media.Sound
-
Returns the number of samples in the sound.
- getPageNumber() - Method in class BasicIO.ReportPrinter
-
Returns the current page number of the current page.
- getPenColor() - Method in class Media.Turtle
-
Returns the current color.
- getPenWidth() - Method in class Media.Turtle
-
Returns the width of the pen.
- getPercentInstance() - Static method in class BasicIO.Formats
-
This method returns a format object to format a number as a percentage.
- getPicture(String) - Method in class BasicIO.BasicForm
-
Gets a picture from a canvas.
- getPicture() - Method in class Media.PictureDisplayer
-
Returns the picture on the canvas
- getPixel(int, int) - Method in class Media.Picture
-
This method returns a single Pixel object
- getRed() - Method in class Media.Pixel
-
This method returns the red value of the pixel.
- getSample(int) - Method in class Media.Sound
-
Returns the Sample at a particular position in the Sound.
- getSampleRate() - Method in class Media.Sound
-
Returns the sampling (frame) rate for the sound.
- getSampleSize() - Method in class Media.Sound
-
Returns the sample (frame) size for the sound.
- getScreenX() - Method in class Media.Turtle
-
Returns the current x coordinate of the turtle.
- getScreenY() - Method in class Media.Turtle
-
Returns the current y coordinate of the turtle.
- getSound(String) - Method in class BasicIO.BasicForm
-
Gets a sound from a sound player.
- getSound() - Method in class Media.SoundPlayer
-
Returns the Sound in the SoundPlayer.
- getSpeed() - Method in class Media.Turtle
-
Returns the current drawing speed
- getTimeInstance() - Static method in class BasicIO.Formats
-
This method returns a format object to format a number as a time in the local style.
- getTransparency() - Method in class Media.Pixel
-
This method returns the transparency value of the pixel.
- getTurtle(String) - Method in class BasicIO.BasicForm
-
Gets a turtle from a canvas.
- getValue() - Method in class Media.Sample
-
- getWidth(String) - Method in class BasicIO.BasicForm
-
Returns the width in pixels of component on the form
- getWidth() - Method in class Media.Picture
-
This method returns the width of the Picture
- getX(String) - Method in class BasicIO.BasicForm
-
Returns the x co-ordinate of the top left corner of a component on the form
- getY(String) - Method in class BasicIO.BasicForm
-
Returns the y co-ordinate of the top left corner of a component on the form
- IllegalOperationException - Exception in BasicIO
-
An IllegalOperationException will be thrown when an operation is attempted
which can not be carried out.
- IllegalOperationException() - Constructor for exception BasicIO.IllegalOperationException
-
Creates a new instance of IllegalOperationException
.
- IllegalOperationException(String) - Constructor for exception BasicIO.IllegalOperationException
-
Constructs an instance of IllegalOperationException
with the specified
detail message.
- isDataEror() - Method in class BasicIO.ASCIIPrompter
-
This method returns true if the last operation failed due to a data error.
- isDataError() - Method in class BasicIO.ASCIIDataFile
-
Returns true if last operation failed because of a data error, meaning the data did not conform to format.
- isDataError() - Method in class BasicIO.BasicForm
-
Returns true if last operation failed due to being unable to convert the data to the specified type.
- isDataError() - Method in class BasicIO.BinaryDataFile
-
Returns true if last operation failed because of a data error, meaning the data did not conform to format.
- isEditable(String) - Method in class BasicIO.BasicForm
-
Returns true if the component is set to editable, false otherwise.
- isEOF() - Method in class BasicIO.ASCIIDataFile
-
Returns true if the last operation failed because of EOF, false otherwise.
- isEOF() - Method in class BasicIO.ASCIIPrompter
-
This method returns true if the last operation failed due to an end of file simulated
by the user pressing End.
- isEOF() - Method in class BasicIO.BasicForm
-
Returns true if last operation failed due to reading when at EOF.
- isEOF() - Method in class BasicIO.BinaryDataFile
-
Returns true if the last operation failed because of EOF, false otherwise.
- isFormatException() - Method in class BasicIO.BasicForm
-
Returns true if last operation failed due to being unable to format data.
- isPenDown() - Method in class Media.Turtle
-
Returns the current pen status (down == true)
- iterator() - Method in class Media.Picture
-
Creates and returns a new Iterator to iterate through the pixels.
- iterator() - Method in class Media.Sound
-
- NameAlreadyExistsException - Exception in BasicIO
-
To be thrown when a component with the same name as an already existing component is attempted to be added to the form.
- NameAlreadyExistsException() - Constructor for exception BasicIO.NameAlreadyExistsException
-
Creates a new instance of NameAlreadyExistsException
.
- NameAlreadyExistsException(String) - Constructor for exception BasicIO.NameAlreadyExistsException
-
Constructs an instance of NameAlreadyExistsException
with the specified
detail message.
- newLine() - Method in class BasicIO.ASCIIDisplayer
-
Writes a newline character so that the next write starts at the beginning of
the next line.
- newLine() - Method in class BasicIO.ASCIIOutputFile
-
Writes a newline character to the file.
- newLine(String) - Method in class BasicIO.BasicForm
-
Writes a newline character to the specified component on the form.
- newLine() - Method in class BasicIO.BasicForm
-
- newLine() - Method in class BasicIO.ReportPrinter
-
Ends the current line and the next write is done to the first field on the next line on the page.
- newPage() - Method in class BasicIO.ReportPrinter
-
Ends the current page and creates a new page with titles and field labels.
- next() - Method in class Media.Picture
-
This method returns the next Pixel in the picture.
- next() - Method in class Media.Sound
-
This method returns the next sample in the sound.
- nextLine() - Method in class BasicIO.ASCIIDataFile
-
The next read will start at the first field (or first character) of the next line.
- nextLine() - Method in class BasicIO.BasicForm
-
- nextLine(String) - Method in class BasicIO.BasicForm
-
The next read from the specified component on the form will start at the first character of the next line.
- NoComponentOnFormException - Exception in BasicIO
-
This Exception was created to be thrown when trying to read to / write from a component on the form which does not exist.
- NoComponentOnFormException() - Constructor for exception BasicIO.NoComponentOnFormException
-
Creates a new instance of NoFileOnFormException
.
- NoComponentOnFormException(String) - Constructor for exception BasicIO.NoComponentOnFormException
-
Constructs an instance of NoFileOnFormException
with the specified
detail message.
- NoFieldOnReportException - Exception in BasicIO
-
This Exception was created to be thrown when trying to read to / write from a component on the form which does not exist.
- NoFieldOnReportException() - Constructor for exception BasicIO.NoFieldOnReportException
-
Creates a new instance of NoFileOnFormException
.
- NoFieldOnReportException(String) - Constructor for exception BasicIO.NoFieldOnReportException
-
Constructs an instance of NoFileOnFormException
with the specified
detail message.
- penDown() - Method in class Media.Turtle
-
Puts the pen down.
- penUp() - Method in class Media.Turtle
-
Lifts the pen up.
- Picture - Class in Media
-
This class represents a picture that can be displayed on the screen.
- Picture() - Constructor for class Media.Picture
-
Create a picture from a file provided by a dialog.
- Picture(String) - Constructor for class Media.Picture
-
Create a picture with the specified filename
- Picture(int, int) - Constructor for class Media.Picture
-
This constructor creates a new blank (white) picture of sepcified width & height.
- PictureDisplayer - Class in Media
-
PictureDisplayer provides a quick way of getting a Picture onto the screen
by utilizing BasicForm to create a pre-designed Form with a Picture.
- PictureDisplayer() - Constructor for class Media.PictureDisplayer
-
Create a PictureDisplayer
- PictureDisplayer(Picture) - Constructor for class Media.PictureDisplayer
-
Create a PictureDisplayer with a picture on the canvas
- PictureDisplayer(int, int) - Constructor for class Media.PictureDisplayer
-
Create a PictureDisplayer with a canvas of specified size
- PictureDisplayer(Picture, int, int) - Constructor for class Media.PictureDisplayer
-
Create a PictureDisplayer with a picture on a canvass of specified size
- Pixel - Class in Media
-
A pixel is a single point (picture element) in a Picture.
- PixelOutOfBoundsException - Exception in Media
-
The exception occurs when the picture or sound cannot be loaded from the specified file.
- PixelOutOfBoundsException(String) - Constructor for exception Media.PixelOutOfBoundsException
-
- placePicture(String, Picture) - Method in class BasicIO.BasicForm
-
Places a picture onto a canvas.
- placePicture(Picture) - Method in class Media.PictureDisplayer
-
Places a picture onto the canvas in the PictureDisplayer
- placeSound(String, Sound) - Method in class BasicIO.BasicForm
-
Places a sound into a sound player on the form
- placeSound(Sound) - Method in class Media.SoundPlayer
-
Places the Sound object into the sound player on the SoundPlayer.
- placeTurtle(String, Turtle) - Method in class BasicIO.BasicForm
-
Places a turtle onto a canvas.
- placeTurtle(Turtle) - Method in class Media.TurtleDisplayer
-
Puts a turtle onto the canvas on the form.
- play() - Method in class Media.Sound
-
This method plays the sound.
- print(Graphics, PageFormat, int) - Method in class BasicIO.ReportPrinter
-
This method is used by Java for printing.
- readBoolean() - Method in class BasicIO.ASCIIDataFile
-
Reads the next field as a boolean.
- readBoolean() - Method in class BasicIO.ASCIIPrompter
-
Reads a boolean from the textfield.
- readBoolean() - Method in class BasicIO.BasicForm
-
- readBoolean(String) - Method in class BasicIO.BasicForm
-
Reads a boolean from the specified component on the form.
- readBoolean() - Method in class BasicIO.BinaryDataFile
-
Reads the next bytes in the file and returns them as a boolean.
- readByte() - Method in class BasicIO.ASCIIDataFile
-
Reads the next field as a byte.
- readByte() - Method in class BasicIO.ASCIIPrompter
-
Reads a byte from the textfield.
- readByte() - Method in class BasicIO.BasicForm
-
- readByte(String) - Method in class BasicIO.BasicForm
-
- readByte(Format) - Method in class BasicIO.BasicForm
-
- readByte(String, Format) - Method in class BasicIO.BasicForm
-
Reads a byte from the specified component on the form.
- readByte() - Method in class BasicIO.BinaryDataFile
-
Reads the next byte in the file and returns it as a byte.
- readC() - Method in class BasicIO.ASCIIDataFile
-
Reads the next char in the file, including control characters (tab, newline).
- readC() - Method in class BasicIO.ASCIIPrompter
-
Reads a char from the textfield.
- readC() - Method in class BasicIO.BasicForm
-
- readC(String) - Method in class BasicIO.BasicForm
-
Reads a char from the specified component on the form.
- readChar() - Method in class BasicIO.ASCIIDataFile
-
Reads the next field as a char.
- readChar() - Method in class BasicIO.ASCIIPrompter
-
Reads a char from the textfield.
- readChar() - Method in class BasicIO.BasicForm
-
- readChar(String) - Method in class BasicIO.BasicForm
-
Reads a char from the specified component on the form.
- readChar() - Method in class BasicIO.BinaryDataFile
-
Reads the next bytes in the file and returns them as a char.
- readDouble() - Method in class BasicIO.ASCIIDataFile
-
Reads the next field as a double.
- readDouble() - Method in class BasicIO.ASCIIPrompter
-
Reads a double from the textfield.
- readDouble() - Method in class BasicIO.BasicForm
-
- readDouble(String) - Method in class BasicIO.BasicForm
-
- readDouble(Format) - Method in class BasicIO.BasicForm
-
- readDouble(String, Format) - Method in class BasicIO.BasicForm
-
Reads a double from the specified component on the form.
- readDouble() - Method in class BasicIO.BinaryDataFile
-
Reads the next bytes in the file and returns them as a double.
- readFloat() - Method in class BasicIO.ASCIIDataFile
-
Reads the next field as a float.
- readFloat() - Method in class BasicIO.ASCIIPrompter
-
Reads a float from the textfield.
- readFloat() - Method in class BasicIO.BasicForm
-
- readFloat(String) - Method in class BasicIO.BasicForm
-
- readFloat(Format) - Method in class BasicIO.BasicForm
-
- readFloat(String, Format) - Method in class BasicIO.BasicForm
-
Reads a float from the specified component on the form.
- readFloat() - Method in class BasicIO.BinaryDataFile
-
Reads the next bytes in the file and returns them as a float.
- readInt() - Method in class BasicIO.ASCIIDataFile
-
Reads the next field as a int.
- readInt() - Method in class BasicIO.ASCIIPrompter
-
Reads an int from the textfield.
- readInt() - Method in class BasicIO.BasicForm
-
- readInt(String) - Method in class BasicIO.BasicForm
-
- readInt(Format) - Method in class BasicIO.BasicForm
-
- readInt(String, Format) - Method in class BasicIO.BasicForm
-
Reads an int from the specified component on the form.
- readInt() - Method in class BasicIO.BinaryDataFile
-
Reads the next bytes in the file and returns them as a int.
- readLine() - Method in class BasicIO.ASCIIDataFile
-
Returns an entire line, including control characters.
- readLine() - Method in class BasicIO.BasicForm
-
- readLine(String) - Method in class BasicIO.BasicForm
-
Reads a line of text as a String from the specified component on the form.
- readLong() - Method in class BasicIO.ASCIIDataFile
-
Reads the next field as a long.
- readLong() - Method in class BasicIO.ASCIIPrompter
-
Reads a long from the textfield.
- readLong() - Method in class BasicIO.BasicForm
-
- readLong(String) - Method in class BasicIO.BasicForm
-
- readLong(Format) - Method in class BasicIO.BasicForm
-
- readLong(String, Format) - Method in class BasicIO.BasicForm
-
Reads a long from the specified component on the form.
- readLong() - Method in class BasicIO.BinaryDataFile
-
Reads the next bytes in the file and returns them as a long.
- readObject() - Method in class BasicIO.BinaryDataFile
-
Reads the next bytes in the file and returns them as an Object.
- readShort() - Method in class BasicIO.ASCIIDataFile
-
Reads the next field as a short.
- readShort() - Method in class BasicIO.ASCIIPrompter
-
Reads a short from the textfield.
- readShort() - Method in class BasicIO.BasicForm
-
- readShort(String) - Method in class BasicIO.BasicForm
-
- readShort(Format) - Method in class BasicIO.BasicForm
-
- readShort(String, Format) - Method in class BasicIO.BasicForm
-
Reads a short from the specified component on the form.
- readShort() - Method in class BasicIO.BinaryDataFile
-
Reads the next bytes in the file and returns them as a short.
- readString() - Method in class BasicIO.ASCIIDataFile
-
Reads the next field, returning it as a String.
- readString() - Method in class BasicIO.ASCIIPrompter
-
Reads a String from the textfield.
- readString() - Method in class BasicIO.BasicForm
-
- readString(String) - Method in class BasicIO.BasicForm
-
Reads a String from the specified component on the form.
- readString() - Method in class BasicIO.BinaryDataFile
-
Reads the next bytes in the file and returns them as a String.
- ReportPrinter - Class in BasicIO
-
This class allows for text output to a printer in a report style.
- ReportPrinter() - Constructor for class BasicIO.ReportPrinter
-
Construct a report printer for printing in portrait orientation.
- ReportPrinter(boolean) - Constructor for class BasicIO.ReportPrinter
-
Construct a report printer for printing in portrait (true) or landscape (false) orientation.
- right(double) - Method in class Media.Turtle
-
Changes the direction the turtle faces by newAngle radians to the right.
- Sample - Class in Media
-
This is the representation of a single sample of a Sound.
- SampleOutOfBoundsException - Exception in Media
-
The exception occurs when the picture or sound cannot be loaded from the specified file.
- SampleOutOfBoundsException(String) - Constructor for exception Media.SampleOutOfBoundsException
-
- save() - Method in class Media.Picture
-
This method saves the image with the filename provided by the dialog.
- save(String) - Method in class Media.Picture
-
Saves the picture to the specified file
- save(File) - Method in class Media.Sound
-
This method saves the sound to a specified file.
- save(String) - Method in class Media.Sound
-
This method saves the sound to a specified file
- save() - Method in class Media.Sound
-
This method saves the sound to a file chosen from a dialog.
- setAmp(int) - Method in class Media.Sample
-
This method sets the amplitude of this Sample.
- setBlue(int) - Method in class Media.Pixel
-
This method sets the blue value of the pixel.
- setCanvas(GeneralCanvas) - Method in class Media.Picture
-
Used by BasicForm.
- setCanvas(GeneralCanvas) - Method in class Media.Turtle
-
Used by BasicForm.
- setColor(int, int, int) - Method in class Media.Pixel
-
This method changes all three colours in one method
- setColor(Color) - Method in class Media.Pixel
-
This method changes all three colours in one method by accepting
a Colour object as a paramter
- setEditable(String, boolean) - Method in class BasicIO.BasicForm
-
Sets the edit state of the component.
- setGreen(int) - Method in class Media.Pixel
-
This method sets the green value of the pixel.
- setJFrame(JFrame) - Method in class Media.Picture
-
Used by BasicForm.
- setJFrame(JFrame) - Method in class Media.Turtle
-
Used by BasicForm.
- setLabel(String) - Method in class BasicIO.ASCIIDisplayer
-
Changes the text of the label on the text area of the ASCIIDisplayer.
- setLabel(String) - Method in class BasicIO.ASCIIPrompter
-
Changes the text of the label (prompt) on the form.
- setLabel(String, String) - Method in class BasicIO.BasicForm
-
Changes the text of a label of a component.
- setPenColor(Color) - Method in class Media.Turtle
-
Sets the color of the pen.
- setPenWidth(int) - Method in class Media.Turtle
-
Sets the width of the pen the turtle draws with.
- setPicture(Picture) - Method in class Media.PictureDisplayer
-
- setRed(int) - Method in class Media.Pixel
-
This method sets the red value of the pixel.
- setSound(String, Sound) - Method in class BasicIO.BasicForm
-
- setSound(Sound) - Method in class Media.SoundPlayer
-
- setSpeed(int) - Method in class Media.Turtle
-
Sets the speed of the turtle
- setTitle(String) - Method in class BasicIO.BasicForm
-
Sets the title in the title bar of the form to the String passed.
- setTitle(String...) - Method in class BasicIO.ReportPrinter
-
Set the title on the report by passing a var args of strings to this method.
- setTransparency(byte) - Method in class Media.Pixel
-
This method sets the transparency value of the pixel.
- setTurtle(String, Turtle) - Method in class BasicIO.BasicForm
-
- setTurtle(Turtle) - Method in class Media.TurtleDisplayer
-
- setValue(int) - Method in class Media.Sample
-
- show() - Method in class BasicIO.ASCIIDisplayer
-
Makes the ASCIIDisplayer visible, so that it can be seen on the desktop.
- show() - Method in class BasicIO.BasicForm
-
Makes the form visible on the screen, putting the form into the Visible state.
- show() - Method in class Media.PictureDisplayer
-
Makes the PictureDisplayer visible, so that it can be seen on the desktop.
- show() - Method in class Media.SoundPlayer
-
Makes the SoundPlayer visible, so that it can be seen on the desktop.
- show() - Method in class Media.TurtleDisplayer
-
Makes the TurtleDisplayer visible, so that it can be seen on the desktop.
- skipToEOL() - Method in class BasicIO.ASCIIDataFile
-
- skipToEOL() - Method in class BasicIO.BasicForm
-
- skipToEOL(String) - Method in class BasicIO.BasicForm
-
- SLOW - Static variable in class Media.Turtle
-
- Sound - Class in Media
-
This class represents a sound that can be played.
- Sound() - Constructor for class Media.Sound
-
Create a sound opening a WAV file selected from a dialog.
- Sound(File) - Constructor for class Media.Sound
-
Create a sound from a specified WAV file.
- Sound(String) - Constructor for class Media.Sound
-
Create a sound from a specified WAV file.
- Sound(int, int, int) - Constructor for class Media.Sound
-
Create a new empty (silent, all samples 0) sound with specified length
(number of samples), sample size (frame size) and sample rate (frame rate)
- Sound(int, Sound) - Constructor for class Media.Sound
-
Create a new empty (silent, all samples 0) sound with specified length
(number of samples) and same sound parameters as another sound
- Sound(int) - Constructor for class Media.Sound
-
Create a new empty (all samples 0) sound with specified length
- SoundPlayer - Class in Media
-
Provides a quick way to put a sound on a form so it can be played.
- SoundPlayer() - Constructor for class Media.SoundPlayer
-
Creates a SoundPlayer which can have a Sound placed in it for audio playback.
- SoundPlayer(Sound) - Constructor for class Media.SoundPlayer
-
Creates a SoundPlayer with a Sound that can be played.
- successful() - Method in class BasicIO.ASCIIDataFile
-
Returns true if the last operation was succesfull, false otherwise.
- successful() - Method in class BasicIO.ASCIIOutputFile
-
Indicates whether or not the previous operation
was successful.
- successful() - Method in class BasicIO.ASCIIPrompter
-
This method returns true if the last opperation was successful, false otherwise.
- successful() - Method in class BasicIO.BasicForm
-
Returns true if the last operation (eg readxxx, writexxx) was succesful, false otherwise.
- successful() - Method in class BasicIO.BinaryDataFile
-
Returns true if the last operation was succesfull, false otherwise.
- successful() - Method in class BasicIO.BinaryOutputFile
-
Indicates whether or not the previous operation
was successful.
- toString() - Method in class Media.Pixel
-
This method returns a string representation of the Pixel object
- toString() - Method in exception Media.PixelOutOfBoundsException
-
- toString() - Method in exception Media.SampleOutOfBoundsException
-
- toString() - Method in exception Media.UnableToLoadFileException
-
- Turtle - Class in Media
-
This class provides line drawing (vector graphics) capabilities based on Turtle
Graphics (Seymour Papert).
- Turtle(int, int, Color) - Constructor for class Media.Turtle
-
Creates a Turtle drawing at a specified speed with a pen of specified width and color.
- Turtle(int, int) - Constructor for class Media.Turtle
-
Creates a Turtle drawing at a specified speed with a black pen of specified width.
- Turtle(int, Color) - Constructor for class Media.Turtle
-
Creates a Turtle drawing at a specified speed with a pen of specified color and width 1.
- Turtle(int) - Constructor for class Media.Turtle
-
Creates a Turtle drawing at a specified speed with a black pen of width 1.
- Turtle(Color) - Constructor for class Media.Turtle
-
Creates a Turtle drawing at slow speed with a pen of specified color and width 1.
- Turtle() - Constructor for class Media.Turtle
-
Creates a Turtle drawing at a slow speed with a black pen of width 1.
- TurtleDisplayer - Class in Media
-
TurtleDisplayer provides a quick way of getting a turtle to draw on the screen
by creating a BasicForm with a Canvas and additional components that give
feedback on the turtle's status.
- TurtleDisplayer(Turtle, int, int) - Constructor for class Media.TurtleDisplayer
-
Creates a TurtleDisplayer with a Canvas for a Turtle with the specified
width and height.
- TurtleDisplayer(Turtle) - Constructor for class Media.TurtleDisplayer
-
Creats a form with the specified Turtle on a Canvas of size 300x300,
accompanied by other componentsgiving feedback on the turtle's status
- TurtleDisplayer() - Constructor for class Media.TurtleDisplayer
-
Creates a form with a Canvas of size 300x300, accompanied by other components
giving feedback on the turtle's status
- waitForUser() - Method in class BasicIO.ASCIIDisplayer
-
Waits for the user to finish using the ASCIIDisplayer and press OK.
- waitForUser() - Method in class Media.PictureDisplayer
-
Waits for the user to finish using the PictureDisplayer and press OK.
- waitForUser() - Method in class Media.SoundPlayer
-
Waits for the user to finish using the SoundPlayer and press OK.
- waitForUser() - Method in class Media.TurtleDisplayer
-
Waits for the user to finish using the TurtleDisplayer and press OK.
- writeBoolean(boolean) - Method in class BasicIO.ASCIIDisplayer
-
Writes a boolean to the displayer.
- writeBoolean(boolean) - Method in class BasicIO.ASCIIOutputFile
-
Writes a boolean to the file
- writeBoolean(boolean) - Method in class BasicIO.BasicForm
-
- writeBoolean(String, boolean) - Method in class BasicIO.BasicForm
-
Writes a boolean value to the specified component on the form.
- writeBoolean(boolean) - Method in class BasicIO.BinaryOutputFile
-
Writes a boolean to the file
- writeBoolean(String, boolean, Format) - Method in class BasicIO.ReportPrinter
-
Writes the boolean value to the field with the specified name and left justifying the output.
- writeBoolean(String, boolean) - Method in class BasicIO.ReportPrinter
-
- writeBoolean(boolean, Format) - Method in class BasicIO.ReportPrinter
-
- writeBoolean(boolean) - Method in class BasicIO.ReportPrinter
-
- writeByte(byte) - Method in class BasicIO.ASCIIDisplayer
-
Writes a byte to the displayer.
- writeByte(byte, int) - Method in class BasicIO.ASCIIDisplayer
-
Writes a byte to the displayer.
- writeByte(byte) - Method in class BasicIO.ASCIIOutputFile
-
Writes a byte to the file
- writeByte(byte) - Method in class BasicIO.BasicForm
-
- writeByte(String, byte) - Method in class BasicIO.BasicForm
-
- writeByte(byte, Format) - Method in class BasicIO.BasicForm
-
- writeByte(String, byte, Format) - Method in class BasicIO.BasicForm
-
- writeByte(String, byte, Format, int) - Method in class BasicIO.BasicForm
-
Writes a byte value to the specified component on the form.
- writeByte(String, byte, int) - Method in class BasicIO.BasicForm
-
- writeByte(byte, Format, int) - Method in class BasicIO.BasicForm
-
- writeByte(byte, int) - Method in class BasicIO.BasicForm
-
- writeByte(byte) - Method in class BasicIO.BinaryOutputFile
-
Writes a byte to the file
- writeByte(String, byte, Format) - Method in class BasicIO.ReportPrinter
-
Writes the byte value to the field with the specified name and right justifying the output.
- writeByte(String, byte) - Method in class BasicIO.ReportPrinter
-
- writeByte(byte, Format) - Method in class BasicIO.ReportPrinter
-
- writeByte(byte) - Method in class BasicIO.ReportPrinter
-
- writeC(char) - Method in class BasicIO.ASCIIDisplayer
-
Writes a char to the displayer.
- writeC(char) - Method in class BasicIO.ASCIIOutputFile
-
Writes a char to the file without any field seperators.
- writeC(char) - Method in class BasicIO.BasicForm
-
- writeC(String, char) - Method in class BasicIO.BasicForm
-
Writes a char value to the specified component on the form.
- writeChar(char) - Method in class BasicIO.ASCIIDisplayer
-
Writes a char to the displayer.
- writeChar(char) - Method in class BasicIO.ASCIIOutputFile
-
Writes a char to the file
- writeChar(char) - Method in class BasicIO.BasicForm
-
- writeChar(String, char) - Method in class BasicIO.BasicForm
-
Writes a char value to the specified component on the form.
- writeChar(char) - Method in class BasicIO.BinaryOutputFile
-
Writes a char to the file
- writeChar(String, char, Format) - Method in class BasicIO.ReportPrinter
-
Writes the char value to the field with the specified name and left justifying the output.
- writeChar(String, char) - Method in class BasicIO.ReportPrinter
-
- writeChar(char, Format) - Method in class BasicIO.ReportPrinter
-
- writeChar(char) - Method in class BasicIO.ReportPrinter
-
- writeDouble(double) - Method in class BasicIO.ASCIIDisplayer
-
Writes a double to the displayer.
- writeDouble(double, int, int) - Method in class BasicIO.ASCIIDisplayer
-
Writes a double to the displayer.
- writeDouble(double) - Method in class BasicIO.ASCIIOutputFile
-
Writes a double to the file
- writeDouble(double) - Method in class BasicIO.BasicForm
-
- writeDouble(String, double) - Method in class BasicIO.BasicForm
-
- writeDouble(double, Format) - Method in class BasicIO.BasicForm
-
- writeDouble(String, double, Format) - Method in class BasicIO.BasicForm
-
- writeDouble(String, double, Format, int) - Method in class BasicIO.BasicForm
-
Writes a double value to the specified component on the form.
- writeDouble(String, double, int) - Method in class BasicIO.BasicForm
-
- writeDouble(double, Format, int) - Method in class BasicIO.BasicForm
-
- writeDouble(double, int) - Method in class BasicIO.BasicForm
-
- writeDouble(double) - Method in class BasicIO.BinaryOutputFile
-
Writes a double to the file
- writeDouble(String, double, Format) - Method in class BasicIO.ReportPrinter
-
Writes the double value to the field with the specified name and right justifying the output.
- writeDouble(String, double) - Method in class BasicIO.ReportPrinter
-
- writeDouble(double, Format) - Method in class BasicIO.ReportPrinter
-
- writeDouble(double) - Method in class BasicIO.ReportPrinter
-
- writeEOL() - Method in class BasicIO.ASCIIDisplayer
-
- writeEOL() - Method in class BasicIO.ASCIIOutputFile
-
- writeEOL() - Method in class BasicIO.BasicForm
-
- writeEOL(String) - Method in class BasicIO.BasicForm
-
- writeFloat(float) - Method in class BasicIO.ASCIIDisplayer
-
Writes a float to the displayer.
- writeFloat(float, int, int) - Method in class BasicIO.ASCIIDisplayer
-
Writes a float to the displayer.
- writeFloat(float) - Method in class BasicIO.ASCIIOutputFile
-
Writes a float to the file
- writeFloat(float) - Method in class BasicIO.BasicForm
-
- writeFloat(float, Format) - Method in class BasicIO.BasicForm
-
- writeFloat(String, float) - Method in class BasicIO.BasicForm
-
- writeFloat(String, float, Format) - Method in class BasicIO.BasicForm
-
- writeFloat(String, float, Format, int) - Method in class BasicIO.BasicForm
-
Writes a float value to the specified component on the form.
- writeFloat(String, float, int) - Method in class BasicIO.BasicForm
-
- writeFloat(float, Format, int) - Method in class BasicIO.BasicForm
-
- writeFloat(float, int) - Method in class BasicIO.BasicForm
-
- writeFloat(float) - Method in class BasicIO.BinaryOutputFile
-
Writes a float to the file
- writeFloat(String, float, Format) - Method in class BasicIO.ReportPrinter
-
Writes the float value to the field with the specified name and right justifying the output.
- writeFloat(String, float) - Method in class BasicIO.ReportPrinter
-
- writeFloat(float, Format) - Method in class BasicIO.ReportPrinter
-
- writeFloat(float) - Method in class BasicIO.ReportPrinter
-
- writeInt(int) - Method in class BasicIO.ASCIIDisplayer
-
Writes an int to the displayer.
- writeInt(int, int) - Method in class BasicIO.ASCIIDisplayer
-
Writes an int to the displayer.
- writeInt(int) - Method in class BasicIO.ASCIIOutputFile
-
Writes an int to the file
- writeInt(int) - Method in class BasicIO.BasicForm
-
- writeInt(int, Format) - Method in class BasicIO.BasicForm
-
- writeInt(String, int) - Method in class BasicIO.BasicForm
-
- writeInt(String, int, Format) - Method in class BasicIO.BasicForm
-
- writeInt(String, int, Format, int) - Method in class BasicIO.BasicForm
-
Writes an int value to the specified component on the form.
- writeInt(String, int, int) - Method in class BasicIO.BasicForm
-
- writeInt(int, Format, int) - Method in class BasicIO.BasicForm
-
- writeInt(int, int) - Method in class BasicIO.BasicForm
-
- writeInt(int) - Method in class BasicIO.BinaryOutputFile
-
Writes an int to the file
- writeInt(String, int, Format) - Method in class BasicIO.ReportPrinter
-
Writes the int value to the field with the specified name and right justifying the output.
- writeInt(String, int) - Method in class BasicIO.ReportPrinter
-
- writeInt(int, Format) - Method in class BasicIO.ReportPrinter
-
- writeInt(int) - Method in class BasicIO.ReportPrinter
-
- writeLine(String) - Method in class BasicIO.ASCIIDisplayer
-
Writes a String to the displayer with a newline character at the end of the String.
- writeLine(String) - Method in class BasicIO.ASCIIOutputFile
-
Writes a String to the file with a newline character at the end of the String.
- writeLine(String) - Method in class BasicIO.BasicForm
-
- writeLine(String, String) - Method in class BasicIO.BasicForm
-
Writes a string as a line to the specified component on the form.
- writeLine(String, Format) - Method in class BasicIO.ReportPrinter
-
Writes a string to the report immediately following the previous field and ending the line.
- writeLine(String) - Method in class BasicIO.ReportPrinter
-
- writeLong(long) - Method in class BasicIO.ASCIIDisplayer
-
Writes a long to the displayer.
- writeLong(long, int) - Method in class BasicIO.ASCIIDisplayer
-
Writes a long to the displayer.
- writeLong(long) - Method in class BasicIO.ASCIIOutputFile
-
Writes a long to the file
- writeLong(long) - Method in class BasicIO.BasicForm
-
- writeLong(long, Format) - Method in class BasicIO.BasicForm
-
- writeLong(String, long) - Method in class BasicIO.BasicForm
-
- writeLong(String, long, Format) - Method in class BasicIO.BasicForm
-
- writeLong(String, long, Format, int) - Method in class BasicIO.BasicForm
-
Writes a long value to the specified component on the form.
- writeLong(String, long, int) - Method in class BasicIO.BasicForm
-
- writeLong(long, Format, int) - Method in class BasicIO.BasicForm
-
- writeLong(long, int) - Method in class BasicIO.BasicForm
-
- writeLong(long) - Method in class BasicIO.BinaryOutputFile
-
Writes a long to the file
- writeLong(String, long, Format) - Method in class BasicIO.ReportPrinter
-
Writes the long value to the field with the specified name and right justifying the output.
- writeLong(String, long) - Method in class BasicIO.ReportPrinter
-
- writeLong(long, Format) - Method in class BasicIO.ReportPrinter
-
- writeLong(long) - Method in class BasicIO.ReportPrinter
-
- writeObject(Object) - Method in class BasicIO.ASCIIDisplayer
-
Writes the String representation of an Object to the displayer.
- writeObject(Object) - Method in class BasicIO.BinaryOutputFile
-
Writes an Object to the file using serialization.
- writeShort(short) - Method in class BasicIO.ASCIIDisplayer
-
Writes a short to the displayer.
- writeShort(short, int) - Method in class BasicIO.ASCIIDisplayer
-
Writes a short to the displayer.
- writeShort(short) - Method in class BasicIO.ASCIIOutputFile
-
Writes a short to the file
- writeShort(short) - Method in class BasicIO.BasicForm
-
- writeShort(short, Format) - Method in class BasicIO.BasicForm
-
- writeShort(String, short) - Method in class BasicIO.BasicForm
-
- writeShort(String, short, Format) - Method in class BasicIO.BasicForm
-
- writeShort(String, short, Format, int) - Method in class BasicIO.BasicForm
-
Writes a short value to the specified component on the form.
- writeShort(String, short, int) - Method in class BasicIO.BasicForm
-
- writeShort(short, Format, int) - Method in class BasicIO.BasicForm
-
- writeShort(short, int) - Method in class BasicIO.BasicForm
-
- writeShort(short) - Method in class BasicIO.BinaryOutputFile
-
Writes a short to the file
- writeShort(String, short, Format) - Method in class BasicIO.ReportPrinter
-
Writes the short value to the field with the specified name and right justifying the output.
- writeShort(String, short) - Method in class BasicIO.ReportPrinter
-
- writeShort(short, Format) - Method in class BasicIO.ReportPrinter
-
- writeShort(short) - Method in class BasicIO.ReportPrinter
-
- writeString(String) - Method in class BasicIO.ASCIIDisplayer
-
Writes a String to the displayer.
- writeString(String) - Method in class BasicIO.ASCIIOutputFile
-
Writes a String to the file
- writeString(String) - Method in class BasicIO.BasicForm
-
- writeString(String, Format) - Method in class BasicIO.BasicForm
-
- writeString(String, String) - Method in class BasicIO.BasicForm
-
- writeString(String, String, Format) - Method in class BasicIO.BasicForm
-
- writeString(String, int) - Method in class BasicIO.BasicForm
-
- writeString(String, Format, int) - Method in class BasicIO.BasicForm
-
- writeString(String, String, int) - Method in class BasicIO.BasicForm
-
- writeString(String, String, Format, int) - Method in class BasicIO.BasicForm
-
Writes a String value to the specified component on the form.
- writeString(String) - Method in class BasicIO.BinaryOutputFile
-
Writes a String to the file
- writeString(String, String, Format) - Method in class BasicIO.ReportPrinter
-
Writes the String value to the field with the specified name and left justifying the output.
- writeString(String, String) - Method in class BasicIO.ReportPrinter
-
- writeString(String, Format) - Method in class BasicIO.ReportPrinter
-
- writeString(String) - Method in class BasicIO.ReportPrinter
-