Class RuleEditPanel

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

public class RuleEditPanel extends JPanel implements IStyleEditor
Editor panel for single rule GIS style that lets the user specify the style shape, fill, line color, etc.
Author:
Tom Howe, Eric Tatara
See Also:
  • Field Details

    • NO_PROPERTY_LABEL

      protected static final String NO_PROPERTY_LABEL
      See Also:
    • styleBuilder

      protected org.geotools.styling.StyleBuilder styleBuilder
    • expBuilder

      protected org.geotools.brewer.styling.filter.expression.ExpressionBuilder expBuilder
    • type

      protected org.opengis.feature.simple.SimpleFeatureType type
    • rule

      protected org.geotools.styling.Rule rule
    • symbolizer

      protected org.geotools.styling.Symbolizer symbolizer
    • preferred

      protected Dimension preferred
    • preferred_lg

      protected Dimension preferred_lg
    • titlesVisible

      protected boolean titlesVisible
    • filterVisible

      protected boolean filterVisible
    • fillVisible

      protected boolean fillVisible
    • markVisible

      protected boolean markVisible
    • strokeVisible

      protected boolean strokeVisible
  • Constructor Details

    • RuleEditPanel

      public RuleEditPanel()
  • Method Details

    • init

      public void init(org.opengis.feature.simple.SimpleFeatureType type, org.geotools.styling.Rule rule)
    • setRule

      public void setRule(org.geotools.styling.Rule rule)
    • showFillPane

      public void showFillPane(boolean show)
    • showMarkPane

      public void showMarkPane(boolean show)
    • showStrokePane

      public void showStrokePane(boolean show)
    • getStyle

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

      public org.geotools.styling.Rule getRule()
    • updatePreview

      public void updatePreview()