- data() - Method in class edu.cmu.cs.cs214.hw5.core.Column
-
Get the data associated with this column.
- Data - Class in edu.cmu.cs.cs214.hw5.core
-
A data set fit for display by a specific data view plugin.
- Data(List<Series>, Map<ColumnSpecification, Column>) - Constructor for class edu.cmu.cs.cs214.hw5.core.Data
-
Create a data set with the provided series and shared data.
- data() - Method in class edu.cmu.cs.cs214.hw5.core.Series
-
Get an unmodifiable view of the data stored in this series:
each column specification is mapped to the column that stores the actual data.
- DATA_VALUE - Static variable in class plugins.view.ChoroplethViewSpecification
-
- DataResult - Class in edu.cmu.cs.cs214.hw5.core
-
A DataResult
represents the result of attempting to load data from a data source.
- DataSource - Class in edu.cmu.cs.cs214.hw5.core
-
A DataSource
is a GUI component
used to configure the source of data to be visualized.
- DataSource() - Constructor for class edu.cmu.cs.cs214.hw5.core.DataSource
-
- DataSourceSpecification - Interface in edu.cmu.cs.cs214.hw5.core
-
A description of a kind of data source,
which can be used to present a description of the data source in a user interface
before actually creating the component.
- DataView - Class in edu.cmu.cs.cs214.hw5.core
-
A DataView
displays a visual representation of some data.
- DataView() - Constructor for class edu.cmu.cs.cs214.hw5.core.DataView
-
- DataViewSpecification - Interface in edu.cmu.cs.cs214.hw5.core
-
A description of a kind of data view,
which can be used to present a description of the data view in a user interface
and obtain the data specification requirements of the view
before actually creating the component.