- separator(String) - Method in class plugins.source.CSVDataSource
-
Set a custom separator to be used in a CSV file.
- series() - Method in class edu.cmu.cs.cs214.hw5.core.Data
-
Get the list of series in this data set.
- Series - Class in edu.cmu.cs.cs214.hw5.core
-
A Series
represents a single data series:
a set of related data points to be displayed in a visualization.
- Series(String, Map<ColumnSpecification, Column>) - Constructor for class edu.cmu.cs.cs214.hw5.core.Series
-
Create a series with the given legend label
and the given set of data,
which associates each column specification (as required by the series in question)
with an actual column containing the relevant data.
- seriesDataSpecification() - Method in interface edu.cmu.cs.cs214.hw5.core.DataViewSpecification
-
Get specifications for each the columns that form each series.
- seriesDataSpecification() - Method in class plugins.view.BubbleChartSpecification
-
- seriesDataSpecification() - Method in class plugins.view.ChoroplethViewSpecification
-
- setUp(JFrame) - Method in class edu.cmu.cs.cs214.hw5.util.AbstractDataViewFixture
-
- setUp(JFrame) - Method in class edu.cmu.cs.cs214.hw5.util.Fixture
-
Configure the provided frame to set up the fixture.
- sharedData() - Method in class edu.cmu.cs.cs214.hw5.core.Data
-
Get the data shared among all columns in this data set.
- sharedDataSpecification() - Method in interface edu.cmu.cs.cs214.hw5.core.DataViewSpecification
-
Get specifications for each the columns that are shared among all series.
- sharedDataSpecification() - Method in class plugins.view.BubbleChartSpecification
-
- sharedDataSpecification() - Method in class plugins.view.ChoroplethViewSpecification
-
- source(String) - Method in class plugins.source.CSVDataSource
-
Pass a CSV file path to the CSV reader.
- StringColumn - Class in edu.cmu.cs.cs214.hw5.columns
-
- StringColumn(String) - Constructor for class edu.cmu.cs.cs214.hw5.columns.StringColumn
-
Create a new string column with the given name.
- success(List<Column>) - Static method in class edu.cmu.cs.cs214.hw5.core.DataResult
-
Create a result that indicates that
the data retrieval completed successfully
and returned the provided list of columns.