|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IntPair | |
|---|---|
| infovis.column | |
| infovis.utils | Utilities classes for the Infovis Toolkit. |
| infovis.visualization | Provides base classes for managing visualizations. |
| Uses of IntPair in infovis.column |
|---|
| Methods in infovis.column that return IntPair | |
|---|---|
static IntPair |
Algorithms.computeMinMax(Column c,
Permutation perm)
Computes the index of the minimum and maximum elements contained in a specified column taking into account a Permutation. |
static IntPair |
Algorithms.computeMinMax(Column c,
Permutation perm,
IntPair p)
Computes the index of the minimum and maximum elements contained in a specified column taking into account a Permutation. |
static IntPair |
Algorithms.computeMinMax(Column c,
RowIterator iter)
Computes the index of the minimum and maximum elements contained in a specified column taking into account a RowIterator. |
static IntPair |
Algorithms.computeMinMax(Column c,
RowIterator iter,
IntPair p)
Computes the index of the minimum and maximum elements contained in a specified column taking into account a RowIterator. |
| Methods in infovis.column with parameters of type IntPair | |
|---|---|
static IntPair |
Algorithms.computeMinMax(Column c,
Permutation perm,
IntPair p)
Computes the index of the minimum and maximum elements contained in a specified column taking into account a Permutation. |
static IntPair |
Algorithms.computeMinMax(Column c,
RowIterator iter,
IntPair p)
Computes the index of the minimum and maximum elements contained in a specified column taking into account a RowIterator. |
| Uses of IntPair in infovis.utils |
|---|
| Constructors in infovis.utils with parameters of type IntPair | |
|---|---|
IntPair(IntPair other)
|
|
| Uses of IntPair in infovis.visualization |
|---|
| Methods in infovis.visualization that return IntPair | |
|---|---|
IntPair |
DefaultVisualization.computeMinMax(Column c)
Computes the indexes of the min and max values of a specified column taking into account the current permutation. |
IntPair |
DefaultVisualization.computeMinMaxFiltered(Column c)
Computes the indexes of the min and max values of a specified column taking into account the current permutation and filter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||