|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntColumn | |
---|---|
infovis.column | |
infovis.graph | Provides a set of classes related to visualization of graphs. |
infovis.graph.algorithm | Implements algorithms for manipulating graphs. |
infovis.tree | Provides a set of classes related to visualization of trees. |
infovis.tree.io | Manage input and ouput of trees using various formats or sources. |
infovis.tree.visualization | Provides trees visualizations. |
infovis.visualization.color | Provides a set of classes for color visualization. |
Uses of IntColumn in infovis.column |
---|
Subclasses of IntColumn in infovis.column | |
---|---|
class |
CategoricalColumn
Specialization of an IntColumn storing categorical values. |
class |
ColorColumn
Column containing colors. |
class |
EventColumn
Column containing list of timed events. |
class |
HistogramColumn
Column computing and maintaining the histogram of a specified NumberColumn . |
class |
SortedCategoricalColumn
SortedCategoricalColumn is an IntColumn computed from a StringColumn containing the order of each string. |
Methods in infovis.column that return IntColumn | |
---|---|
static IntColumn |
IntColumn.findColumn(Table t,
String name)
Returns a column as a IntColumn from a table, creating it
if needed. |
static IntColumn |
CategoricalColumn.findColumn(Table t,
String name)
Returns a column as a IntColumn from a table,
creating it if needed. |
static IntColumn |
IntColumn.getColumn(Table t,
int index)
Returns a column as a IntColumn from an Table . |
static IntColumn |
CategoricalColumn.getColumn(Table t,
int index)
Returns a column as a IntColumn from an
Table . |
static IntColumn |
IntColumn.getColumn(Table t,
String name)
Returns a column as an IntColumn from a Table . |
IntColumn |
ColumnSorter.getSortedColumn()
Returns the sorted column. |
Uses of IntColumn in infovis.graph |
---|
Methods in infovis.graph that return IntColumn | |
---|---|
static IntColumn |
OutDegree.getColumn(Graph graph)
Returns the out degree column associated with a graph, creating it if required. |
static IntColumn |
InDegree.getColumn(Graph graph)
Returns the in degree column associated with a graph, creating it if required. |
Methods in infovis.graph with parameters of type IntColumn | |
---|---|
static int |
Algorithms.labelConnectedComponents(Graph graph,
IntColumn labels,
IntColumn sizes)
|
Uses of IntColumn in infovis.graph.algorithm |
---|
Methods in infovis.graph.algorithm that return IntColumn | |
---|---|
static IntColumn |
KCoreDecomposition.computeCoreness(Graph g,
IntColumn coreness)
|
static IntColumn |
KCoreDecomposition.computeEdgeCoreness(Graph g,
IntColumn coreness,
IntColumn edgeCoreness,
IntIntFunction fn)
|
Methods in infovis.graph.algorithm with parameters of type IntColumn | |
---|---|
static IntColumn |
KCoreDecomposition.computeCoreness(Graph g,
IntColumn coreness)
|
static IntColumn |
KCoreDecomposition.computeEdgeCoreness(Graph g,
IntColumn coreness,
IntColumn edgeCoreness,
IntIntFunction fn)
|
Constructors in infovis.graph.algorithm with parameters of type IntColumn | |
---|---|
KCoreDecomposition(Graph graph,
IntColumn coreness)
|
Uses of IntColumn in infovis.tree |
---|
Subclasses of IntColumn in infovis.tree | |
---|---|
class |
DegreeColumn
Computes and maintains the degree of a tree in a column. |
class |
DepthColumn
Class DepthColumn |
class |
LeafCountColumn
Class for computing and maintaining the number of leaves for each node in a tree. |
class |
TreeIntColumn
Base class for columns computing topological values on a tree. |
Uses of IntColumn in infovis.tree.io |
---|
Methods in infovis.tree.io that return IntColumn | |
---|---|
IntColumn |
FileListTreeReader.getIndexColumn()
|
Methods in infovis.tree.io with parameters of type IntColumn | |
---|---|
void |
FileListTreeReader.setIndexColumn(IntColumn column)
|
Uses of IntColumn in infovis.tree.visualization |
---|
Subclasses of IntColumn in infovis.tree.visualization | |
---|---|
class |
RainbowColumn
Computes and maintain a rainbow color according to the leaves of a tree. |
Uses of IntColumn in infovis.visualization.color |
---|
Constructors in infovis.visualization.color with parameters of type IntColumn | |
---|---|
CategoricalColor(IntColumn column)
Creates a new CategoricalColor object. |
|
CategoricalColor(IntColumn column,
Color start)
Creates a new CategoricalColor object. |
|
CategoricalColor(IntColumn column,
float[] hsbStart)
Creates a new CategoricalColor object. |
|
CategoricalColor(IntColumn column,
float startHue,
float startSaturation,
float startValue)
Creates a new CategoricalColor object. |
|
ExplicitColor(IntColumn column)
Constructor for ExplicitColor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |