Class SvgConstants.Values

  • Enclosing class:
    SvgConstants

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

      Fields 
      Modifier and Type Field Description
      static java.lang.String AUTO
      Value representing automatic orientation for the marker attribute orient.
      static java.lang.String AUTO_START_REVERSE
      Value representing reverse automatic orientation for the start marker.
      static java.lang.String BUTT
      Value representing the default value for the stroke linecap.
      static java.lang.String DEFAULT_ASPECT_RATIO
      Value representing the default aspect ratio: xmidymid.
      static java.lang.String DEFER
      Value representing how to preserve the aspect ratio when dealing with images.
      static java.lang.String FILL_RULE_EVEN_ODD
      Value representing the fill rule "even odd".
      static java.lang.String FILL_RULE_NONZERO
      Value representing the fill rule "nonzero".
      static java.lang.String MEET
      Value representing the meet for preserve aspect ratio calculations.
      static java.lang.String NONE
      Value representing the "none" value".
      static java.lang.String OBJECT_BOUNDING_BOX
      Value representing the units relation "objectBoundingBox".
      static java.lang.String SLICE
      The value representing slice for the preserve aspect ratio calculations;
      static java.lang.String SPREAD_METHOD_PAD
      Value representing the gradient spread method "pad".
      static java.lang.String SPREAD_METHOD_REFLECT
      Value representing the gradient spread method "reflect".
      static java.lang.String SPREAD_METHOD_REPEAT
      Value representing the gradient spread method "repeat".
      static java.lang.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.
      static java.lang.String TEXT_ANCHOR_END
      Value representing the text-alignment end for text objects
      static java.lang.String TEXT_ANCHOR_MIDDLE
      Value representing the text-alignment middle for text objects
      static java.lang.String TEXT_ANCHOR_START
      Value representing the text-alignment start for text objects
      static java.lang.String USER_SPACE_ON_USE
      Value representing the units relation "userSpaceOnUse".
      static java.lang.String VERSION1_1  
      static java.lang.String XMAX_YMAX
      Value representing how to align when scaling.
      static java.lang.String XMAX_YMID
      Value representing how to align when scaling.
      static java.lang.String XMAX_YMIN
      Value representing how to align when scaling.
      static java.lang.String XMID_YMAX
      Value representing how to align when scaling.
      static java.lang.String XMID_YMID
      Value representing how to align when scaling.
      static java.lang.String XMID_YMIN
      Value representing how to align when scaling.
      static java.lang.String XMIN_YMAX
      Value representing how to align when scaling.
      static java.lang.String XMIN_YMID
      Value representing how to align when scaling.
      static java.lang.String XMIN_YMIN
      Value representing how to align when scaling.
    • Constructor Summary

      Constructors 
      Constructor Description
      Values()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AUTO

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

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

        public static final java.lang.String BUTT
        Value representing the default value for the stroke linecap.
        See Also:
        Constant Field Values
      • DEFAULT_ASPECT_RATIO

        public static final java.lang.String DEFAULT_ASPECT_RATIO
        Value representing the default aspect ratio: xmidymid.
        See Also:
        Constant Field Values
      • DEFER

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

        public static final java.lang.String FILL_RULE_EVEN_ODD
        Value representing the fill rule "even odd".
        See Also:
        Constant Field Values
      • FILL_RULE_NONZERO

        public static final java.lang.String FILL_RULE_NONZERO
        Value representing the fill rule "nonzero".
        See Also:
        Constant Field Values
      • MEET

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

        public static final java.lang.String NONE
        Value representing the "none" value".
        See Also:
        Constant Field Values
      • OBJECT_BOUNDING_BOX

        public static final java.lang.String OBJECT_BOUNDING_BOX
        Value representing the units relation "objectBoundingBox".
        See Also:
        Constant Field Values
      • SLICE

        public static final java.lang.String SLICE
        The value representing slice for the preserve aspect ratio calculations;
        See Also:
        Constant Field Values
      • TEXT_ANCHOR_END

        public static final java.lang.String TEXT_ANCHOR_END
        Value representing the text-alignment end for text objects
        See Also:
        Constant Field Values
      • TEXT_ANCHOR_MIDDLE

        public static final java.lang.String TEXT_ANCHOR_MIDDLE
        Value representing the text-alignment middle for text objects
        See Also:
        Constant Field Values
      • TEXT_ANCHOR_START

        public static final java.lang.String TEXT_ANCHOR_START
        Value representing the text-alignment start for text objects
        See Also:
        Constant Field Values
      • SPREAD_METHOD_PAD

        public static final java.lang.String SPREAD_METHOD_PAD
        Value representing the gradient spread method "pad".
        See Also:
        Constant Field Values
      • SPREAD_METHOD_REPEAT

        public static final java.lang.String SPREAD_METHOD_REPEAT
        Value representing the gradient spread method "repeat".
        See Also:
        Constant Field Values
      • SPREAD_METHOD_REFLECT

        public static final java.lang.String SPREAD_METHOD_REFLECT
        Value representing the gradient spread method "reflect".
        See Also:
        Constant Field Values
      • STROKEWIDTH

        public static final java.lang.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:
        Constant Field Values
      • USER_SPACE_ON_USE

        public static final java.lang.String USER_SPACE_ON_USE
        Value representing the units relation "userSpaceOnUse".
        See Also:
        Constant Field Values
      • XMIN_YMIN

        public static final java.lang.String XMIN_YMIN
        Value representing how to align when scaling.
        See Also:
        Constant Field Values
      • XMIN_YMID

        public static final java.lang.String XMIN_YMID
        Value representing how to align when scaling.
        See Also:
        Constant Field Values
      • XMIN_YMAX

        public static final java.lang.String XMIN_YMAX
        Value representing how to align when scaling.
        See Also:
        Constant Field Values
      • XMID_YMID

        public static final java.lang.String XMID_YMID
        Value representing how to align when scaling.
        See Also:
        Constant Field Values
      • XMID_YMIN

        public static final java.lang.String XMID_YMIN
        Value representing how to align when scaling.
        See Also:
        Constant Field Values
      • XMID_YMAX

        public static final java.lang.String XMID_YMAX
        Value representing how to align when scaling.
        See Also:
        Constant Field Values
      • XMAX_YMIN

        public static final java.lang.String XMAX_YMIN
        Value representing how to align when scaling.
        See Also:
        Constant Field Values
      • XMAX_YMID

        public static final java.lang.String XMAX_YMID
        Value representing how to align when scaling.
        See Also:
        Constant Field Values
      • XMAX_YMAX

        public static final java.lang.String XMAX_YMAX
        Value representing how to align when scaling.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Values

        public Values()