A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

A

AbstractColumn - Class in infovis.column
AbstractColumn is the base class for each concrete column.
AbstractColumn() - Constructor for class infovis.column.AbstractColumn
 
AbstractControlPanel - Class in infovis.panel
Base class for creating Visual Panels
AbstractControlPanel(Visualization) - Constructor for class infovis.panel.AbstractControlPanel
Constructor for AbstractControlPanel.
AbstractDynamicQuery - Class in infovis.panel.dqinter
Base abstract class for Dynamic Queries.
AbstractDynamicQuery(Column) - Constructor for class infovis.panel.dqinter.AbstractDynamicQuery
Constructor.
AbstractGraphLayout - Class in infovis.graph.visualization.layout
Abstract implementation of NodeLinkGraphLayout
AbstractGraphReader - Class in infovis.graph.io
Base class for Graph readers, except for formats based on XML.
AbstractGraphReader(InputStream, String, Graph) - Constructor for class infovis.graph.io.AbstractGraphReader
Creates an AbstractGraphReader from a BufferedReader, a name and a Graph.
AbstractItemRenderer - Class in infovis.visualization.render
Class AbstractItemRenderer
AbstractItemRenderer(String) - Constructor for class infovis.visualization.render.AbstractItemRenderer
 
AbstractMetric - Class in infovis.graph.clustering
 
AbstractMetric() - Constructor for class infovis.graph.clustering.AbstractMetric
 
AbstractReader - Class in infovis.io
Base class for all the readers.
AbstractReader(InputStream, String) - Constructor for class infovis.io.AbstractReader
Constructor for AbstractReader.
AbstractReaderFactory - Class in infovis.io
Abstract factory of table readers.
AbstractReaderFactory(String) - Constructor for class infovis.io.AbstractReaderFactory
Constructor for TableReaderFactory.
AbstractReaderFactory.AbstractCreator - Class in infovis.io
 
AbstractReaderFactory.AbstractCreator(String, boolean) - Constructor for class infovis.io.AbstractReaderFactory.AbstractCreator
 
AbstractReaderFactory.AbstractCreator(String) - Constructor for class infovis.io.AbstractReaderFactory.AbstractCreator
 
AbstractReaderFactory.Creator - Interface in infovis.io
Interface for Table Reader creators.
AbstractRowIterator - Class in infovis.utils
Class AbstractRowIterator
AbstractRowIterator() - Constructor for class infovis.utils.AbstractRowIterator
 
AbstractTableReader - Class in infovis.table.io
Abstract class for loading a table from a textual file.
AbstractTableReader(InputStream, String, Table) - Constructor for class infovis.table.io.AbstractTableReader
Creates a new AbstractTableReader object.
AbstractTreeReader - Class in infovis.tree.io
Abstract Reader for Trees.
AbstractTreeWriter - Class in infovis.tree.io
Abstract Writer for Trees.
AbstractVisualColumn - Class in infovis.visualization.render
Abstract class for item renderers that are also Visual Column Descriptors.
AbstractVisualColumn(String) - Constructor for class infovis.visualization.render.AbstractVisualColumn
 
AbstractVisualColumnPanel - Class in infovis.panel.render
Base class for panels showing the configuration of visual column descriptors
AbstractVisualColumnPanel(AbstractVisualColumn) - Constructor for class infovis.panel.render.AbstractVisualColumnPanel
 
AbstractWriter - Class in infovis.io
Abstract base class for Table writers.
AbstractWriter(OutputStream, String, Table) - Constructor for class infovis.io.AbstractWriter
Constructor for AbstractWriter
AbstractWriterFactory - Class in infovis.io
Class AbstractWriterFactory
AbstractWriterFactory(String) - Constructor for class infovis.io.AbstractWriterFactory
 
AbstractWriterFactory.AbstractCreator - Class in infovis.io
 
AbstractWriterFactory.AbstractCreator(String, String) - Constructor for class infovis.io.AbstractWriterFactory.AbstractCreator
 
AbstractWriterFactory.Creator - Interface in infovis.io
 
