Uses of Class
com.jidesoft.range.Category

Packages that use Category
com.jidesoft.range The package contains classes related to Range for JIDE Charts and JIDE Gantt Chart product. 
 

Uses of Category in com.jidesoft.range
 

Methods in com.jidesoft.range that return Category
 Category<T> CategoryRange.getCategory(int position)
          Returns the category with the supplied position value.
 

Methods in com.jidesoft.range that return types with arguments of type Category
 List<Category<T>> CategoryRange.getCategoryValues()
          Returns a list of the category values in this range
 Iterator<Category<T>> CategoryRange.iterator()
          Returns an iterator for the category values
 

Methods in com.jidesoft.range with parameters of type Category
 CategoryRange<T> CategoryRange.add(Category<T> c)
          Adds a category to the range.
 boolean CategoryRange.contains(Category<T> value)
          Determines whether the category range contains the specified category value
 



Copyright © 2013. All Rights Reserved.