Class StyleEditorPanel

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

public class StyleEditorPanel extends JPanel implements IStyleEditor
Panel that holds the various sub-panel editors (Basic, Rule, Value, etc.).
Author:
Nick Collier, Eric Tatara
See Also:
  • Constructor Details

    • StyleEditorPanel

      public StyleEditorPanel()
  • Method Details

    • setData

      public void setData(org.opengis.feature.simple.SimpleFeatureType featureType, org.geotools.styling.Style style, org.geotools.data.FeatureSource source)
    • getStyle

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