AbstractXMLReader - Class in infovis.io
Abstract Reader for XML format.
AbstractXMLReader(InputStream, String) - Constructor for class infovis.io.AbstractXMLReader
Creates a new AbstractXMLReader object.
AbstractXMLWriter - Class in infovis.io
Abstract writer for XML format.
actionPerformed(ActionEvent) - Method in class infovis.graph.visualization.NodeLinkGraphVisualPanel
 
actionPerformed(ActionEvent) - Method in class infovis.panel.AbstractControlPanel
 
actionPerformed(ActionEvent) - Method in class infovis.panel.DynamicQueryPanel
 
actionPerformed(ActionEvent) - Method in class infovis.panel.DynamicQueryPanel.SelectVisualColumnAction
 
actionPerformed(ActionEvent) - Method in class infovis.panel.FisheyeControlPanel
 
actionPerformed(ActionEvent) - Method in class infovis.panel.MainFrameDecorator
 
actionPerformed(ActionEvent) - Method in class infovis.panel.OrientationPanel
 
actionPerformed(ActionEvent) - Method in class infovis.panel.render.SortPseudoColumnPanel
 
actionPerformed(ActionEvent) - Method in class infovis.panel.render.VisualLabelControlPanel
 
actionPerformed(ActionEvent) - Method in class infovis.table.visualization.TimeSeriesVisualPanel
 
actionPerformed(ActionEvent) - Method in class infovis.tree.visualization.NodeLinkTreeVisualPanel
add(Object) - Method in class infovis.column.BasicObjectColumn
Adds a new element in the column.
add(boolean) - Method in class infovis.column.BooleanColumn
Adds a new element in the column.
add(Column) - Method in class infovis.column.ColumnColumn
Adds an element to the column.
add(String, ColumnFactory.Creator) - Method in class infovis.column.ColumnFactory
Adds a new creator associated with a specified type name.
add(String, String, String) - Method in class infovis.column.ColumnFactory
Adds a new creator associated with a specified type name and density name.
add(ColumnFactory.Creator) - Method in class infovis.column.ColumnFactory
Adds a creator using its name.
add(double) - Method in class infovis.column.DoubleColumn
Adds a new element in the column.
add(float) - Method in class infovis.column.FloatColumn
Adds a new element in the column.
add(int) - Method in class infovis.column.IntColumn
Adds a new element in the column.
add(int) - Method in class infovis.column.IntSparseColumn
Adds a new element in the column,
add(long) - Method in class infovis.column.LongColumn
Adds a new element in the column.
add(Shape) - Method in class infovis.column.ShapeColumn
Adds a shape.
add(String) - Method in class infovis.graph.io.HTMLGraphReader
Adds a specified url to the queue of URL to load.
add(URL) - Method in class infovis.graph.io.HTMLGraphReader
Adds a specified url to the queue of URL to load.
add(String, String, String) - Method in class infovis.graph.visualization.layout.GraphLayoutFactory
 
add(String, GraphLayoutFactory.Creator) - Method in class infovis.graph.visualization.layout.GraphLayoutFactory
 
add(GraphLayoutFactory.Creator) - Method in class infovis.graph.visualization.layout.GraphLayoutFactory
 
add(String, Class) - Method in class infovis.graph.visualization.layout.GraphLayoutFactory
 
add(NodeLinkGraphLayoutPanelFactory.Creator) - Method in class infovis.graph.visualization.NodeLinkGraphLayoutPanelFactory
 
add(AbstractReaderFactory.Creator) - Method in class infovis.io.AbstractReaderFactory
Adds a creator of table reader.
add(AbstractWriterFactory.Creator) - Method in class infovis.io.AbstractWriterFactory
Adds a creator of table reader.
add(String) - Method in class infovis.io.HTMLLinkParser
 
add(ColorVisualizationControlPanelFactory.Creator) - Method in class infovis.panel.color.ColorVisualizationControlPanelFactory
DOCUMENT ME!
add(String, ControlPanelFactory.Creator) - Method in class infovis.panel.ControlPanelFactory
 
add(String, String, String) - Method in class infovis.panel.ControlPanelFactory
 
