|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Table | |
---|---|
infovis | Provides a set of classes to implement Information Visualization applications or components. |
infovis.column | |
infovis.column.visualization | Provides visualizations for columns. |
infovis.graph | Provides a set of classes related to visualization of graphs. |
infovis.graph.io | Manage input and ouput of graphs using various formats or sources. |
infovis.graph.visualization | Provides graph visualizations. |
infovis.io | Provides base classes for managing input and output of Infovis data structures. |
infovis.panel | Provides a set of components for interacting with visualizations. |
infovis.panel.render | Provides a set of subcomponents for interacting with visual item renderers. |
infovis.table | Provides a set of classes related to visualization of tables. |
infovis.table.io | Manage input and ouput of tables using various formats or sources. |
infovis.table.visualization | Provides table visualizations. |
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.utils | Utilities classes for the Infovis Toolkit. |
infovis.visualization | Provides base classes for managing visualizations. |
infovis.visualization.magicLens | Magic lenses to modify locally visualizations. |
infovis.visualization.render | Provides Item Renderes used to render visual columns in visualizations. |
infovis.visualization.ruler | Management of rulers that go around and under visualizations. |
Uses of Table in infovis |
---|
Subinterfaces of Table in infovis | |
---|---|
interface |
DynamicTable
A Dynamic Table is a Table that can have elements removed. |
interface |
Tree
Container for a rooted tree structure (hierarchy). |
Methods in infovis that return Table | |
---|---|
Table |
Visualization.getRulerTable()
Returns a table of Rulers. |
Table |
Visualization.getTable()
Returns the Table. |
Table |
Table.getTable()
Returns the real table for Proxies and this for a concrete table. |
Uses of Table in infovis.column |
---|
Methods in infovis.column with parameters of type Table | |
---|---|
static void |
DoubleMatrix1DColumn.addColumns(Table table,
DoubleMatrix2D matrix)
|
static void |
DoubleMatrix1DColumn.addRows(Table table,
DoubleMatrix2D matrix)
|
static StringColumn |
StringColumn.findColumn(Table t,
String name)
Returns a column as a StringColumn from a table, creating
it if needed. |
static ShapeColumn |
ShapeColumn.findColumn(Table t,
String name)
Returns the ShapeColumn of the specified name in the table, creating it if needed. |
static ObjectColumn |
ObjectColumn.findColumn(Table t,
String name)
Returns a column as a ObjectColumn from a table,
creating it if needed. |
static LongColumn |
LongColumn.findColumn(Table t,
String name)
Returns a column as a LongColumn from a table,
creating it if needed. |
static IntSparseColumn |
IntSparseColumn.findColumn(Table t,
String name)
Returns a column as a IntColumn from a table, creating it
if needed. |
static IntColumn |
IntColumn.findColumn(Table t,
String name)
Returns a column as a IntColumn from a table, creating it
if needed. |
static FloatColumn |
FloatColumn.findColumn(Table t,
String name)
Returns a column as a FloatColumn from a table, creating
it if needed. |
static FilterColumn |
FilterColumn.findColumn(Table t,
String name)
Returns a column as a FilterColumn from a table, creating
it if needed. |
static DoubleColumn |
DoubleColumn.findColumn(Table t,
String name)
Returns a column as a DoubleColumn from a table,
creating it if needed. |
static ColumnColumn |
ColumnColumn.findColumn(Table t,
String name)
Returns a column as a ColumnColumn 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 BooleanColumn |
BooleanColumn.findColumn(Table t,
String name)
Returns a column as a FloatColumn 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 ShapeColumn |
ShapeColumn.getColumn(Table t,
int index)
Returns the ShapeColumn at the specified index in the table. |
static ObjectColumn |
ObjectColumn.getColumn(Table t,
int index)
Returns a column as a ObjectColumn from an
Table . |
static LongColumn |
LongColumn.getColumn(Table t,
int index)
Returns a column as a LongColumn from a
Table . |
static IntSparseColumn |
IntSparseColumn.getColumn(Table t,
int index)
Returns a column as a IntColumn from an Table . |
static IntColumn |
IntColumn.getColumn(Table t,
int index)
Returns a column as a IntColumn from an Table . |
static FloatColumn |
FloatColumn.getColumn(Table t,
int index)
Returns a column as a FloatColumn from a
Table . |
static FilterColumn |
FilterColumn.getColumn(Table t,
int index)
Returns a column as a FilterColumn from an
Table . |
static DoubleMatrix1DColumn |
DoubleMatrix1DColumn.getColumn(Table t,
int index)
Returns a column as a DoubleMatrix1DColumn from a
Table . |
static DoubleColumn |
DoubleColumn.getColumn(Table t,
int index)
Returns a column as a DoubleColumn from a
Table . |
static ColumnColumn |
ColumnColumn.getColumn(Table t,
int index)
Returns a column as a ColumnColumn from an
Table . |
static IntColumn |
CategoricalColumn.getColumn(Table t,
int index)
Returns a column as a IntColumn from an
Table . |
static BooleanColumn |
BooleanColumn.getColumn(Table t,
int index)
Returns a column as a FloatColumn from a
Table . |
static StringColumn |
StringColumn.getColumn(Table t,
String name)
Returns a column as a StringColumn from a
Table . |
static ShapeColumn |
ShapeColumn.getColumn(Table t,
String name)
Returns the ShapeColumn of the specified name in the table. |
static ObjectColumn |
ObjectColumn.getColumn(Table t,
String name)
Returns a column as a ObjectColumn from a
Table . |
static LongColumn |
LongColumn.getColumn(Table t,
String name)
Returns a column as a LongColumn from a
Table . |
static IntSparseColumn |
IntSparseColumn.getColumn(Table t,
String name)
Returns a column as an IntColumn from a Table . |
static IntColumn |
IntColumn.getColumn(Table t,
String name)
Returns a column as an IntColumn from a Table . |
static FloatColumn |
FloatColumn.getColumn(Table t,
String name)
Returns a column as a FloatColumn from a
Table . |
static FilterColumn |
FilterColumn.getColumn(Table t,
String name)
Returns a column as a FilterColumn from a
Table . |
static DoubleColumn |
DoubleMatrix1DColumn.getColumn(Table t,
String name)
Returns a column as a DoubleColumn from a
Table . |
static DoubleColumn |
DoubleColumn.getColumn(Table t,
String name)
Returns a column as a DoubleColumn from a
Table . |
static ColumnColumn |
ColumnColumn.getColumn(Table t,
String name)
Returns a column as a ColumnColumn from a
Table . |
static BooleanColumn |
BooleanColumn.getColumn(Table t,
String name)
Returns a column as a BooleanColumn from a
Table . |
static NumberColumn |
LiteralColumn.getNumberColumn(Table t,
int index)
Returns a column as a NumberColumn from an
Table . |
Uses of Table in infovis.column.visualization |
---|
Classes in infovis.column.visualization that implement Table | |
---|---|
class |
ColumnsVisualization
Visualization of several column visualizations. |
class |
ColumnVisualization
Visualization for the values of a column. |
class |
HistogramVisualization
Visualization of histogram. |
Constructors in infovis.column.visualization with parameters of type Table | |
---|---|
ColumnsVisualization(Table table)
Constructor. |
|
ColumnVisualization(Table table,
Column column)
Constructor. |
Uses of Table in infovis.graph |
---|
Methods in infovis.graph with parameters of type Table | |
---|---|
static Graph |
DefaultGraph.getGraph(Table table)
|
Uses of Table in infovis.graph.io |
---|
Methods in infovis.graph.io with parameters of type Table | |
---|---|
AbstractReader |
GraphReaderFactory.DefaultCreator.create(InputStream in,
String name,
Table table)
|
AbstractWriter |
GraphWriterFactory.DefaultCreator.create(OutputStream out,
String name,
Table table)
|
static Graph |
GraphWriterFactory.getGraph(Table table)
Returns a Graph from a specified table. |
static Graph |
GraphReaderFactory.getGraph(Table table)
Returns a Graph from a specified table. |
Uses of Table in infovis.graph.visualization |
---|
Classes in infovis.graph.visualization that implement Table | |
---|---|
class |
GraphVisualization
Abstract base class for Graph Visualizations. |
class |
MatrixAxisVisualization
|
class |
MatrixVisualization
Graph Visualization using Adjacency Matrix representation. |
class |
NodeLinkGraphVisualization
Node-Link Visualization for graphs. |
Constructors in infovis.graph.visualization with parameters of type Table | |
---|---|
GraphVisualization(Graph graph,
Table table)
Creates a new GraphVisualization object. |
|
MatrixVisualization(Table table)
|
|
NodeLinkGraphVisualization(Table table)
|
Uses of Table in infovis.io |
---|
Methods in infovis.io with parameters of type Table | |
---|---|
AbstractReader |
AbstractReaderFactory.create(InputStream in,
String name,
Table table)
|
AbstractReader |
AbstractReaderFactory.Creator.create(InputStream in,
String name,
Table table)
|
AbstractWriter |
AbstractWriterFactory.Creator.create(OutputStream out,
String name,
Table table)
|
AbstractWriter |
AbstractWriterFactory.create(String name,
Table table)
Returns an AbstractReader able to read the specified
resource name or null . |
AbstractWriter |
AbstractWriterFactory.Creator.create(String name,
Table table)
|
AbstractWriter |
AbstractWriterFactory.AbstractCreator.create(String name,
Table table)
|
AbstractReader |
AbstractReaderFactory.create(String name,
Table table)
Returns an AbstractReader able to read the specified
resource name or null . |
AbstractReader |
AbstractReaderFactory.Creator.create(String name,
Table table)
|
AbstractReader |
AbstractReaderFactory.AbstractCreator.create(String name,
Table table)
|
boolean |
AbstractReaderFactory.tryRead(String name,
Table table)
|
boolean |
AbstractWriterFactory.tryWrite(String name,
Table table)
|
Constructors in infovis.io with parameters of type Table | |
---|---|
AbstractWriter(OutputStream out,
String name,
Table table)
Constructor for AbstractWriter |
Uses of Table in infovis.panel |
---|
Methods in infovis.panel that return Table | |
---|---|
Table |
DefaultVisualPanel.getTable()
Returns the table. |
Table |
ControlPanel.getTable()
Returns the table. |
Table |
ColumnListModel.getTable()
Returns the table. |
Methods in infovis.panel with parameters of type Table | |
---|---|
static JScrollPane |
DetailTable.createDetailJTable(Table table,
BooleanColumn selection)
Creates a scrollable JTable with convenient default
setting for showing the selected items of a specified InfoVis
Table . |
JComponent |
MainFrameDecorator.createJTable(Table table)
|
Visualization |
MainFrameDecorator.createTableVisualization(String name,
Table table)
DOCUMENT ME! |
static FilteredTable |
FilteredColumnListModel.filteredTable(Table table,
ColumnFilter filter)
|
static StringColumn |
MainFrameDecorator.getStringColumn(Table t,
int index)
DOCUMENT ME! |
Constructors in infovis.panel with parameters of type Table | |
---|---|
ColumnListModel(Table table)
Constructor for ColumnListModel. |
|
DetailTable(Table table,
BooleanColumn selection)
Constructor for DetailTable. |
|
DynamicQueryPanel(Visualization vis,
Table table)
Constructor for DynamicQueryPanel. |
|
DynamicQueryPanel(Visualization vis,
Table table,
FilterColumn filterColumn)
Creates a new DynamicQueryPanel object. |
|
DynamicQueryPanel(Visualization vis,
Table table,
FilterColumn filterColumn,
ColumnFilter filter)
Creates a new DynamicQueryPanel object. |
|
FilteredColumnListModel(Table table)
|
|
FilteredColumnListModel(Table table,
ColumnFilter filter)
Constructor for FilteredColumnListModel. |
|
TableAttributesHeader(Table table,
BooleanColumn selection)
|
Uses of Table in infovis.panel.render |
---|
Methods in infovis.panel.render that return Table | |
---|---|
Table |
AbstractVisualColumnPanel.getTable()
|
Uses of Table in infovis.table |
---|
Classes in infovis.table that implement Table | |
---|---|
class |
DefaultDynamicTable
Default implementatio for dynamic tables. |
class |
DefaultTable
Concrete Table. |
class |
DynamicTableProxy
Proxy of a Dynamic Table. |
class |
FilteredTable
Proxy Table filtering Columns. |
class |
TableProxy
A Table Proxy implements an Table by forwarding all
the methods to an internal Table . |
Methods in infovis.table that return Table | |
---|---|
Table |
TableProxy.getTable()
Returns the real table for Proxies and this for a concrete table. |
Table |
DefaultTable.getTable()
Returns the real table for Proxies and this for a concrete table. |
Constructors in infovis.table with parameters of type Table | |
---|---|
FilteredTable(Table table)
Create a Filtered Table from a reference table. |
|
FilteredTable(Table table,
ColumnFilter filter)
Create a Filtered Table from a reference table and a column filter. |
|
FilteredTable(Table table,
ColumnFilter filter,
Comparator comp)
Create a Filtered Table from a reference table, a column filter and a comparator that specifies the order of columns in the table. |
|
TableProxy(Table table)
Creates a new TableProxy object. |
Uses of Table in infovis.table.io |
---|
Methods in infovis.table.io that return Table | |
---|---|
Table |
AbstractTableReader.getTable()
Returns the table. |
Methods in infovis.table.io with parameters of type Table | |
---|---|
AbstractReader |
TableReaderFactory.DefaultCreator.create(InputStream in,
String name,
Table table)
|
static AbstractReader |
TableReaderFactory.createTableReader(String name,
Table table)
Returns a reader or null from a format name and a table. |
static boolean |
TQDTableReader.load(File file,
Table table)
Loads a file into a table. |
static boolean |
CSVTableReader.load(File file,
Table t)
Loads the specified file in the specified table. |
static boolean |
TableReaderFactory.readTable(String name,
Table table)
Reads a table from a resource name. |
void |
AbstractTableReader.setTable(Table table)
Sets the table. |
Constructors in infovis.table.io with parameters of type Table | |
---|---|
AbstractTableReader(InputStream in,
String name,
Table table)
Creates a new AbstractTableReader object. |
|
CSVTableReader(InputStream in,
String name,
Table table)
Constructor. |
|
CSVTableReader(InputStream in,
Table table)
Constructor. |
|
CSVTableWriter(OutputStream out,
String name,
Table table)
Constructor. |
|
CSVTableWriter(OutputStream out,
Table table)
Constructor. |
|
TQDTableReader(InputStream in,
String name,
Table table)
Constructor. |
Uses of Table in infovis.table.visualization |
---|
Classes in infovis.table.visualization that implement Table | |
---|---|
class |
ParallelCoordinatesVisualization
Implements the Parallel Coordinates Visualization as described by A. |
class |
ScatterPlotVisualization
Scatter plot visualization. |
class |
TimeSeriesVisualization
BasicVisualization component for Time Series |
Methods in infovis.table.visualization with parameters of type Table | |
---|---|
static NumberColumn |
ScatterPlotVisualization.getNumberColumn(Table t,
int index)
Returns the nth Column skipping internal columns. |
Constructors in infovis.table.visualization with parameters of type Table | |
---|---|
ParallelCoordinatesVisualization(Table table)
Creates a new Parallel Coordinates object. |
|
ScatterPlotVisualization(Table table)
Creates a new ScatterPlotVisualization object. |
|
ScatterPlotVisualization(Table table,
Column xAxis,
Column yAxis)
Creates a new ScatterPlotVisualization object. |
|
ScatterPlotVisualization(Table table,
String xAxis,
String yAxis)
Creates a new ScatterPlotVisualization object. |
|
TimeSeriesVisualization(Table table)
Creates a new TimeSeriesVisualization object. |
Uses of Table in infovis.tree |
---|
Classes in infovis.tree that implement Table | |
---|---|
class |
DefaultTree
Default implementation of the Tree interface. |
class |
TreeAsGraph
Class TreeAsGraph |
class |
TreeProxy
|
Uses of Table in infovis.tree.io |
---|
Methods in infovis.tree.io with parameters of type Table | |
---|---|
AbstractReader |
TreeReaderFactory.DefaultCreator.create(InputStream in,
String name,
Table table)
|
AbstractReader |
JarReaderCreator.create(InputStream in,
String name,
Table table)
|
AbstractReader |
DirectoryReaderCreator.create(InputStream ignore,
String name,
Table table)
|
AbstractReader |
JarReaderCreator.create(String name,
Table table)
|
AbstractReader |
DirectoryReaderCreator.create(String name,
Table table)
|
static Tree |
TreeReaderFactory.getTree(Table table)
Returns a tree from a table. |
Constructors in infovis.tree.io with parameters of type Table | |
---|---|
DirectoryTreeReader(BufferedReader ignore,
String directory,
Table table)
|
Uses of Table in infovis.tree.visualization |
---|
Classes in infovis.tree.visualization that implement Table | |
---|---|
class |
IcicleTreeVisualization
|
class |
NodeLinkTreeVisualization
Node Link Diagram Visualization of Trees. |
class |
TreemapVisualization
Visualization of a Tree using a Treemap layout. |
class |
TreeVisualization
Abstract base class for tree visualizations. |
Uses of Table in infovis.utils |
---|
Methods in infovis.utils that return Table | |
---|---|
Table |
RowObject.getTable()
|
Methods in infovis.utils with parameters of type Table | |
---|---|
static int |
RowObject.getRow(Table table,
Object obj)
|
Constructors in infovis.utils with parameters of type Table | |
---|---|
RowObject(Table table,
int row)
|
Uses of Table in infovis.visualization |
---|
Classes in infovis.visualization that implement Table | |
---|---|
class |
DefaultAxisVisualization
|
class |
DefaultVisualization
Base class for concrete visualizations. |
class |
LinkVisualization
Class LinkVisualization |
class |
StrokingVisualization
Visualization for shapes considered as strokes and not filled shapes. |
Methods in infovis.visualization that return Table | |
---|---|
Table |
VisualizationProxy.getRulerTable()
Returns a table of Rulers. |
Table |
DefaultVisualization.getRulerTable()
Returns a table of Rulers. |
Table |
VisualizationProxy.getTable()
Returns the Table. |
Table |
DefaultVisualization.getTable()
Returns the Table. |
Constructors in infovis.visualization with parameters of type Table | |
---|---|
DefaultVisualization(Table table)
Creates a new Visualization for a specified table. |
|
DefaultVisualization(Table table,
ItemRenderer ir)
Creates a new DefaultVisualization for a specified Table using the specified
ItemRenderer for rendering. |
|
LinkVisualization(Table table,
ItemRenderer ir,
Visualization nodeVisualization,
NodeAccessor accessor)
|
|
LinkVisualization(Table table,
Visualization nodeVisualization,
NodeAccessor accessor)
|
|
StrokingVisualization(Table table)
|
|
StrokingVisualization(Table table,
ItemRenderer ir)
|
Uses of Table in infovis.visualization.magicLens |
---|
Methods in infovis.visualization.magicLens that return Table | |
---|---|
Table |
ExcentricItem.getTable()
|
Uses of Table in infovis.visualization.render |
---|
Methods in infovis.visualization.render with parameters of type Table | |
---|---|
static Column |
DefaultVisualLabel.findDefaultLabelColumn(Table t)
Returns a column from a table that will be a default label or null. |
Uses of Table in infovis.visualization.ruler |
---|
Classes in infovis.visualization.ruler that implement Table | |
---|---|
class |
RulerTable
Class for managing rulers associated with a visualization. |
class |
RulerVisualization
Display rulers under a Visualization. |
Methods in infovis.visualization.ruler with parameters of type Table | |
---|---|
static void |
RulerTable.addRuler(Table table,
Shape shape,
String label)
Adds a new shape and associated label to a specigied table. |
static void |
DiscreteRulersBuilder.createHorizontalRuler(Rectangle2D bounds,
String label,
double position,
Table rulers)
|
static void |
LinearRulersBuilder.createHorizontalRulers(double min,
double max,
Rectangle2D bounds,
double step,
double scale,
Table rulers,
boolean up)
|
static void |
DiscreteRulersBuilder.createHorizontalRulers(Rectangle2D bounds,
double min,
double max,
DoubleColumn positions,
Table rulers)
|
static void |
DiscreteRulersBuilder.createHorizontalRulers(Rectangle2D bounds,
StringColumn labels,
DoubleColumn positions,
Table rulers)
|
static void |
DiscreteRulersBuilder.createVerticalRuler(Rectangle2D bounds,
String label,
double position,
Table rulers)
|
static void |
LinearRulersBuilder.createVerticalRulers(double min,
double max,
Rectangle2D bounds,
double step,
double scale,
Table rulers)
|
static void |
DiscreteRulersBuilder.createVerticalRulers(Rectangle2D bounds,
double min,
double max,
DoubleColumn positions,
Table rulers)
|
static void |
DiscreteRulersBuilder.createVerticalRulers(Rectangle2D bounds,
StringColumn labels,
DoubleColumn positions,
Table rulers)
|
static String |
RulerTable.getAxisLabel(Table table,
boolean vertical)
Returns the name of the horizontal or vertial axis. |
static Shape |
RulerTable.getShape(Table table,
int row)
Returns a shape from the shape column stored in the table. |
static ShapeColumn |
RulerTable.getShapes(Table table)
Returns the ShapeColumn associated with the table. |
static void |
RulerTable.setAxisLabel(Table table,
String label,
boolean vertical)
Sets the name of the axis for the horizontal or vertial axis. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |