Package com.itextpdf.svg
Class SvgConstants.Attributes
java.lang.Object
com.itextpdf.styledxmlparser.CommonAttributeConstants
com.itextpdf.svg.SvgConstants.Attributes
- Enclosing class:
- SvgConstants
Class containing the constant property names for the attributes of tags in the SVG spec
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The Constant BOLD.static final String
Attribute defining the clipping path to be applied to a specific shape or group of shapes.static final String
Attribute defining the clipping rule in a clipping path (or element thereof).static final String
Attribute defining the x value of the center of a circle or ellipse.static final String
Attribute defining the y value of the center of a circle or ellipse.static final String
Attribute defining the outline of a shape.static final String
Attribute defining the relative x-translation of a text-elementstatic final String
Attribute defining the relative y-translation of a text-elementstatic final String
Attribute defining the fill color.static final String
Attribute defining the fill opacity.static final String
Attribute defining the fill rule.static final String
Attribute defining the font family.static final String
Attribute defining the font size.static final String
Attribute defining the font style.static final String
Attribute defining the font weight.static final String
Attribute defining the transformations for a color gradient.static final String
Attribute defining the units relation for a color gradient.static final String
Attribute defining the height.static final String
Attribute defining the href value.static final String
Attribute defining the unique id of an element.static final String
The Constant ITALIC.static final String
Attribute defining the marker to use at the end of a path, line, polygon or polylinestatic final String
Attribute defining the height of the viewport in which the marker is to be fittedstatic final String
Attribute defining the marker drawn at every other vertex but the start and end of a path, line, polygon or polylinestatic final String
Attribute defining the marker to use at the start of a path, line, polygon or polylinestatic final String
Attribute defining the coordinate system for attributes ‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’.static final String
Attribute defining the width of the viewport in which the marker is to be fittedstatic final String
Attribute defining the offset of a stop color for gradients.static final String
Attribute defining the opacity of a group or graphic element.static final String
Attribute defining the orientation of a markerstatic final String
Bearing command.static final String
Catmull-Rom curve command.static final String
Close Path Operator.static final String
CurveTo Path Operator.static final String
Smooth CurveTo Path Operator.static final String
Attribute defining Elliptical arc path operator.static final String
Absolute LineTo Path Operator.static final String
Absolute hrizontal LineTo Path Operator.static final String
Absolute vertical LineTo Path operator.static final String
MoveTo Path Operator.static final String
Quadratic CurveTo Path Operator.static final String
Relative Bearing command.static final String
Relative Catmull-Rom curve command.static final String
Relative CurveTo Path Operator.static final String
Relative Smooth CurveTo Path Operator.static final String
Attribute defining Elliptical arc path operator.static final String
Relative LineTo Path Operator.static final String
Relative horizontal LineTo Path Operator.static final String
Relative vertical LineTo Path operator.static final String
Relative MoveTo Path Operator.static final String
Relative Quadratic CurveTo Path Operator.static final String
Relative Shorthand/smooth quadratic Bézier curveto.static final String
Shorthand/smooth quadratic Bézier curveto.static final String
Attribute defining the coordinate system for the pattern content.static final String
Attribute defining list of transform definitions for the pattern element.static final String
Attribute defining the coordinate system for attributes x, y, width , and height in pattern.static final String
Attribute defining the points of a polyline or polygon.static final String
Attribute defining how to preserve the aspect ratio when scaling.static final String
Attribute defining the radius of a circle.static final String
Attribute defining the x-axis coordinate of the reference point which is to be aligned exactly at the marker position.static final String
Attribute defining the y-axis coordinate of the reference point which is to be aligned exactly at the marker position.static final String
Attribute defining the x-axis of an ellipse or the x-axis radius of rounded rectangles.static final String
Attribute defining the y-axis of an ellipse or the y-axis radius of rounded rectangles.static final String
Attribute defining the spread method for a color gradient.static final String
Attribute defining the stroke color.static final String
Attribute defining the stroke dash offset.static final String
Attribute defining the stroke dash offset.static final String
Attribute defining the stroke linecap.static final String
Attribute defining the stroke miterlimit.static final String
Attribute defingin the stroke opacity.static final String
Attribute defining the stroke width.static final String
Attribute defining the style of an element.static final String
Attribute defining the text anchor used by the textstatic final String
Attribute defining the text content of a text node.static final String
Attribute defining a transformation that needs to be applied.static final String
Attribute defining versionstatic final String
Attribute defining the viewbox of an element.static final String
Attribute defining the width of an element.static final String
Attribute defining the x value of an element.static final String
Attribute defining the first x coordinate value of a line.static final String
Attribute defining the second x coordinate value of a line.static final String
Attribute defining image source.static final String
Attribute defining XML namespacestatic final String
Attribute defining the y value of an element.static final String
Attribute defining the first y coordinate value of a line.static final String
Attribute defining the second y coordinate value of a line.Fields inherited from class com.itextpdf.styledxmlparser.CommonAttributeConstants
CLASS, DISABLED, LANG, REL, STYLESHEET
-
Constructor Summary
-
Method Summary
-
Field Details
-
CLIP_PATH
Attribute defining the clipping path to be applied to a specific shape or group of shapes.- See Also:
-
CLIP_RULE
Attribute defining the clipping rule in a clipping path (or element thereof).- See Also:
-
CX
Attribute defining the x value of the center of a circle or ellipse.- See Also:
-
CY
Attribute defining the y value of the center of a circle or ellipse.- See Also:
-
D
Attribute defining the outline of a shape.- See Also:
-
DX
Attribute defining the relative x-translation of a text-element- See Also:
-
DY
Attribute defining the relative y-translation of a text-element- See Also:
-
FILL
Attribute defining the fill color.- See Also:
-
FILL_OPACITY
Attribute defining the fill opacity.- See Also:
-
FILL_RULE
Attribute defining the fill rule.- See Also:
-
FONT_FAMILY
Attribute defining the font family.- See Also:
-
FONT_WEIGHT
Attribute defining the font weight.- See Also:
-
FONT_STYLE
Attribute defining the font style.- See Also:
-
FONT_SIZE
Attribute defining the font size.- See Also:
-
ITALIC
The Constant ITALIC.- See Also:
-
BOLD
The Constant BOLD.- See Also:
-
GRADIENT_UNITS
Attribute defining the units relation for a color gradient.- See Also:
-
GRADIENT_TRANSFORM
Attribute defining the transformations for a color gradient.- See Also:
-
HEIGHT
Attribute defining the height. Used in several elements.- See Also:
-
HREF
Attribute defining the href value.- See Also:
-
ID
Attribute defining the unique id of an element.- See Also:
-
MARKER_END
Attribute defining the marker to use at the end of a path, line, polygon or polyline- See Also:
-
MARKER_HEIGHT
Attribute defining the height of the viewport in which the marker is to be fitted- See Also:
-
MARKER_MID
Attribute defining the marker drawn at every other vertex but the start and end of a path, line, polygon or polyline- See Also:
-
MARKER_START
Attribute defining the marker to use at the start of a path, line, polygon or polyline- See Also:
-
MARKER_WIDTH
Attribute defining the width of the viewport in which the marker is to be fitted- See Also:
-
MARKER_UNITS
Attribute defining the coordinate system for attributes ‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’.- See Also:
-
OFFSET
Attribute defining the offset of a stop color for gradients.- See Also:
-
OPACITY
Attribute defining the opacity of a group or graphic element.- See Also:
-
ORIENT
Attribute defining the orientation of a marker- See Also:
-
PATH_DATA_CLOSE_PATH
Close Path Operator.- See Also:
-
PATH_DATA_CURVE_TO
CurveTo Path Operator.- See Also:
-
PATH_DATA_REL_CURVE_TO
Relative CurveTo Path Operator.- See Also:
-
PATH_DATA_ELLIPTICAL_ARC_A
Attribute defining Elliptical arc path operator.- See Also:
-
PATH_DATA_REL_ELLIPTICAL_ARC_A
Attribute defining Elliptical arc path operator.- See Also:
-
PATH_DATA_CURVE_TO_S
Smooth CurveTo Path Operator.- See Also:
-
PATH_DATA_REL_CURVE_TO_S
Relative Smooth CurveTo Path Operator.- See Also:
-
PATH_DATA_LINE_TO
Absolute LineTo Path Operator.- See Also:
-
PATH_DATA_LINE_TO_H
Absolute hrizontal LineTo Path Operator.- See Also:
-
PATH_DATA_REL_LINE_TO_H
Relative horizontal LineTo Path Operator.- See Also:
-
PATH_DATA_LINE_TO_V
Absolute vertical LineTo Path operator.- See Also:
-
PATH_DATA_REL_LINE_TO_V
Relative vertical LineTo Path operator.- See Also:
-
PATH_DATA_REL_LINE_TO
Relative LineTo Path Operator.- See Also:
-
PATH_DATA_MOVE_TO
MoveTo Path Operator.- See Also:
-
PATH_DATA_REL_MOVE_TO
Relative MoveTo Path Operator.- See Also:
-
PATH_DATA_SHORTHAND_CURVE_TO
Shorthand/smooth quadratic Bézier curveto.- See Also:
-
PATH_DATA_REL_SHORTHAND_CURVE_TO
Relative Shorthand/smooth quadratic Bézier curveto.- See Also:
-
PATH_DATA_CATMULL_CURVE
Catmull-Rom curve command.- See Also:
-
PATH_DATA_REL_CATMULL_CURVE
Relative Catmull-Rom curve command.- See Also:
-
PATH_DATA_BEARING
Bearing command.- See Also:
-
PATH_DATA_REL_BEARING
Relative Bearing command.- See Also:
-
PATH_DATA_QUAD_CURVE_TO
Quadratic CurveTo Path Operator.- See Also:
-
PATH_DATA_REL_QUAD_CURVE_TO
Relative Quadratic CurveTo Path Operator.- See Also:
-
PATTERN_CONTENT_UNITS
Attribute defining the coordinate system for the pattern content.- See Also:
-
PATTERN_TRANSFORM
Attribute defining list of transform definitions for the pattern element.- See Also:
-
PATTERN_UNITS
Attribute defining the coordinate system for attributes x, y, width , and height in pattern.- See Also:
-
POINTS
Attribute defining the points of a polyline or polygon.- See Also:
-
PRESERVE_ASPECT_RATIO
Attribute defining how to preserve the aspect ratio when scaling.- See Also:
-
R
Attribute defining the radius of a circle.- See Also:
-
REFX
Attribute defining the x-axis coordinate of the reference point which is to be aligned exactly at the marker position.- See Also:
-
REFY
Attribute defining the y-axis coordinate of the reference point which is to be aligned exactly at the marker position.- See Also:
-
RX
Attribute defining the x-axis of an ellipse or the x-axis radius of rounded rectangles.- See Also:
-
RY
Attribute defining the y-axis of an ellipse or the y-axis radius of rounded rectangles.- See Also:
-
SPREAD_METHOD
Attribute defining the spread method for a color gradient.- See Also:
-
STROKE
Attribute defining the stroke color.- See Also:
-
STROKE_DASHARRAY
Attribute defining the stroke dash offset.- See Also:
-
STROKE_DASHOFFSET
Attribute defining the stroke dash offset.- See Also:
-
STROKE_LINECAP
Attribute defining the stroke linecap.- See Also:
-
STROKE_MITERLIMIT
Attribute defining the stroke miterlimit.- See Also:
-
STROKE_OPACITY
Attribute defingin the stroke opacity.- See Also:
-
STROKE_WIDTH
Attribute defining the stroke width.- See Also:
-
STYLE
Attribute defining the style of an element.- See Also:
-
TEXT_CONTENT
Attribute defining the text content of a text node.- See Also:
-
TEXT_ANCHOR
Attribute defining the text anchor used by the text- See Also:
-
TRANSFORM
Attribute defining a transformation that needs to be applied.- See Also:
-
VIEWBOX
Attribute defining the viewbox of an element.- See Also:
-
WIDTH
Attribute defining the width of an element.- See Also:
-
X
Attribute defining the x value of an element.- See Also:
-
X1
Attribute defining the first x coordinate value of a line.- See Also:
-
X2
Attribute defining the second x coordinate value of a line.- See Also:
-
XLINK_HREF
Attribute defining image source.- See Also:
-
XMLNS
Attribute defining XML namespace- See Also:
-
Y
Attribute defining the y value of an element.- See Also:
-
Y1
Attribute defining the first y coordinate value of a line.- See Also:
-
Y2
Attribute defining the second y coordinate value of a line.- See Also:
-
VERSION
Attribute defining version- See Also:
-
-
Constructor Details
-
Attributes
public Attributes()
-