Class SymbolizerBuilder<T extends Symbolizer>

    • Constructor Detail

      • SymbolizerBuilder

        public SymbolizerBuilder​(AbstractSLDBuilder parent)
    • Method Detail

      • buildStyle

        public Style buildStyle()
      • buildRoot

        public Object buildRoot()
      • buildStyleInternal

        protected abstract void buildStyleInternal​(StyleBuilder sb)
      • init

        protected void init​(Builder<T> other)
      • unset

        public AbstractSLDBuilder<T> unset()
        Description copied from interface: Builder
        Configure the Builder to produce null.

        This method allows a Builder to be used as a placeholder; in its unset state the build() method will produce null. If any of the builder methods are used the builder will produce a result.

        Specified by:
        unset in interface Builder<T>
        Returns:
        Builder configured to build null