Package com.kheops.jmap.client.thematic
Class CategoriesFactory
java.lang.Object
com.kheops.jmap.client.thematic.CategoriesFactory
- All Implemented Interfaces:
- Serializable,- Cloneable
- Direct Known Subclasses:
- CustomRangesCategories,- DefinedIntervalCategories,- EqualCountCategories,- EqualRangeCategories,- NaturalBreaksCategories,- PercentRangesCategories,- StandardDeviationCategories
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionabstract Objectclone()protected voidclone(CategoriesFactory fact) double[]abstract Stringdoubledoubleprotected static doubleroundAtDecimal(double roundAt, double value, int multiplier) 
- 
Field Details- 
categoriesBoundsprotected double[] categoriesBounds
 
- 
- 
Constructor Details- 
CategoriesFactorypublic CategoriesFactory()
 
- 
- 
Method Details- 
getCategoriesType- Returns:
- Returns the categoriesType.
 
- 
getMinimumBoundpublic double getMinimumBound()
- 
getMaximumBoundpublic double getMaximumBound()
- 
roundAtDecimalprotected static double roundAtDecimal(double roundAt, double value, int multiplier) 
- 
getCategoriesBoundspublic double[] getCategoriesBounds()
- 
clone
- 
clone
 
-