Package com.itextpdf.svg
Class SvgConstants.Values
java.lang.Object
com.itextpdf.svg.SvgConstants.Values
- Enclosing class:
- SvgConstants
Class containing the constants for values appearing in SVG tags and attributes
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Value representing automatic orientation for the marker attribute orient.static final String
Value representing reverse automatic orientation for the start marker.static final String
Value representing the default value for the stroke linecap.static final String
Value representing the default aspect ratio: xmidymid.static final String
Value representing how to preserve the aspect ratio when dealing with images.static final String
Value representing the fill rule "even odd".static final String
Value representing the fill rule "nonzero".static final String
Value representing the meet for preserve aspect ratio calculations.static final String
Value representing the "none" value".static final String
Value representing the units relation "objectBoundingBox".static final String
The value representing slice for the preserve aspect ratio calculations;static final String
Value representing the gradient spread method "pad".static final String
Value representing the gradient spread method "reflect".static final String
Value representing the gradient spread method "repeat".static final String
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 final String
Value representing the text-alignment end for text objectsstatic final String
Value representing the text-alignment middle for text objectsstatic final String
Value representing the text-alignment start for text objectsstatic final String
Value representing the units relation "userSpaceOnUse".static final String
static final String
Value representing how to align when scaling.static final String
Value representing how to align when scaling.static final String
Value representing how to align when scaling.static final String
Value representing how to align when scaling.static final String
Value representing how to align when scaling.static final String
Value representing how to align when scaling.static final String
Value representing how to align when scaling.static final String
Value representing how to align when scaling.static final String
Value representing how to align when scaling. -
Constructor Summary
-
Method Summary
-
Field Details
-
AUTO
Value representing automatic orientation for the marker attribute orient.- See Also:
-
AUTO_START_REVERSE
Value representing reverse automatic orientation for the start marker.- See Also:
-
BUTT
Value representing the default value for the stroke linecap.- See Also:
-
DEFAULT_ASPECT_RATIO
Value representing the default aspect ratio: xmidymid.- See Also:
-
DEFER
Value representing how to preserve the aspect ratio when dealing with images.- See Also:
-
FILL_RULE_EVEN_ODD
Value representing the fill rule "even odd".- See Also:
-
FILL_RULE_NONZERO
Value representing the fill rule "nonzero".- See Also:
-
MEET
Value representing the meet for preserve aspect ratio calculations.- See Also:
-
NONE
Value representing the "none" value".- See Also:
-
OBJECT_BOUNDING_BOX
Value representing the units relation "objectBoundingBox".- See Also:
-
SLICE
The value representing slice for the preserve aspect ratio calculations;- See Also:
-
TEXT_ANCHOR_END
Value representing the text-alignment end for text objects- See Also:
-
TEXT_ANCHOR_MIDDLE
Value representing the text-alignment middle for text objects- See Also:
-
TEXT_ANCHOR_START
Value representing the text-alignment start for text objects- See Also:
-
SPREAD_METHOD_PAD
Value representing the gradient spread method "pad".- See Also:
-
SPREAD_METHOD_REPEAT
Value representing the gradient spread method "repeat".- See Also:
-
SPREAD_METHOD_REFLECT
Value representing the gradient spread method "reflect".- See Also:
-
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
Value representing the units relation "userSpaceOnUse".- See Also:
-
XMIN_YMIN
Value representing how to align when scaling.- See Also:
-
XMIN_YMID
Value representing how to align when scaling.- See Also:
-
XMIN_YMAX
Value representing how to align when scaling.- See Also:
-
XMID_YMID
Value representing how to align when scaling.- See Also:
-
XMID_YMIN
Value representing how to align when scaling.- See Also:
-
XMID_YMAX
Value representing how to align when scaling.- See Also:
-
XMAX_YMIN
Value representing how to align when scaling.- See Also:
-
XMAX_YMID
Value representing how to align when scaling.- See Also:
-
XMAX_YMAX
Value representing how to align when scaling.- See Also:
-
VERSION1_1
- See Also:
-
-
Constructor Details
-
Values
public Values()
-