Class SvgConstants


  • public final class SvgConstants
    extends java.lang.Object
    A class containing constant values signifying the proeprty names of tags, attribute, CSS-style and certain values in SVG XML.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SvgConstants.Attributes
      Class containing the constant property names for the attributes of tags in the SVG spec
      static class  SvgConstants.Tags
      Class containing the constant property names for the tags in the SVG spec
      static class  SvgConstants.Values
      Class containing the constants for values appearing in SVG tags and attributes
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SvgConstants()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • SvgConstants

        private SvgConstants()