|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringColumn | |
---|---|
infovis.column | |
infovis.graph.io | Manage input and ouput of graphs using various formats or sources. |
infovis.panel | Provides a set of components for interacting with visualizations. |
infovis.tree.io | Manage input and ouput of trees using various formats or sources. |
infovis.visualization.ruler | Management of rulers that go around and under visualizations. |
Uses of StringColumn in infovis.column |
---|
Methods in infovis.column that return StringColumn | |
---|---|
static StringColumn |
StringColumn.findColumn(Table t,
String name)
Returns a column as a StringColumn from a table, creating
it if needed. |
static StringColumn |
StringColumn.getColumn(Table t,
int index)
Returns a column as a StringColumn from an
Table . |
static StringColumn |
StringColumn.getColumn(Table t,
String name)
Returns a column as a StringColumn from a
Table . |
Constructors in infovis.column with parameters of type StringColumn | |
---|---|
SortedCategoricalColumn(StringColumn column)
Constructor. |
Uses of StringColumn in infovis.graph.io |
---|
Methods in infovis.graph.io that return StringColumn | |
---|---|
StringColumn |
DOTGraphWriter.getEdgeIdColumn()
|
StringColumn |
DOTGraphWriter.getVertexIdColumn()
|
Methods in infovis.graph.io with parameters of type StringColumn | |
---|---|
void |
DOTGraphWriter.setEdgeIdColumn(StringColumn edgeIdColumn)
|
void |
DOTGraphWriter.setVertexIdColumn(StringColumn vertexIdColumn)
|
Uses of StringColumn in infovis.panel |
---|
Methods in infovis.panel that return StringColumn | |
---|---|
static StringColumn |
MainFrameDecorator.getStringColumn(Table t,
int index)
DOCUMENT ME! |
Uses of StringColumn in infovis.tree.io |
---|
Methods in infovis.tree.io with parameters of type StringColumn | |
---|---|
static int |
AbstractTreeReader.findNode(String name,
int parent,
Tree tree,
StringColumn nameColumn)
|
Uses of StringColumn in infovis.visualization.ruler |
---|
Methods in infovis.visualization.ruler with parameters of type StringColumn | |
---|---|
static void |
DiscreteRulersBuilder.createHorizontalRulers(Rectangle2D bounds,
StringColumn labels,
DoubleColumn positions,
Table rulers)
|
static void |
DiscreteRulersBuilder.createVerticalRulers(Rectangle2D bounds,
StringColumn labels,
DoubleColumn positions,
Table rulers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |