Class ExcludeShapesByTag.Config

  • Enclosing class:
    ExcludeShapesByTag

    public static final class ExcludeShapesByTag.Config
    extends java.lang.Object
    excludeShapesByTag configuration.
    • Constructor Summary

      Constructors 
      Constructor Description
      Config()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.lang.String> getTags()
      Gets the set of tags that causes shapes to be removed.
      void setTags​(java.util.Set<java.lang.String> tags)
      Sets the set of tags that causes shapes to be removed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Config

        public Config()
    • Method Detail

      • getTags

        public java.util.Set<java.lang.String> getTags()
        Gets the set of tags that causes shapes to be removed.
        Returns:
        Returns the removal tags.
      • setTags

        public void setTags​(java.util.Set<java.lang.String> tags)
        Sets the set of tags that causes shapes to be removed.
        Parameters:
        tags - Tags that cause shapes to be removed.