add(DynamicQueryFactory.Creator) - Method in class infovis.panel.dqinter.DynamicQueryFactory
Adds a default creator for a specific kind of column.
add(String, String, String) - Method in class infovis.tree.visualization.nodelink.TreeLayoutFactory
add(String, TreeLayoutFactory.Creator) - Method in class infovis.tree.visualization.nodelink.TreeLayoutFactory
Registers a new creator with a specified name.
add(TreeLayoutFactory.Creator) - Method in class infovis.tree.visualization.nodelink.TreeLayoutFactory
Registers a new creator.
add(String, Class) - Method in class infovis.tree.visualization.nodelink.TreeLayoutFactory
Register a new creator with a specified name and a specified class.
add(int) - Method in class infovis.utils.IntLinkedList
Appends the specified element to the end of this list.
add(int, int) - Method in class infovis.utils.IntLinkedList
Inserts the specified element at the specified position in this list.
add(ColorVisualizationFactory.Creator) - Static method in class infovis.visualization.color.ColorVisualizationFactory
Adds a default creator for a specific kind of column.
add(String, String, String) - Method in class infovis.visualization.inter.RendererInteractorFactory
 
add(LinkShaperFactory.Creator) - Method in class infovis.visualization.linkShapers.LinkShaperFactory
 
add(VisualizationFactory.Creator) - Method in class infovis.visualization.VisualizationFactory
 
add(Visualization) - Method in class infovis.visualization.VisualizationLayers
 
add(Visualization, int) - Method in class infovis.visualization.VisualizationLayers
 
add(Visualization, int, int) - Method in class infovis.visualization.VisualizationLayers
 
addAll(AbstractIntList) - Method in class infovis.utils.IntLinkedList
Appends all of the elements in the specified collection to the end of this list, in the order that they are returned by the specified collection's iterator.
addAll(int, AbstractIntList) - Method in class infovis.utils.IntLinkedList
Inserts all of the elements in the specified collection into this list, starting at the specified position.
addAllColumnLabels() - Method in class infovis.graph.io.GraphMLWriter
 
addAllColumnLabels() - Method in class infovis.io.AbstractWriter
Adds the name of all the non-internal Columns to the list of written columns.
addAllDataColumns() - Method in class infovis.table.visualization.TimeSeriesVisualization
Adds all data columns.
addAllEdgeLabels() - Method in class infovis.graph.io.GraphMLWriter
 
addArrow(float, float, float, float, GeneralPath) - Method in class infovis.graph.io.DOTParser
 
addCategory(String) - Method in class infovis.column.format.CategoricalFormat
Creates a new index associated with the given name.
addChangeListener(ChangeListener) - Method in class infovis.column.AbstractColumn
Adds a ChangeListener to call when this column is modified.
addChangeListener(ChangeListener) - Method in interface infovis.Column
Adds a listener to the list that's notified each time a change occurs.
addChangeListener(ChangeListener) - Method in class infovis.column.ConstantColumn
Adds a listener to the list that's notified each time a change occurs.
addChangeListener(ChangeListener) - Method in class infovis.panel.DefaultDoubleBoundedRangeModel
Adds a ChangeListener to the sizeModel's listener list.
addChangeListener(ChangeListener) - Method in interface infovis.panel.DoubleBoundedRangeModel
Adds a ChangeListener to the sizeModel's listener list.
addChangeListener(ChangeListener) - Method in class infovis.utils.ChangeManager
Adds a listener to the list that's notified each time a change occurs.
addColor(String, Color) - Method in class infovis.column.format.ColorFormat
Adds a new named color name.
addColor(String, int, int, int) - Method in class infovis.column.format.ColorFormat
Adds a new named color given its RGB values.
addColorVisualizationControlPanel(ColorVisualizationControlPanelFactory.Creator) - Static method in class infovis.panel.color.ColorVisualizationControlPanelFactory
 
addColumn(Column) - Method in interface infovis.Table
Adds a column.
addColumn(Column) - Method in class infovis.table.DefaultTable
Adds a column.
addColumn(Column) - Method in class infovis.table.TableProxy
Adds a column.
addColumnLabel(String) - Method in class infovis.io.AbstractWriter
Adds the name of a Column to write to the list of written column.
addColumns(Table, DoubleMatrix2D) - Static method in class infovis.column.DoubleMatrix1DColumn
 
