Class Capabilities.Style

  • Enclosing class:
    Capabilities

    protected static class Capabilities.Style
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.w3c.dom.Element element  
      protected Capabilities.Layer layer  
      protected java.lang.String name  
      protected java.lang.String title  
    • Constructor Summary

      Constructors 
      Constructor Description
      Style​(org.w3c.dom.Element element, Capabilities.Layer layer)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • element

        protected final org.w3c.dom.Element element
      • name

        protected java.lang.String name
      • title

        protected java.lang.String title
    • Constructor Detail