Class SVGAttributeMap


  • public class SVGAttributeMap
    extends java.lang.Object
    Repository of SVG attribute descriptions, accessible by name.
    • Constructor Summary

      Constructors 
      Constructor Description
      SVGAttributeMap()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static SVGAttribute get​(java.lang.String attrName)  
      • Methods inherited from class java.lang.Object

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

      • SVGAttributeMap

        public SVGAttributeMap()
    • Method Detail

      • get

        public static SVGAttribute get​(java.lang.String attrName)
        Parameters:
        attrName - SVG name of the requested attribute
        Returns:
        attribute with requested name