addControlPanel(Class, ControlPanelFactory.Creator) - Static method in class infovis.panel.ControlPanelFactory
 
addControlPanel(Class, Class) - Static method in class infovis.panel.ControlPanelFactory
 
addDataColumn(NumberColumn) - Method in class infovis.table.visualization.TimeSeriesVisualization
Adds a column.
addDependentColumn(Column, Column) - Static method in class infovis.metadata.DependencyMetadata
 
addDynamicQuery(DynamicQuery) - Method in class infovis.column.FilterColumn
Adds a dynamic query to the list of registered queries.
ADDEDDEGREE_COLUMN - Static variable in class infovis.metadata.AdditiveAggregation
Name of the column containing the Additive degree of a tree.
addEdge(int, int) - Method in interface infovis.Graph
Adds a new edge between two vertices.
addEdge(int, int) - Method in class infovis.graph.DefaultGraph
Adds a new edge between two vertices.
addEdge(int, int) - Method in class infovis.graph.DenseGraph
 
addEdge(int, int) - Method in class infovis.graph.GraphProxy
 
addEdge(int, int) - Method in class infovis.graph.visualization.GraphVisualization
 
addEdge(int, int) - Method in class infovis.tree.TreeAsGraph
 
addEdgeAttributes(int, String, ArrayList) - Method in class infovis.graph.io.GMLGraphReader
 
addEdgeLabel(String) - Method in class infovis.graph.io.GraphMLWriter
 
addEvent(int, int) - Method in class infovis.column.EventColumn
 
addExtend(int, double) - Method in class infovis.column.DoubleColumn
Adds the value of the column at the specified row with the specified value.
addExtend(int, int) - Method in class infovis.column.IntColumn
Adds the value of the column at the specified row with the specified value.
addExtendEvent(int, int) - Method in class infovis.column.EventColumn
 
addField(int, String) - Method in class infovis.table.io.CSVTableReader
Adds the value of specified column.
addFirst(int) - Method in class infovis.utils.IntLinkedList
Inserts the given element at the beginning of this list.
addGraphChangedListener(GraphChangedListener) - Method in interface infovis.Graph
Attaches a GraphChangedListener to the graph.
addGraphChangedListener(GraphChangedListener) - Method in class infovis.graph.DefaultGraph
 
addGraphChangedListener(GraphChangedListener) - Method in class infovis.graph.DenseGraph
 
addGraphChangedListener(GraphChangedListener) - Method in class infovis.graph.GraphProxy
 
addGraphChangedListener(GraphChangedListener) - Method in class infovis.graph.visualization.GraphVisualization
 
addGraphChangedListener(GraphChangedListener) - Method in class infovis.tree.TreeAsGraph
 
addInteractor(BasicVisualizationInteractor) - Method in class infovis.visualization.inter.DefaultVisualizationInteractor
 
AdditiveAggregation - Class in infovis.metadata
Manage number columns that are additive from the leaves to the root, as required by treemaps.
AdditiveAggregation() - Constructor for class infovis.metadata.AdditiveAggregation
 
AdditiveAggregation.NonAdditiveFilter - Class in infovis.metadata
ColumnFilter to filter out columns that are non additive.
AdditiveAggregation.NonAdditiveFilter(Tree) - Constructor for class infovis.metadata.AdditiveAggregation.NonAdditiveFilter
Constructor.
AdditiveTreeVisualPanel - Class in infovis.tree.visualization
Visual Panel for additive visual attribute.
AdditiveTreeVisualPanel(Visualization, ColumnFilter) - Constructor for class infovis.tree.visualization.AdditiveTreeVisualPanel
Constructor for TreemapVisualPanel.
addLabel(String) - Method in class infovis.table.io.CSVTableReader
Adds a label.
addLast(int) - Method in class infovis.utils.IntLinkedList
Appends the given element to the end of this list.
addLayout(String, Class) - Static method in class infovis.graph.visualization.layout.GraphLayoutFactory
 
addLayout(String, Class) - Static method in class infovis.tree.visualization.nodelink.TreeLayoutFactory
Register a new layout class.
addLinkShaperFactory(LinkShaperFactory.Creator) - Static method in class infovis.visualization.linkShapers.LinkShaperFactory
 
