Interface Style

    • Method Detail

      • initialize

        void initialize​(Layer layer)
        Called before #paint is applied to each Feature.
        Parameters:
        layer - the layer on which to apply this style
      • setEnabled

        void setEnabled​(boolean enabled)
      • isEnabled

        boolean isEnabled()
        Returns:
        false if #paint should not be called e.g. because vertices are not shown. Don't need to check whether the layer is visible.