Interface SVG12ValueConstants

  • All Superinterfaces:
    SVGValueConstants, ValueConstants

    public interface SVG12ValueConstants
    extends SVGValueConstants
    This interface provides constants for SVG 1.2 values.
    Version:
    $Id: SVG12ValueConstants.java 1808001 2017-09-11 09:51:29Z ssteiner $
    • Field Detail

      • START_VALUE

        static final Value START_VALUE
        The 'start' keyword.
      • MIDDLE_VALUE

        static final Value MIDDLE_VALUE
        The 'middle' keyword.
      • END_VALUE

        static final Value END_VALUE
        The 'end' keyword.
      • FULL_VALUE

        static final Value FULL_VALUE
        The 'full' keyword.
      • NORMAL_VALUE

        static final Value NORMAL_VALUE
        The 'normal' keyword, for 'line-height'.