addListSelectionListener(ListSelectionListener) - Method in class infovis.column.BooleanColumn
 
addMissingControls() - Method in class infovis.panel.DynamicQueryPanel
Adds Dynamic Query controls for all columns in the table unless one already exists.
addNode(int) - Method in interface infovis.Tree
Adds a node to the tree.
addNode(int) - Method in class infovis.tree.DefaultTree
Adds a node to the tree.
addNode(int) - Method in class infovis.tree.TreeProxy
 
addNode(int) - Method in class infovis.tree.visualization.TreeVisualization
Adds a node to the tree.
addNodeAttributes(int, String, ArrayList) - Method in class infovis.graph.io.GMLGraphReader
 
addNoString(String) - Method in class infovis.column.format.BooleanFormat
Adds a new name for the NO value.
addOrientationButtons() - Method in class infovis.panel.DefaultVisualPanel
Adds a panel with orientation buttons.
addPopupActions(JPopupMenu, DynamicQuery) - Method in class infovis.panel.DynamicQueryPanel
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface infovis.Visualization
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface infovis.Visualization
Add a PropertyChangeListener for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class infovis.visualization.DefaultVisualization
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class infovis.visualization.DefaultVisualization
Add a PropertyChangeListener for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in interface infovis.visualization.MagicLens
Add a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in interface infovis.visualization.MagicLens
Add a PropertyChangeListener for a specific property.
addPropertyChangeListener(PropertyChangeListener) - Method in class infovis.visualization.magicLens.DefaultMagicLens
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class infovis.visualization.magicLens.DefaultMagicLens
 
addPropertyChangeListener(PropertyChangeListener) - Method in class infovis.visualization.magicLens.ExcentricLabelVisualization
 
addPropertyChangeListener(String, PropertyChangeListener) - Method in class infovis.visualization.magicLens.ExcentricLabelVisualization
 
addPropertyChangeListener(PropertyChangeListener) - Method in class infovis.visualization.VisualizationProxy
Adds a PropertyChangeListener to the listener list.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class infovis.visualization.VisualizationProxy
Add a PropertyChangeListener for a specific property.
addRenderer(ItemRenderer) - Method in interface infovis.visualization.ItemRenderer
 
addRenderer(ItemRenderer) - Method in class infovis.visualization.render.AbstractItemRenderer
 
addRenderer(ItemRenderer) - Method in class infovis.visualization.render.StaticItemRenderer
 
addRow() - Method in interface infovis.DynamicTable
Creates a new row and returns it.
addRow() - Method in class infovis.table.DefaultDynamicTable
Creates a new row and returns it.
addRow() - Method in class infovis.table.DynamicTableProxy
Creates a new row and returns it.
addRow() - Method in class infovis.tree.DefaultTree
 
addRow() - Method in class infovis.tree.visualization.TreeVisualization
Creates a new row and returns it.
addRows(Table, DoubleMatrix2D) - Static method in class infovis.column.DoubleMatrix1DColumn
 
addRuler(Shape, String) - Method in class infovis.visualization.ruler.RulerTable
Adds a new shape and associated label to this table.
addRuler(Table, Shape, String) - Static method in class infovis.visualization.ruler.RulerTable
Adds a new shape and associated label to a specigied table.
addSelection(int) - Method in class infovis.visualization.inter.VisualSelectionInteractor
Adds an item to the current selection.
addSelectionInterval(int, int) - Method in class infovis.column.BooleanColumn
 
addShape(Shape) - Method in class infovis.utils.CompositeShape
 
addTableModelListener(TableModelListener) - Method in class infovis.panel.DetailTable
 
addTableModelListener(TableModelListener) - Method in class infovis.table.DefaultTable
addTableModelListener(TableModelListener) - Method in class infovis.table.TableProxy
addTreeModelListener(TreeModelListener) - Method in class infovis.tree.DefaultTree
 
addTreeModelListener(TreeModelListener) - Method in class infovis.tree.TreeProxy
 
