

Public Member Functions | |
| CurveStroke (double time, double orientation, double[][] theArray) | |
| void | setArray (double[][] newArray) |
| void | setArray (Vector values) |
| void | setRow (int row, Vector values) |
| void | setArrayItem (int row, int col, String newVal) |
| void | setArrayItem (int row, int col, double newVal) |
| double | getArrayItem (int row, int col) |
| double[][] | getArray () |
| String[][] | getArrayAsStrings () |
Private Attributes | |
| double[][] | array = null |
|
||||||||||||||||
|
Build a curve stroke
|
|
|
|
|
|
|
|
||||||||||||
|
Return the value of an item of the array
|
|
|
Create the array with the values stored inthe parameter (useful link to the DefaultTableModel used in the GUI
values!=null values.elementAt(t)!=null |
|
|
Set the array
|
|
||||||||||||||||
|
Set an item of the array in position [row,col]
|
|
||||||||||||||||
|
Set an item of the array in position [row,col] decoding the string
|
|
||||||||||||
|
Fill a row decoding the vector of strings (useful link to the DefaultTableModel used in the GUI
|
|
|
The array (xArray,yArray,time) |
1.3.8