- generateDatasets() - Method in class edu.cmu.cs.cs214.hw5.util.AbstractDataViewFixture
-
Create the data sets to display in the preview.
- generateSeries(Random, String) - Method in class edu.cmu.cs.cs214.hw5.util.AbstractDataViewFixture
-
Generate a series of the given name,
using the provided source of randomness if necessary.
- generateSharedData(Random) - Method in class edu.cmu.cs.cs214.hw5.util.AbstractDataViewFixture
-
Generate shared data for a Data
set,
using the provided source of randomness if necessary.
- getName() - Method in class edu.cmu.cs.cs214.hw5.columns.AbstractColumn
-
- getName() - Method in interface edu.cmu.cs.cs214.hw5.core.ColumnSpecification
-
Get a human-readable name of this column.
- getRandomSource() - Method in class edu.cmu.cs.cs214.hw5.util.AbstractDataViewFixture
-
Get a source of randomness to use throughout the data generation process.
- getTypeName() - Method in class edu.cmu.cs.cs214.hw5.columns.IntegerColumn
-
- getTypeName() - Method in class edu.cmu.cs.cs214.hw5.columns.NumericColumn
-
- getTypeName() - Method in class edu.cmu.cs.cs214.hw5.columns.StringColumn
-
- getTypeName() - Method in interface edu.cmu.cs.cs214.hw5.core.ColumnSpecification
-
Get a human-readable name of this type of column specification.
- getTypeName() - Method in class plugins.view.PolygonColumn
-
- gradient(double) - Static method in class edu.cmu.cs.cs214.hw5.util.Utilities
-
Produce a color value at a certain point along a gradient.
- GUIUtilities - Class in edu.cmu.cs.cs214.hw5.util
-
A suite of utility methods that may be useful for constructing Swing components
in a style consistent with the rest of the framework.