Package repast.simphony.gis.styleEditor
Class ByRangePanelMediator
java.lang.Object
repast.simphony.gis.styleEditor.ByRangePanelMediator
Mediates between the different components in ByRangePanel.
- Author:
- Nick Collier, Eric Tatara
-
Constructor Summary
ConstructorDescriptionByRangePanelMediator
(org.opengis.feature.type.FeatureType featureType, org.geotools.styling.Rule rule) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
classesChanged
(int classes) Called whenever the classes count changesorg.geotools.styling.Rule
org.geotools.styling.FeatureTypeStyle
double
getMax()
double
getMin()
void
void
maxChanged
(double max) void
minChanged
(double min) void
void
replaceRule
(org.geotools.styling.Rule oldRule, org.geotools.styling.Rule newRule) void
setDefaultRule
(org.geotools.styling.Rule defaultRule) void
-
Constructor Details
-
ByRangePanelMediator
public ByRangePanelMediator(org.opengis.feature.type.FeatureType featureType, org.geotools.styling.Rule rule)
-
-
Method Details
-
getMin
public double getMin() -
getMax
public double getMax() -
getDefaultRule
public org.geotools.styling.Rule getDefaultRule() -
setDefaultRule
public void setDefaultRule(org.geotools.styling.Rule defaultRule) -
getPaletteModel
-
getClassifcationTypeModel
-
getAttributeModel
-
getPreviewTableModel
-
getMarkModel
-
classesChanged
public void classesChanged(int classes) Called whenever the classes count changes- Parameters:
classes
- the new number of classes
-
paletteChanged
public void paletteChanged() -
minChanged
public void minChanged(double min) -
maxChanged
public void maxChanged(double max) -
typeChanged
public void typeChanged() -
attributeChanged
public void attributeChanged() -
replaceRule
public void replaceRule(org.geotools.styling.Rule oldRule, org.geotools.styling.Rule newRule) -
getFeatureTypeStyle
public org.geotools.styling.FeatureTypeStyle getFeatureTypeStyle() -
init
-