Package | Description |
---|---|
com.mockturtlesolutions.snifflib.spreadsheets |
Contains standard classes and interfaces for implmenting simple programmable spreadsheets.
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetEntryMatrix |
SpreadsheetEntryMatrix.concat(SpreadsheetEntryMatrix B,
int dim) |
SpreadsheetEntryMatrix |
SpreadsheetEntryMatrix.copy()
Make a deep copy of the matrix.
|
SpreadsheetEntryMatrix |
SharedSpreadsheetClipboard.getClipboard() |
SpreadsheetEntryMatrix |
SpreadsheetTableMatrixUndoEvent.getCurrentMatrix() |
SpreadsheetEntryMatrix |
SpreadsheetEntry.getInputEntries()
Gets the cell ranges corresponding to the input of this function.
|
SpreadsheetEntryMatrix |
DefaultSpreadsheetEntry.getInputEntries()
Gets the cell ranges corresponding to the input of this function.
|
SpreadsheetEntryMatrix |
SpreadsheetTableMatrixUndoEvent.getPreviousMatrix() |
SpreadsheetEntryMatrix |
DefaultSpreadsheetTable.getSpreadsheetEntryMatrixForMark(java.lang.String mark) |
SpreadsheetEntryMatrix |
DefaultSpreadsheetTable.getSpreadsheetEntryMatrixForRange(java.lang.String range) |
SpreadsheetEntryMatrix |
SpreadsheetEntryMatrix.getSubMatrix(Subscript[] subscripts)
Get a matrix of values by sub-indexing into an existing matrix.
|
SpreadsheetEntryMatrix |
DefaultSpreadsheetModel.getSubMatrix(Subscript[] subs) |
SpreadsheetEntryMatrix |
SpreadsheetEntryMatrix.transpose()
Transpose a 2D matrix.
|
Modifier and Type | Method and Description |
---|---|
SpreadsheetEntryMatrix |
SpreadsheetEntryMatrix.concat(SpreadsheetEntryMatrix B,
int dim) |
static boolean |
SpreadsheetEntryMatrix.isEqualSize(SpreadsheetEntryMatrix X,
SpreadsheetEntryMatrix Y) |
static DblMatrix |
SpreadsheetEntryMatrix.isNaN(SpreadsheetEntryMatrix X)
Boolean isNaN
|
void |
DefaultSpreadsheetPanel.pasteMatrixAt(SpreadsheetEntryMatrix pastesrc,
int startrow,
int startcol) |
void |
DefaultSpreadsheetTable.pasteMatrixAt(SpreadsheetEntryMatrix pastesrc,
int startrow,
int startcol) |
void |
DefaultSpreadsheetTable.pasteMatrixAt(SpreadsheetEntryMatrix pastesrc,
int startrow,
int startcol,
boolean noshift) |
void |
DefaultSpreadsheetTable.pasteMatrixValuesAt(SpreadsheetEntryMatrix pastesrc,
int startrow,
int startcol) |
void |
DefaultSpreadsheetModel.setBackingMatrix(SpreadsheetEntryMatrix x) |
void |
SharedSpreadsheetClipboard.setClipboard(SpreadsheetEntryMatrix newstuff) |
void |
SpreadsheetEntry.setInputEntries(SpreadsheetEntryMatrix s)
Sets the cell ranges corresponding to the input of this function.
|
void |
DefaultSpreadsheetEntry.setInputEntries(SpreadsheetEntryMatrix input)
Sets the cell ranges corresponding to the input of this function.
|
void |
SpreadsheetEntryMatrix.setSubMatrix(SpreadsheetEntryMatrix INPUT,
Subscript[] subscripts)
Set a matrix of values within an existing matrix.
|
void |
DefaultSpreadsheetModel.setSubMatrix(SpreadsheetEntryMatrix X,
Subscript[] subs) |
Constructor and Description |
---|
SpreadsheetTableMatrixUndoEvent(int type,
java.lang.String tabtitl,
int row,
int col,
SpreadsheetEntryMatrix pre,
SpreadsheetEntryMatrix cur) |
Copyright © 2011, 2013. Daniel P. Dougherty