Package schmitzm.jfree.feature

Interface Summary
FeatureDatasetSelectionModel<D extends Dataset,E,F> This selection model maintains whether items of a Dataset corresponding to features are selected in a chart or not.
 

Class Summary
Feature2CategoryDatasetMapping This class implements the mapping between CategoryDataset items (points in chart) and the corresponding Features.
Feature2DatasetMapping<D extends Dataset,E,F> This class implements the mapping between Dataset items (points in chart) and the corresponding Features.
Feature2SeriesDatasetMapping This class implements the mapping between SeriesDataset items (points in chart) and the corresponding Features.
FeatureCategoryDatasetSelectionModel This class extends the CategoryDatasetSelectionModel with the FeatureDatasetSelectionModel, so that selection operations can directly applied on feature IDs.
FeatureChartPanel This panel is a special SelectableChartPanel which uses special DatasetSelectionModels to connect the chart data with features.
FeatureDatasetMetaData Meta data for dataset whose data bases on features.
FeatureSeriesDatasetSelectionModel This class extends the SeriesDatasetSelectionModel with the FeatureDatasetSelectionModel, so that selection operations can directly applied on feature IDs.