Paint Class Reference

This abstract class provides a static showArray() function to visualize the integer arrays. More...

List of all members.

Static Public Member Functions

static void showArray (int[] aArray, Panel aPanel)
 This function is used to visualize the integer numbers of a array by painting the numbers as vertical green lines.


Detailed Description

This abstract class provides a static showArray() function to visualize the integer arrays.

Definition at line 19 of file Paint.java.


Member Function Documentation

static void Paint.showArray int[]  aArray,
Panel  aPanel
[static]
 

This function is used to visualize the integer numbers of a array by painting the numbers as vertical green lines.

Parameters:
aArray - the array with interger numbers
aPanel - the Panel, where the lines will be painted on

Definition at line 27 of file Paint.java.


The documentation for this class was generated from the following file:
Generated on Thu Jun 22 19:07:31 2006 for Doxygen Example (Java) by  doxygen 1.4.5