addTreeModelListener(TreeModelListener) - Method in class infovis.tree.visualization.TreeVisualization
addValue(String) - Method in interface infovis.Column
Appends the element specified in its String representation to the end of this column.
addValue(String) - Method in class infovis.column.BasicColumn
Appends the element specified in its String representation to the end of this column.
addValue(String) - Method in class infovis.column.ColumnProxy
Appends the element specified in its String representation to the end of this column.
addValue(String) - Method in class infovis.column.ConstantColumn
Appends the element specified in its String representation to the end of this column.
addValueOrNull(String) - Method in interface infovis.Column
Appends the element specified in its String representation to the end of this column or adds an undefined object if the String cannot be parsed.
addValueOrNull(String) - Method in class infovis.column.BasicColumn
Appends the element specified in its String representation to the end of this column or adds an undefined object if the String cannot be parsed.
addValueOrNull(String) - Method in class infovis.column.ColumnProxy
Appends the element specified in its String representation to the end of this column or adds an undefined object if the String cannot be parsed.
addValueOrNull(String) - Method in class infovis.column.ConstantColumn
Appends the element specified in its String representation to the end of this column or adds an undefined object if the String cannot be parsed.
addVertex() - Method in interface infovis.Graph
Adds a new "in" vertex to the graph.
addVertex() - Method in class infovis.graph.DefaultGraph
Adds a new vertex to the graph.
addVertex() - Method in class infovis.graph.DenseGraph
 
addVertex() - Method in class infovis.graph.GraphProxy
 
addVertex() - Method in class infovis.graph.HierarchicalGraph
 
addVertex(int) - Method in class infovis.graph.HierarchicalGraph
 
addVertex() - Method in class infovis.graph.visualization.GraphVisualization
 
addVertex() - Method in class infovis.tree.TreeAsGraph
 
addVisualizationFactory(VisualizationFactory.Creator) - Static method in class infovis.visualization.VisualizationFactory
 
addVisualizationMenu(VisualizationFactory.Creator, int) - Method in class infovis.panel.MainFrameDecorator
 
addVisualPanelTab(ControlPanel, LinkVisualization, ColumnFilter) - Static method in class infovis.panel.DefaultLinkVisualPanel
 
addYesString(String) - Method in class infovis.column.format.BooleanFormat
Adds a new name for the YES value.
AdjGraphReader - Class in infovis.graph.io
Class AdjGraphReader
AdjGraphReader(InputStream, String, Graph) - Constructor for class infovis.graph.io.AdjGraphReader
 
aggregate(Column, Tree, Column) - Method in class infovis.metadata.AdditiveAggregation
Computes the aggregation values of the specified source column into the destination column.
aggregate(Column, Tree, Column) - Method in interface infovis.metadata.Aggregation
Computes the aggregation values of the specified source column into the destination column.
aggregate(Column, Tree, Column) - Method in class infovis.metadata.AtLeafAggregation
 
aggregate(Column, Tree, Column) - Method in class infovis.metadata.MinAggregation
 
AGGREGATE_COMPATIBLE - Static variable in interface infovis.metadata.AggregationConstants
Value when the column is compatible with a specified aggregation.
AGGREGATE_NO - Static variable in interface infovis.metadata.AggregationConstants
Value when the column is not aggregating.
AGGREGATE_YES - Static variable in interface infovis.metadata.AggregationConstants
Value when the column is aggregating.
Aggregation - Interface in infovis.metadata
Interface Aggregation is used to check whether a column is aggregating following a specified rule in a tree.
AGGREGATION_TYPE - Static variable in interface infovis.metadata.AggregationConstants
Qualify how a column aggregates when it is hierarchical.
AGGREGATION_TYPE_ADDITIVE - Static variable in interface infovis.metadata.AggregationConstants
Aggregation additive, required for treemaps.
AGGREGATION_TYPE_ATLEAF - Static variable in interface infovis.metadata.AggregationConstants
Attributes only at leaves.
AGGREGATION_TYPE_CONCAT - Static variable in interface infovis.metadata.AggregationConstants
Aggregation by string concatenation.
AGGREGATION_TYPE_MAX - Static variable in interface infovis.metadata.AggregationConstants
Aggreation by max value.
AGGREGATION_TYPE_MEAN - Static variable in interface infovis.metadata.AggregationConstants
Aggregation by mean value.
AGGREGATION_TYPE_MIN - Static variable in interface infovis.metadata.AggregationConstants
Aggregation by min value.
AGGREGATION_TYPE_NONE - Static variable in interface infovis.metadata.AggregationConstants
No aggregation.
AggregationConstants - Interface in infovis.metadata
Aggregation constants.
AggregationFactory - Class in infovis.metadata
Class AggregationFactory manages hierarchical aggregation in columns.
AggregationFactory() - Constructor for class infovis.metadata.AggregationFactory
 
