Package com.itextpdf.svg

Class SvgConstants.Values

java.lang.Object
com.itextpdf.svg.SvgConstants.Values
Enclosing class:
SvgConstants

public static final class SvgConstants.Values extends Object
Class containing the constants for values appearing in SVG tags and attributes
  • Field Details

    • AUTO

      public static final String AUTO
      Value representing automatic orientation for the marker attribute orient.
      See Also:
    • AUTO_START_REVERSE

      public static final String AUTO_START_REVERSE
      Value representing reverse automatic orientation for the start marker.
      See Also:
    • BUTT

      public static final String BUTT
      Value representing the default value for the stroke linecap.
      See Also:
    • DEFAULT_ASPECT_RATIO

      public static final String DEFAULT_ASPECT_RATIO
      Value representing the default aspect ratio: xmidymid.
      See Also:
    • DEFER

      public static final String DEFER
      Value representing how to preserve the aspect ratio when dealing with images.
      See Also:
    • FILL_RULE_EVEN_ODD

      public static final String FILL_RULE_EVEN_ODD
      Value representing the fill rule "even odd".
      See Also:
    • FILL_RULE_NONZERO

      public static final String FILL_RULE_NONZERO
      Value representing the fill rule "nonzero".
      See Also:
    • MEET

      public static final String MEET
      Value representing the meet for preserve aspect ratio calculations.
      See Also:
    • NONE

      public static final String NONE
      Value representing the "none" value".
      See Also:
    • OBJECT_BOUNDING_BOX

      public static final String OBJECT_BOUNDING_BOX
      Value representing the units relation "objectBoundingBox".
      See Also:
    • SLICE

      public static final String SLICE
      The value representing slice for the preserve aspect ratio calculations;
      See Also:
    • TEXT_ANCHOR_END

      public static final String TEXT_ANCHOR_END
      Value representing the text-alignment end for text objects
      See Also:
    • TEXT_ANCHOR_MIDDLE

      public static final String TEXT_ANCHOR_MIDDLE
      Value representing the text-alignment middle for text objects
      See Also:
    • TEXT_ANCHOR_START

      public static final String TEXT_ANCHOR_START
      Value representing the text-alignment start for text objects
      See Also:
    • SPREAD_METHOD_PAD

      public static final String SPREAD_METHOD_PAD
      Value representing the gradient spread method "pad".
      See Also:
    • SPREAD_METHOD_REPEAT

      public static final String SPREAD_METHOD_REPEAT
      Value representing the gradient spread method "repeat".
      See Also:
    • SPREAD_METHOD_REFLECT

      public static final String SPREAD_METHOD_REFLECT
      Value representing the gradient spread method "reflect".
      See Also:
    • STROKEWIDTH

      public static final String STROKEWIDTH
      The value for markerUnits that represent values in a coordinate system which has a single unit equal the size in user units of the current stroke width.
      See Also:
    • USER_SPACE_ON_USE

      public static final String USER_SPACE_ON_USE
      Value representing the units relation "userSpaceOnUse".
      See Also:
    • XMIN_YMIN

      public static final String XMIN_YMIN
      Value representing how to align when scaling.
      See Also:
    • XMIN_YMID

      public static final String XMIN_YMID
      Value representing how to align when scaling.
      See Also:
    • XMIN_YMAX

      public static final String XMIN_YMAX
      Value representing how to align when scaling.
      See Also:
    • XMID_YMID

      public static final String XMID_YMID
      Value representing how to align when scaling.
      See Also:
    • XMID_YMIN

      public static final String XMID_YMIN
      Value representing how to align when scaling.
      See Also:
    • XMID_YMAX

      public static final String XMID_YMAX
      Value representing how to align when scaling.
      See Also:
    • XMAX_YMIN

      public static final String XMAX_YMIN
      Value representing how to align when scaling.
      See Also:
    • XMAX_YMID

      public static final String XMAX_YMID
      Value representing how to align when scaling.
      See Also:
    • XMAX_YMAX

      public static final String XMAX_YMAX
      Value representing how to align when scaling.
      See Also:
    • VERSION1_1

      public static final String VERSION1_1
      See Also:
  • Constructor Details

    • Values

      public Values()