|
| const String |
CLIP_PATH = "clip-path" |
| |
Attribute defining the clipping path to be applied to a specific shape or group of shapes. More...
|
| |
| const String |
CLIP_RULE = "clip-rule" |
| |
Attribute defining the clipping rule in a clipping path (or element thereof). More...
|
| |
| const String |
CX = "cx" |
| |
Attribute defining the x value of the center of a circle or ellipse. More...
|
| |
| const String |
CY = "cy" |
| |
Attribute defining the y value of the center of a circle or ellipse. More...
|
| |
| const String |
D = "d" |
| |
Attribute defining the outline of a shape. More...
|
| |
| const String |
DX = "dx" |
| |
Attribute defining the relative x-translation of a text-element More...
|
| |
| const String |
DY = "dy" |
| |
Attribute defining the relative y-translation of a text-element More...
|
| |
| const String |
FILL = "fill" |
| |
Attribute defining the fill color. More...
|
| |
| const String |
FILL_OPACITY = "fill-opacity" |
| |
Attribute defining the fill opacity. More...
|
| |
| const String |
FILL_RULE = "fill-rule" |
| |
Attribute defining the fill rule. More...
|
| |
| const String |
FONT_FAMILY = "font-family" |
| |
Attribute defining the font family. More...
|
| |
| const String |
FONT_WEIGHT = "font-weight" |
| |
Attribute defining the font weight. More...
|
| |
| const String |
FONT_STYLE = "font-style" |
| |
Attribute defining the font style. More...
|
| |
| const String |
FONT_SIZE = "font-size" |
| |
Attribute defining the font size. More...
|
| |
| const String |
ITALIC = "italic" |
| |
The Constant ITALIC. More...
|
| |
| const String |
BOLD = "bold" |
| |
The Constant BOLD. More...
|
| |
| const String |
HEIGHT = "height" |
| |
Attribute defining the height. More...
|
| |
| const String |
HREF = "href" |
| |
Attribute defining the href value. More...
|
| |
| const String |
ID = "id" |
| |
Attribute defining the unique id of an element. More...
|
| |
| const String |
MARKER_END = "marker-end" |
| |
Attribute defining the marker to use at the end of a path, line, polygon or polyline More...
|
| |
| const String |
MARKER_HEIGHT = "markerheight" |
| |
Attribute defining the height of the viewport in which the marker is to be fitted More...
|
| |
| const String |
MARKER_MID = "marker-mid" |
| |
Attribute defining the marker drawn at every other vertex but the start and end of a path, line, polygon or polyline More...
|
| |
| const String |
MARKER_START = "marker-start" |
| |
Attribute defining the marker to use at the start of a path, line, polygon or polyline More...
|
| |
| const String |
MARKER_WIDTH = "markerwidth" |
| |
Attribute defining the width of the viewport in which the marker is to be fitted More...
|
| |
| const String |
MARKER_UNITS = "markerunits" |
| |
Attribute defining the coordinate system for attributes ‘markerWidth’, ‘markerHeight’ and the contents of the ‘marker’. More...
|
| |
| const String |
OPACITY = "opacity" |
| |
Attribute defining the opacity of a group or graphic element. More...
|
| |
| const String |
ORIENT = "orient" |
| |
Attribute defining the orientation of a marker More...
|
| |
| const String |
PATH_DATA_CLOSE_PATH = "Z" |
| |
Close Path Operator. More...
|
| |
| const String |
PATH_DATA_CURVE_TO = "C" |
| |
CurveTo Path Operator. More...
|
| |
| const String |
PATH_DATA_REL_CURVE_TO = "c" |
| |
Relative CurveTo Path Operator. More...
|
| |
| const String |
PATH_DATA_ELLIPTICAL_ARC_A = "A" |
| |
Attribute defining Elliptical arc path operator. More...
|
| |
| const String |
PATH_DATA_REL_ELLIPTICAL_ARC_A = "a" |
| |
Attribute defining Elliptical arc path operator. More...
|
| |
| const String |
PATH_DATA_CURVE_TO_S = "S" |
| |
Smooth CurveTo Path Operator. More...
|
| |
| const String |
PATH_DATA_REL_CURVE_TO_S = "s" |
| |
Relative Smooth CurveTo Path Operator. More...
|
| |
| const String |
PATH_DATA_LINE_TO = "L" |
| |
Absolute LineTo Path Operator. More...
|
| |
| const String |
PATH_DATA_LINE_TO_H = "H" |
| |
Absolute hrizontal LineTo Path Operator. More...
|
| |
| const String |
PATH_DATA_REL_LINE_TO_H = "h" |
| |
Relative horizontal LineTo Path Operator. More...
|
| |
| const String |
PATH_DATA_LINE_TO_V = "V" |
| |
Absolute vertical LineTo Path operator. More...
|
| |
| const String |
PATH_DATA_REL_LINE_TO_V = "v" |
| |
Relative vertical LineTo Path operator. More...
|
| |
| const String |
PATH_DATA_REL_LINE_TO = "l" |
| |
Relative LineTo Path Operator. More...
|
| |
| const String |
PATH_DATA_MOVE_TO = "M" |
| |
MoveTo Path Operator. More...
|
| |
| const String |
PATH_DATA_REL_MOVE_TO = "m" |
| |
Relative MoveTo Path Operator. More...
|
| |
| const String |
PATH_DATA_SHORTHAND_CURVE_TO = "T" |
| |
Shorthand/smooth quadratic Bézier curveto. More...
|
| |
| const String |
PATH_DATA_REL_SHORTHAND_CURVE_TO = "t" |
| |
Relative Shorthand/smooth quadratic Bézier curveto. More...
|
| |
| const String |
PATH_DATA_CATMULL_CURVE = "R" |
| |
Catmull-Rom curve command. More...
|
| |
| const String |
PATH_DATA_REL_CATMULL_CURVE = "r" |
| |
Relative Catmull-Rom curve command. More...
|
| |
| const String |
PATH_DATA_BEARING = "B" |
| |
Bearing command. More...
|
| |
| const String |
PATH_DATA_REL_BEARING = "b" |
| |
Relative Bearing command. More...
|
| |
| const String |
PATH_DATA_QUAD_CURVE_TO = "Q" |
| |
Quadratic CurveTo Path Operator. More...
|
| |
| const String |
PATH_DATA_REL_QUAD_CURVE_TO = "q" |
| |
Relative Quadratic CurveTo Path Operator. More...
|
| |
| const String |
POINTS = "points" |
| |
Attribute defining the points of a polyline or polygon. More...
|
| |
| const String |
PRESERVE_ASPECT_RATIO = "preserveaspectratio" |
| |
Attribute defining how to preserve the aspect ratio when scaling. More...
|
| |
| const String |
R = "r" |
| |
Attribute defining the radius of a circle. More...
|
| |
| const String |
REFX = "refx" |
| |
Attribute defining the x-axis coordinate of the reference point which is to be aligned exactly at the marker position. More...
|
| |
| const String |
REFY = "refy" |
| |
Attribute defining the y-axis coordinate of the reference point which is to be aligned exactly at the marker position. More...
|
| |
| const String |
RX = "rx" |
| |
Attribute defining the x-axis of an ellipse or the x-axis radius of rounded rectangles. More...
|
| |
| const String |
RY = "ry" |
| |
Attribute defining the y-axis of an ellipse or the y-axis radius of rounded rectangles. More...
|
| |
| const String |
STROKE = "stroke" |
| |
Attribute defining the stroke color. More...
|
| |
| const String |
STROKE_DASHARRAY = "stroke-dasharray" |
| |
Attribute defining the stroke dash offset. More...
|
| |
| const String |
STROKE_DASHOFFSET = "stroke-dashoffset" |
| |
Attribute defining the stroke dash offset. More...
|
| |
| const String |
STROKE_LINECAP = "stroke-linecap" |
| |
Attribute defining the stroke linecap. More...
|
| |
| const String |
STROKE_MITERLIMIT = "stroke-miterlimit" |
| |
Attribute defining the stroke miterlimit. More...
|
| |
| const String |
STROKE_OPACITY = "stroke-opacity" |
| |
Attribute defingin the stroke opacity. More...
|
| |
| const String |
STROKE_WIDTH = "stroke-width" |
| |
Attribute defining the stroke width. More...
|
| |
| const String |
STYLE = "style" |
| |
Attribute defining the style of an element. More...
|
| |
| const String |
TEXT_CONTENT = "text_content" |
| |
Attribute defining the text content of a text node. More...
|
| |
| const String |
TEXT_ANCHOR = "text-anchor" |
| |
Attribute defining the text anchor used by the text More...
|
| |
| const String |
TRANSFORM = "transform" |
| |
Attribute defining a transformation that needs to be applied. More...
|
| |
| const String |
VIEWBOX = "viewbox" |
| |
Attribute defining the viewbox of an element. More...
|
| |
| const String |
WIDTH = "width" |
| |
Attribute defining the width of an element. More...
|
| |
| const String |
X = "x" |
| |
Attribute defining the x value of an element. More...
|
| |
| const String |
X1 = "x1" |
| |
Attribute defining the first x coordinate value of a line. More...
|
| |
| const String |
X2 = "x2" |
| |
Attribute defining the second x coordinate value of a line. More...
|
| |
| const String |
XLINK_HREF = "xlink:href" |
| |
Attribute defining image source. More...
|
| |
| const String |
XMLNS = "xmlns" |
| |
Attribute defining XML namespace More...
|
| |
| const String |
Y = "y" |
| |
Attribute defining the y value of an element. More...
|
| |
| const String |
Y1 = "y1" |
| |
Attribute defining the first y coordinate value of a line. More...
|
| |
| const String |
Y2 = "y2" |
| |
Attribute defining the second y coordinate value of a line. More...
|
| |
| const String |
VERSION = "version" |
| |
Attribute defining version More...
|
| |
| const String |
CLASS = "class" |
| |
The Constant CLASS. More...
|
| |
| const String |
DISABLED = "disabled" |
| |
The Constant DISABLED. More...
|
| |
| const String |
ID = "id" |
| |
The Constant ID. More...
|
| |
| const String |
LANG = "lang" |
| |
The Constant LANG. More...
|
| |
| const String |
REL = "rel" |
| |
The Constant REL. More...
|
| |
| const String |
STYLESHEET = "stylesheet" |
| |
The Constant STYLESHEET. More...
|
| |