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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Objectclone()protected voidclone(CategoriesFactory fact) double[]abstract Stringdoubledoubleprotected static doubleroundAtDecimal(double roundAt, double value, int multiplier)
-
Field Details
-
categoriesBounds
protected double[] categoriesBounds
-
-
Constructor Details
-
CategoriesFactory
public CategoriesFactory()
-
-
Method Details
-
getCategoriesType
- Returns:
- Returns the categoriesType.
-
getMinimumBound
public double getMinimumBound() -
getMaximumBound
public double getMaximumBound() -
roundAtDecimal
protected static double roundAtDecimal(double roundAt, double value, int multiplier) -
getCategoriesBounds
public double[] getCategoriesBounds() -
clone
-
clone
-