Class ColoringRuleFactory
java.lang.Object
org.apache.sedona.viz.extension.coloringRule.ColoringRuleFactory
A factory for creating ColoringRule objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ColoringRulegetColoringRule(String ruleName) Gets the coloring rule.
-
Constructor Details
-
ColoringRuleFactory
public ColoringRuleFactory()
-
-
Method Details
-
getColoringRule
Gets the coloring rule.- Parameters:
ruleName- the rule name- Returns:
- the coloring rule
-