Algorithm - Class in infovis.graph.algorithm
Class Algorithm
Algorithm(Graph) - Constructor for class infovis.graph.algorithm.Algorithm
 
Algorithms - Class in infovis.column
Various algorithms on columns.
Algorithms() - Constructor for class infovis.column.Algorithms
 
Algorithms - Class in infovis.graph
 
Algorithms() - Constructor for class infovis.graph.Algorithms
 
Algorithms - Class in infovis.tree
 
Algorithms() - Constructor for class infovis.tree.Algorithms
 
allocate() - Method in class infovis.utils.RectPool
Returns an available rectangle from the pool.
allocateRect() - Static method in class infovis.utils.RectPool
Returns an available rectangle.
allShortestPaths(Graph, NumberColumn, DoubleMatrix2D) - Static method in class infovis.graph.algorithm.DijkstraShortestPath
 
allShortestPaths(int) - Method in class infovis.graph.algorithm.DijkstraShortestPath
 
analyzeAdditiveWeight(NumberColumn, Tree) - Static method in class infovis.metadata.AdditiveAggregation
Checks whether a NumberColumn is a valid sizeColumn.
annotateWithLog(BufferedReader, String) - Method in class infovis.graph.io.HTMLGraphReader
DOCUMENT ME!
AppendRowIterator - Class in infovis.utils
Appends two row iterators
AppendRowIterator(RowIterator, RowIterator) - Constructor for class infovis.utils.AppendRowIterator
 
apply() - Method in class infovis.graph.visualization.FilterEdgeDynamicQuery
Apply the DynamicQuery to the specified FilterColumn
apply() - Method in class infovis.panel.dqinter.AbstractDynamicQuery
Apply the DynamicQuery to the specified FilterColumn
apply() - Method in class infovis.panel.dqinter.NumberColumnBoundedRangeModel
Apply the DynamicQuery to the specified FilterColumn
apply() - Method in interface infovis.panel.DynamicQuery
Apply the DynamicQuery to the specified FilterColumn
apply(int) - Method in class infovis.tree.visualization.TreeVisualization
apply(double) - Method in class infovis.utils.LogFunction
 
apply(int, int) - Method in class infovis.utils.MaxFunction
 
apply(int, int) - Method in class infovis.utils.MinFunction
 
apply(double) - Method in class infovis.utils.SqrtFunction
 
applyDynamicQuery(DynamicQuery, RowIterator) - Method in class infovis.column.FilterColumn
Applies a DynamicQuery to all the values of a specified RowIterator.
ArrayChildrenIterator - Class in infovis.utils
Class ArrayChildrenIterator
ArrayChildrenIterator(int, int[]) - Constructor for class infovis.utils.ArrayChildrenIterator
 
ArrayChildrenIterator(int[]) - Constructor for class infovis.utils.ArrayChildrenIterator
 
AtLeafAggregation - Class in infovis.metadata
A Column in a Tree is considerer aggregated at the leaf level it only its leave nodes have defined values.
AtLeafAggregation() - Constructor for class infovis.metadata.AtLeafAggregation
 
ATOM - Static variable in interface infovis.graph.io.DOTTokenTypes
 
attr_defs(ArrayList) - Method in class infovis.graph.io.DOTParser
 
attr_item(ArrayList) - Method in class infovis.graph.io.DOTParser
 
attr_list() - Method in class infovis.graph.io.DOTParser
 
attr_list_simple() - Method in class infovis.graph.io.DOTParser
 
attractiveForce(double) - Method in class infovis.graph.visualization.layout.FRLayout
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.