Class StencilSet


  • public class StencilSet
    extends Object
    • Constructor Detail

      • StencilSet

        public StencilSet​(String url,
                          String namespace)
        Constructs a stencilSet with url and namespace
        Parameters:
        url -
        namespace -
      • StencilSet

        public StencilSet​(String url)
        Minimal constructor of an stencilset, only expects an uri
        Parameters:
        url -
    • Method Detail

      • getUrl

        public String getUrl()
        Gice the specific url of an stencilset
        Returns:
        the url
      • setUrl

        public void setUrl​(String url)
        Set a new specific url for an stencilset
        Parameters:
        url - the url to set
      • getNamespace

        public String getNamespace()
        Give the namespace of a stencilset
        Returns:
        the namespace
      • setNamespace

        public void setNamespace​(String namespace)
        Set a new namespace for a stencil set
        Parameters:
        namespace - the namespace to set