Class SvgConstants.Tags
java.lang.Object
com.itextpdf.svg.SvgConstants.Tags
- Enclosing class:
SvgConstants
Class containing the constant property names for the tags in the SVG spec
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringTag defining a Hyperlink.static final StringAlternate glyphs to be used instead of regular grlyphs, e.g.static final StringDefines a set of glyph substitions.static final StringDefines a candidate set of glyph substitutions.static final StringNot supported in PDF.static final StringNot supported in PDF.static final StringNot supported in PDF.static final StringNot supported in PDF.static final StringTag defining acircle.static final StringTag defining a clipping path.static final StringTag defining the color profile to be used.static final StringNot supported in PDFstatic final StringTag defining objects that can be reused from another contextstatic final StringTag defining the description of its parent elementstatic final StringTag defining anellipse.static final StringTag defining how to blend two objects together.static final StringTag defining the color matrix transformations that can be performed.static final StringTag defining color component remapping.static final StringTag defining the combination of two input images.static final StringTag defining a matrix convolution filterstatic final StringTag defining the lighting map.static final StringTag defining the values to displace an image.static final StringTag defining a distant light source.static final StringTag defining the fill of a subregion.static final StringTag defining the transfer function for the Alpha component.static final StringTag defining the transfer function for the Blue component.static final StringTag defining the transfer function for the Green component.static final StringTag defining the transfer function for the Red component.static final StringTag defining the blur values.static final StringTag defining a image data from a source.static final StringTag defining that filters will be applied concurrently instead of sequentially.static final StringTag defining a node in a merge.static final StringTag defining the erosion or dilation of an image.static final StringTag defining the offset of an image.static final StringTag defining a point light effect.static final StringTag defining a lighting map.static final StringTag defining a spotlight.static final StringTag defining a fill that can be repeated.static final StringTag defining values for the perlin turbulence function.static final StringTag defining a collection of filter operations.static final StringTag defining a font.static final StringTag defining a font-face.static final StringTag defining the formats of the font.static final StringTag defining the name of the font.static final StringTag defining the source file of the font.static final StringTag defining the URI of a font.static final StringTag definign a foreign XML standard to be inserted.static final StringTag defining a group of elements.static final StringTag defining a single glyph.static final StringTag defining a sigle glyph for altGlyph.static final StringTag defining the horizontal kerning values in between two glyphs.static final StringTag defining an image.static final StringTag defining aline.static final StringTag defining alinear gradient.static final StringTag defining a linkstatic final StringTag defining the graphics (arrowheads or polymarkers) to be drawn at the end of paths, lines, etc.static final StringTag defining a mask.static final StringTag defining metadata.static final StringTag defining content to be rendered if a glyph is missing from the font.static final StringNot supported in PDFstatic final StringTag defining apath.static final StringTag defining a graphical object that can be repeated.static final StringTag defining apolygonshape.static final StringTag defining apolylineshape.static final StringTag defining a radial gradientstatic final StringTag defining arectangle.static final StringNot supported in PDF.static final StringNot supported in PDF.static final StringTag defining the ramp of colors in a gradient.static final StringTag defining the color in stop point of a gradient.static final StringTag defining the opacity in stop point of a gradient.static final StringTag defining the style to be.static final StringTag defining anSVGelement.static final StringTag defining a switch element.static final StringTag defining graphical templates that can be reused by the use tag.static final StringTag defining text to be drawn on a page/screen.static final StringPhantom tag for text leaf.static final StringTag defining a path on which text can be drawn.static final StringTag defining the description of an element.static final StringTag defining a span within a text element.static final StringTag defining the use of a named object.static final StringTag defining how to view the image.static final StringTag defining the vertical kerning values in between two glyphs.static final StringTag defining the xml stylesheet declaration. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
A
-
ALT_GLYPH
Alternate glyphs to be used instead of regular grlyphs, e.g. ligatures, Asian scripts, ...- See Also:
-
ALT_GLYPH_DEF
-
ALT_GLYPH_ITEM
-
ANIMATE
-
ANIMATE_MOTION
-
ANIMATE_COLOR
-
ANIMATE_TRANSFORM
-
CIRCLE
-
CLIP_PATH
Tag defining a clipping path. A clipping path defines the region where can be drawn. Anything outside the path won't be drawn.- See Also:
-
COLOR_PROFILE
-
CURSOR
-
DEFS
Tag defining objects that can be reused from another context- See Also:
-
DESC
-
ELLIPSE
-
FE_BLEND
-
FE_COLOR_MATRIX
Tag defining the color matrix transformations that can be performed.- See Also:
-
FE_COMPONENT_TRANSFER
-
FE_COMPOSITE
-
FE_COMVOLVE_MATRIX
-
FE_DIFFUSE_LIGHTING
-
FE_DISPLACEMENT_MAP
Tag defining the values to displace an image.- See Also:
-
FE_DISTANT_LIGHT
-
FE_FLOOD
-
FE_FUNC_A
Tag defining the transfer function for the Alpha component.- See Also:
-
FE_FUNC_B
Tag defining the transfer function for the Blue component.- See Also:
-
FE_FUNC_G
Tag defining the transfer function for the Green component.- See Also:
-
FE_FUNC_R
Tag defining the transfer function for the Red component.- See Also:
-
FE_GAUSSIAN_BLUR
-
FE_IMAGE
-
FE_MERGE
Tag defining that filters will be applied concurrently instead of sequentially.- See Also:
-
FE_MERGE_NODE
-
FE_MORPHOLOGY
Tag defining the erosion or dilation of an image.- See Also:
-
FE_OFFSET
-
FE_POINT_LIGHT
-
FE_SPECULAR_LIGHTING
-
FE_SPOTLIGHT
-
FE_TILE
Tag defining a fill that can be repeated. Similar to PATTERN.- See Also:
-
FE_TURBULENCE
Tag defining values for the perlin turbulence function.- See Also:
-
FILTER
-
FONT
-
FONT_FACE
-
FONT_FACE_FORMAT
-
FONT_FACE_NAME
-
FONT_FACE_SRC
-
FONT_FACE_URI
-
FOREIGN_OBJECT
Tag definign a foreign XML standard to be inserted. E.g. MathML- See Also:
-
G
-
GLYPH
-
GLYPH_REF
-
HKERN
Tag defining the horizontal kerning values in between two glyphs.- See Also:
-
IMAGE
-
LINE
-
LINEAR_GRADIENT
-
LINK
-
MARKER
Tag defining the graphics (arrowheads or polymarkers) to be drawn at the end of paths, lines, etc.- See Also:
-
MASK
-
METADATA
-
MISSING_GLYPH
Tag defining content to be rendered if a glyph is missing from the font.- See Also:
-
MPATH
-
PATH
-
PATTERN
-
POLYGON
-
POLYLINE
-
RADIAL_GRADIENT
-
RECT
-
SCRIPT
-
SET
-
STOP
-
STOP_COLOR
-
STOP_OPACITY
Tag defining the opacity in stop point of a gradient.- See Also:
-
STYLE
-
SVG
-
SWITCH
-
SYMBOL
Tag defining graphical templates that can be reused by the use tag.- See Also:
-
TEXT
Tag defining text to be drawn on a page/screen.- Since:
- 7.1.2
- See Also:
-
TEXT_LEAF
-
TEXT_PATH
-
TITLE
Tag defining the description of an element. Is not rendered.- See Also:
-
TSPAN
-
USE
-
VIEW
-
VKERN
Tag defining the vertical kerning values in between two glyphs.- See Also:
-
XML_STYLESHEET
-
-
Constructor Details
-
Tags
public Tags()
-