Class ByValuePanel

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, IStyleEditor

public class ByValuePanel extends JPanel implements IStyleEditor
The "Value Style" panel in the GisStyleEditor dialog that provides the capability of setting the shape fill color using value rules.
Author:
Nick Collier, Eric Tatara
See Also:
  • Constructor Details

    • ByValuePanel

      public ByValuePanel()
  • Method Details

    • getStyle

      public org.geotools.styling.Style getStyle()
      Specified by:
      getStyle in interface IStyleEditor
    • init

      public void init(org.opengis.feature.type.FeatureType type, org.geotools.styling.Style style, org.geotools.data.FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature> source)