|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Category in sonification.dataimport.visbards_resourcetoolkit.graph |
|---|
| Methods in sonification.dataimport.visbards_resourcetoolkit.graph that return Category | |
|---|---|
Category |
CategoryGraphView.getCategory()
|
| Methods in sonification.dataimport.visbards_resourcetoolkit.graph with parameters of type Category | |
|---|---|
void |
DatasetView.categoryAdded(CategoryPool source,
Category cat)
Indicates that a category has been added to the system. |
void |
CategoryGraphView.categoryChanged(Category source,
int eventID)
|
void |
DatasetView.categoryRemoved(CategoryPool source,
Category cat)
Indicates that a category has been removed from the system. |
| Constructors in sonification.dataimport.visbards_resourcetoolkit.graph with parameters of type Category | |
|---|---|
CategoryGraphView(Category cat,
Dataset set,
boolean realtime)
|
|
| Uses of Category in sonification.dataimport.visbards_resourcetoolkit.model |
|---|
| Methods in sonification.dataimport.visbards_resourcetoolkit.model that return Category | |
|---|---|
Category[] |
CategoryPool.getAllCategories()
Returns all categories in the system. |
Category[] |
DefaultCategoryPool.getAllCategories()
Returns all categories in the system. |
Category[] |
CategoryPool.getCategories(int capability,
boolean presentationalOnly)
Returns all categories with appropriate capability |
Category[] |
DefaultCategoryPool.getCategories(int capability,
boolean presentationalOnly)
Returns all categories with appropriate capability |
Category |
CategoryPool.getCategory(java.lang.String name)
Returns a category with the specified name, if not avaliable returns null. |
Category |
DefaultCategoryPool.getCategory(java.lang.String name)
Returns a category with the specified name, if not avaliable returns null. |
Category[] |
CategoryPool.getDataCategories()
Returns all non-pseudo categories in the system. |
Category[] |
DefaultCategoryPool.getDataCategories()
Returns all non-pseudo categories in the system. |
Category[] |
CategoryPool.getPresentationalCategories()
Returns all presentational categoryes. |
Category[] |
DefaultCategoryPool.getPresentationalCategories()
Returns all presentational categoryes. |
| Methods in sonification.dataimport.visbards_resourcetoolkit.model with parameters of type Category | |
|---|---|
void |
CategoryPool.addCategory(Category cat)
Add a category to the system. |
void |
DefaultCategoryPool.addCategory(Category cat)
Add a category to the system. |
void |
CategoryPoolListener.categoryAdded(CategoryPool source,
Category cat)
Indicates that a category has been added to the system. |
void |
DefaultDatasetContainer.categoryAdded(CategoryPool source,
Category cat)
Indicates that a category has been added to the system. |
void |
DefaultPropertyContainer.categoryAdded(CategoryPool source,
Category cat)
Indicates that a category has been added to the system. |
void |
DefaultDataset.categoryChanged(Category source,
int eventID)
An event indicating something about the category has changed. |
void |
CategoryPoolListener.categoryRemoved(CategoryPool source,
Category cat)
Indicates that a category has been removed from the system. |
void |
DefaultDatasetContainer.categoryRemoved(CategoryPool source,
Category cat)
Indicates that a category has been removed from the system. |
void |
DefaultPropertyContainer.categoryRemoved(CategoryPool source,
Category cat)
Indicates that a category has been removed from the system. |
Range |
DatasetContainer.computeOverallCategoryRange(Category cat)
Returns the overall datarange for the specified category |
Range |
DefaultDatasetContainer.computeOverallCategoryRange(Category cat)
Returns the overall datarange for the specified category |
void |
CategoryPool.removeCategory(Category cat)
Remove a category from the system. |
void |
DefaultCategoryPool.removeCategory(Category cat)
Remove a category from the system. |
| Uses of Category in sonification.dataimport.visbards_resourcetoolkit.repository |
|---|
| Methods in sonification.dataimport.visbards_resourcetoolkit.repository that return Category | |
|---|---|
Category[] |
Repository.getStoredCategories()
Returns the categories for which the repository has data. |
Category |
Repository.getStoredCategory(java.lang.String type)
Returns the category referenced by name stored in this repository. |
| Methods in sonification.dataimport.visbards_resourcetoolkit.repository with parameters of type Category | |
|---|---|
double |
Repository.computeApproximateDelta(Category cat,
int startrow,
int endrow)
Returns the approximate delta for this category. |
Range |
Repository.computeDataRange(Category cat,
int startrow,
int endrow)
Returns the range of values stored for the specified category for the specified rows. |
Range |
Repository.computeRowRange(Category time,
Range rng)
Converts the timeRange to rowRange relative to this dataset. |
float |
Repository.getScalar(Category cat,
int row)
Compute a scalar for the following cateogory for the specified row using the data from this repository. |
double |
Repository.getScalarDouble(Category cat,
int row)
Compute a scalar for the following cateogory for the specified row using the data from this repository. |
float[] |
Repository.getVector(Category cat,
int row)
Compute a vector for the following category for the specified row using the data from the repository. |
double[] |
Repository.getVectorDouble(Category cat,
int row)
Compute a vector for the following category for the specified row using the data from the repository. |
boolean |
Repository.isComputable(Category cat)
Returns true if this category can be computed using data stored in this repository. |
void |
RepositoryWritable.reset(Category[] cats,
Resource rsrc,
int numrows)
Wipes out the repository data. |
void |
RepositoryWritable.setScalar(Category cat,
int row,
float scalar)
Modifies the scalar value for a particular category at the specified row |
void |
RepositoryWritable.setScalarDouble(Category cat,
int row,
double scalar)
Modifies the scalar value for a particular category at the specified row |
void |
RepositoryWritable.setVector(Category cat,
int row,
float[] vector)
Modifies the vector value for a particular category at the specified row |
void |
RepositoryWritable.setVectorDouble(Category cat,
int row,
double[] vector)
Modifies the vector value for a particular category at the specified row |
| Uses of Category in sonification.dataimport.visbards_resourcetoolkit.repository.category |
|---|
| Subinterfaces of Category in sonification.dataimport.visbards_resourcetoolkit.repository.category | |
|---|---|
interface |
PseudoCategory
|
| Classes in sonification.dataimport.visbards_resourcetoolkit.repository.category that implement Category | |
|---|---|
class |
DefaultPseudoCategory
|
class |
PseudoLocation
|
| Fields in sonification.dataimport.visbards_resourcetoolkit.repository.category declared as Category | |
|---|---|
protected Category |
DefaultPseudoCategory.fParent
|
| Methods in sonification.dataimport.visbards_resourcetoolkit.repository.category that return Category | |
|---|---|
Category |
CategoryFactory.createBaseCategory(CategoryType type)
|
Category |
DefaultPseudoCategory.getParent()
Returns the parent of this pseudocategory |
Category |
PseudoCategory.getParent()
Returns the parent of this pseudocategory |
| Methods in sonification.dataimport.visbards_resourcetoolkit.repository.category with parameters of type Category | |
|---|---|
void |
PseudoLocation.categoryAdded(CategoryPool source,
Category cat)
Indicates that a category has been added to the system. |
void |
CategoryListener.categoryChanged(Category source,
int eventID)
An event indicating something about the category has changed. |
void |
PseudoLocation.categoryRemoved(CategoryPool source,
Category cat)
Indicates that a category has been removed from the system. |
PseudoCategory |
CategoryFactory.createPseudoCategory(Category base)
|
| Constructors in sonification.dataimport.visbards_resourcetoolkit.repository.category with parameters of type Category | |
|---|---|
DefaultPseudoCategory(Category parent,
boolean presentational)
|
|
PseudoLocation(Category parent,
boolean presentational)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||