Class RuleEditPanel

    • Field Detail

      • 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_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 Detail

      • RuleEditPanel

        public RuleEditPanel()
    • Method Detail

      • 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()