|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntMatrix | |
|---|---|
| algoanim.animalscript | This package contains the generator back-end for AnimalScript. |
| algoanim.primitives.generators | |
| Uses of IntMatrix in algoanim.animalscript |
|---|
| Methods in algoanim.animalscript that return IntMatrix | |
|---|---|
IntMatrix |
AnimalScript.newIntMatrix(Node upperLeft,
int[][] data,
java.lang.String name,
DisplayOptions display,
MatrixProperties iap)
|
| Methods in algoanim.animalscript with parameters of type IntMatrix | |
|---|---|
void |
AnimalIntMatrixGenerator.create(IntMatrix aMatrix)
|
void |
AnimalIntMatrixGenerator.highlightCell(IntMatrix intMatrix,
int row,
int col,
Timing offset,
Timing duration)
|
void |
AnimalIntMatrixGenerator.highlightCellColumnRange(IntMatrix intMatrix,
int row,
int startCol,
int endCol,
Timing offset,
Timing duration)
|
void |
AnimalIntMatrixGenerator.highlightCellRowRange(IntMatrix intMatrix,
int startRow,
int endRow,
int col,
Timing offset,
Timing duration)
|
void |
AnimalIntMatrixGenerator.highlightElem(IntMatrix intMatrix,
int row,
int col,
Timing offset,
Timing duration)
|
void |
AnimalIntMatrixGenerator.highlightElemColumnRange(IntMatrix intMatrix,
int row,
int startCol,
int endCol,
Timing offset,
Timing duration)
|
void |
AnimalIntMatrixGenerator.highlightElemRowRange(IntMatrix intMatrix,
int startRow,
int endRow,
int col,
Timing offset,
Timing duration)
|
void |
AnimalIntMatrixGenerator.put(IntMatrix intMatrix,
int row,
int col,
int what,
Timing delay,
Timing duration)
|
void |
AnimalIntMatrixGenerator.swap(IntMatrix intMatrix,
int sourceRow,
int sourceCol,
int targetRow,
int targetCol,
Timing delay,
Timing duration)
|
void |
AnimalIntMatrixGenerator.unhighlightCell(IntMatrix intMatrix,
int row,
int col,
Timing offset,
Timing duration)
|
void |
AnimalIntMatrixGenerator.unhighlightCellColumnRange(IntMatrix intMatrix,
int row,
int startCol,
int endCol,
Timing offset,
Timing duration)
|
void |
AnimalIntMatrixGenerator.unhighlightCellRowRange(IntMatrix intMatrix,
int startRow,
int endRow,
int col,
Timing offset,
Timing duration)
|
void |
AnimalIntMatrixGenerator.unhighlightElem(IntMatrix intMatrix,
int row,
int col,
Timing offset,
Timing duration)
|
void |
AnimalIntMatrixGenerator.unhighlightElemColumnRange(IntMatrix intMatrix,
int row,
int startCol,
int endCol,
Timing offset,
Timing duration)
|
void |
AnimalIntMatrixGenerator.unhighlightElemRowRange(IntMatrix intMatrix,
int row,
int startCol,
int endCol,
Timing offset,
Timing duration)
|
| Uses of IntMatrix in algoanim.primitives.generators |
|---|
| Methods in algoanim.primitives.generators that return IntMatrix | |
|---|---|
IntMatrix |
Language.newIntMatrix(Node upperLeft,
int[][] data,
java.lang.String name,
DisplayOptions display)
Creates a new IntMatrix object. |
abstract IntMatrix |
Language.newIntMatrix(Node upperLeft,
int[][] data,
java.lang.String name,
DisplayOptions display,
MatrixProperties imp)
Creates a new IntMatrix object. |
| Methods in algoanim.primitives.generators with parameters of type IntMatrix | |
|---|---|
void |
IntMatrixGenerator.create(IntMatrix ia)
Creates the originating script code for a given IntMatrix,
due to the fact that before a primitive can be worked with it has to be
defined and made known to the script language. |
void |
IntMatrixGenerator.highlightCell(IntMatrix ia,
int row,
int col,
Timing offset,
Timing duration)
Highlights the array cell at a given position after a distinct offset of an IntMatrix. |
void |
IntMatrixGenerator.highlightCellColumnRange(IntMatrix ia,
int row,
int startCol,
int endCol,
Timing offset,
Timing duration)
Highlights a range of array cells of an IntMatrix. |
void |
IntMatrixGenerator.highlightCellRowRange(IntMatrix ia,
int startRow,
int endRow,
int column,
Timing offset,
Timing duration)
Highlights a range of array cells of an IntMatrix. |
void |
IntMatrixGenerator.highlightElem(IntMatrix ia,
int row,
int col,
Timing offset,
Timing duration)
Highlights the array element of an IntMatrix at a given position
after a distinct offset. |
void |
IntMatrixGenerator.highlightElemColumnRange(IntMatrix ia,
int row,
int startCol,
int endCol,
Timing offset,
Timing duration)
Highlights a range of array elements of an IntMatrix. |
void |
IntMatrixGenerator.highlightElemRowRange(IntMatrix ia,
int startRow,
int endRow,
int col,
Timing offset,
Timing duration)
Highlights a range of array elements of an IntMatrix. |
void |
IntMatrixGenerator.put(IntMatrix iap,
int row,
int col,
int what,
Timing delay,
Timing duration)
Inserts an int at certain position in the given
IntMatrix. |
void |
IntMatrixGenerator.swap(IntMatrix iap,
int sourceRow,
int sourceCol,
int targetRow,
int targetCol,
Timing delay,
Timing duration)
Swaps to values in a given IntMatrix. |
void |
IntMatrixGenerator.unhighlightCell(IntMatrix ia,
int row,
int col,
Timing offset,
Timing duration)
Unhighlights the array cell of an IntMatrix at a given position
after a distinct offset. |
void |
IntMatrixGenerator.unhighlightCellColumnRange(IntMatrix ia,
int row,
int startCol,
int endCol,
Timing offset,
Timing duration)
Unhighlights a range of array cells of an IntMatrix. |
void |
IntMatrixGenerator.unhighlightCellRowRange(IntMatrix ia,
int startRow,
int endRow,
int col,
Timing offset,
Timing duration)
Unhighlights a range of array cells of an IntMatrix. |
void |
IntMatrixGenerator.unhighlightElem(IntMatrix ia,
int row,
int col,
Timing offset,
Timing duration)
Unhighlights the array element of an IntMatrix at a given position
after a distinct offset. |
void |
IntMatrixGenerator.unhighlightElemColumnRange(IntMatrix ia,
int row,
int startCol,
int endCol,
Timing offset,
Timing duration)
Unhighlights a range of array elements of an IntMatrix. |
void |
IntMatrixGenerator.unhighlightElemRowRange(IntMatrix ia,
int startRow,
int endRow,
int col,
Timing offset,
Timing duration)
Unhighlights a range of array elements of an IntMatrix. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||