|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataMatrix | |
|---|---|
| com.antelmann.db | This package contains generally useful classes for generic database management. |
| com.antelmann.math | This package contains classes to ease calculations. |
| Uses of DataMatrix in com.antelmann.db |
|---|
| Methods in com.antelmann.db that return DataMatrix | |
|---|---|
DataMatrix<T> |
EntryAnalyzer.createLoadedMatrix(DataParser<? super T> parser,
Monitor mon)
|
| Uses of DataMatrix in com.antelmann.math |
|---|
| Methods in com.antelmann.math that return DataMatrix | |
|---|---|
DataMatrix<T> |
DataMatrix.add(DataMatrix<T> other)
|
DataMatrix<T> |
DataMatrix.aggregate(int... axises)
allows to reduce the vector to a dimension defined by the given axises |
DataMatrix<T> |
DataMatrix.aggregate(String... axises)
|
DataMatrix<T> |
DataMatrix.aggregateTopAxisValues(int axis,
Object remainderKey,
int maxEntries,
DataPoint.ValueType type)
allows to aggregate the vector towards a given number of entries along a given axis |
DataMatrix<T> |
DataMatrix.aggregateTopAxisValues(String axis,
Object remainderKey,
int maxEntries,
DataPoint.ValueType type)
|
DataMatrix<T> |
DataMatrix.clone()
|
DataMatrix<T> |
ObjectAnalyzer.createLoadedMatrix(DataParser<? super T> parser,
Monitor mon)
|
DataMatrix<? super T> |
DataMatrix.getAdditionalMatrix(int number)
|
DataMatrix<?> |
JDataMatrixView.getMatrix()
|
DataMatrix<?> |
DataMatrixGraphics.getMatrix()
|
DataMatrix<?> |
JDataMatrixView.getRelevantValue()
|
| Methods in com.antelmann.math that return types with arguments of type DataMatrix | |
|---|---|
Collection<DataMatrix<? super T>> |
DataMatrix.getAdditionalMatrixes()
returns an unmodifiable view of the additional matrixes |
| Methods in com.antelmann.math with parameters of type DataMatrix | ||
|---|---|---|
DataMatrix<T> |
DataMatrix.add(DataMatrix<T> other)
|
|
void |
DataMatrix.addData(DataMatrix<?> other)
adds the data map to this instance (like add(DataMatrix), only that it is applied to this instance) |
|
boolean |
DataMatrix.addMatrix(DataMatrix<? super T> matrix)
|
|
static
|
DataMatrix.loadMatrix(DataMatrix<T> matrix,
DBClassStore<? extends T> store,
Filter<? super T> filter,
Monitor mon)
min, max of the given logger must be set explicitly |
|
boolean |
DataMatrix.removeMatrix(DataMatrix<? super T> matrix)
|
|
void |
DataMatrixGraphics.setMatrix(DataMatrix<?> matrix)
|
|
| Constructors in com.antelmann.math with parameters of type DataMatrix | |
|---|---|
DataMatrixGraphics(DataMatrix<?> matrix)
|
|
JDataMatrixView(DataMatrix<?> matrix,
DataPoint.ValueType type,
String... axisNames)
|
|
JDataMatrixView(DataMatrix<?> matrix,
DataPoint.ValueType type,
TableCellRenderer renderer,
String... axisNames)
|
|
JDataMatrixView(DataMatrix<?> matrix,
DataPoint.ValueType type,
TableCellRenderer renderer,
TableCellEditor editor,
LayoutOption layoutOption,
String... axisNames)
|
|
JDataMatrixView(DataMatrix<?> matrix,
DataPoint.ValueType type,
TableCellRenderer renderer,
TableCellEditor editor,
String... axisNames)
|
|
TimeDataGrid(DataMatrix<T> matrix,
int timeAxis,
int groupAxis)
|
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||