|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use CategoryRange | |
| com.tensegrity.composite.coordinate | Provides interfaces and classes for creating and dealing with coordinate systems. |
| com.tensegrity.composite.coordinate.range | Contains interfaces and classes providing the functionality of dividing coordinate systems into different ranges. |
| Uses of CategoryRange in com.tensegrity.composite.coordinate |
| Methods in com.tensegrity.composite.coordinate that return CategoryRange | |
CategoryRange |
MutableCategoryScale.getCategoryRangeAt(int index)
Returns the CategoryRange at the given index.
|
CategoryRange |
DefaultMutableTableCellCategoryScale.getCategoryRangeAt(int index)
|
CategoryRange |
DefaultMutableCategoryScale.getCategoryRangeAt(int index)
|
| Methods in com.tensegrity.composite.coordinate with parameters of type CategoryRange | |
void |
MutableCategoryScale.setCategoryRange(CategoryRange range)
Adds the CategoryRange given by range to the
CategoryRanges this MutableCategoryScale
provides. |
void |
DefaultMutableTableCellCategoryScale.setCategoryRange(CategoryRange rangeNew)
|
void |
DefaultMutableCategoryScale.setCategoryRange(CategoryRange rangeNew)
|
| Uses of CategoryRange in com.tensegrity.composite.coordinate.range |
| Classes in com.tensegrity.composite.coordinate.range that implement CategoryRange | |
class |
DefaultCategoryRange
Default implementation of interface CategoryRange. |
| Methods in com.tensegrity.composite.coordinate.range that return CategoryRange | |
CategoryRange |
CategoryRange.deepCopy()
Deep copies the CategoryRange object. |
CategoryRange |
DefaultCategoryRange.deepCopy()
Returns a deep-copy of this CategoryRange-instance. |
| Methods in com.tensegrity.composite.coordinate.range with parameters of type CategoryRange | |
static void |
RangeUtilities.insertRange(java.util.List ranges,
CategoryRange range)
Inserts the given CategoryRange into the given
List of CategoryRanges. |
| Constructors in com.tensegrity.composite.coordinate.range with parameters of type CategoryRange | |
DefaultCategoryRange(CategoryRange range)
Copy-Constructor for DefaultCategoryRange. |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||