Package com.itextpdf.svg
Class SvgConstants
- java.lang.Object
-
- com.itextpdf.svg.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 specstatic class
SvgConstants.Tags
Class containing the constant property names for the tags in the SVG specstatic class
SvgConstants.Values
Class containing the constants for values appearing in SVG tags and attributes
-
Constructor Summary
Constructors Modifier Constructor Description private
SvgConstants()
-