Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- add(SVGNumber.SVGDegree, SVGNumber.SVGDegree...) - Static method in class org.tquadrat.foundation.svg.type.SVGCalculator
-
Adds the given values.
- add(SVGNumber.SVGMillimeter, SVGNumber.SVGMillimeter...) - Static method in class org.tquadrat.foundation.svg.type.SVGCalculator
-
Adds the given values.
- add(SVGNumber.SVGPercent, SVGNumber.SVGPercent...) - Static method in class org.tquadrat.foundation.svg.type.SVGCalculator
-
Adds the given values.
- add(SVGNumber.SVGPixel, SVGNumber.SVGPixel...) - Static method in class org.tquadrat.foundation.svg.type.SVGCalculator
-
Adds the given values.
- add(T, T...) - Static method in class org.tquadrat.foundation.svg.type.SVGCalculator
-
Adds the given values.
- addCDATA(CharSequence) - Method in interface org.tquadrat.foundation.svg.SVGText
-
Adds a
CDATA
element to this<text>
element. - addCDATA(CharSequence) - Method in interface org.tquadrat.foundation.svg.SVGTSpan
-
Adds a
CDATA
element to this<tspan>
element. - addChild(E) - Method in class org.tquadrat.foundation.svg.internal.SVGElementImpl
-
Adds a child to this element.
- addChild(E) - Method in interface org.tquadrat.foundation.svg.SVGElementWithChildren
-
Adds a child to this element.
- addComment(CharSequence) - Method in interface org.tquadrat.foundation.svg.SVGElement
-
Adds a comment.
- addDefinition(E) - Method in class org.tquadrat.foundation.svg.internal.SVGImpl
-
Adds a child to the definitions of this
<svg>
element. - addDefinition(E) - Method in interface org.tquadrat.foundation.svg.SVG
-
Adds a child to the definitions of this
<svg>
element. - addStyle(CharSequence...) - Method in class org.tquadrat.foundation.svg.internal.SVGStyleImpl
-
Adds a CSS style definition to this style.
- addStyle(CharSequence...) - Method in class org.tquadrat.foundation.svg.SVGElementAdapter
-
Adds a CSS style definition to this style.
- addStyle(CharSequence...) - Method in interface org.tquadrat.foundation.svg.SVGStyle
-
Adds a CSS style definition to this style.
- addStyle(SVGStyle) - Method in class org.tquadrat.foundation.svg.internal.SVGImpl
-
Adds an SVG
<style>
element to the definitions of this<svg>
element. - addStyle(SVGStyle) - Method in interface org.tquadrat.foundation.svg.SVG
-
Adds an SVG
<style>
element to the definitions of this<svg>
element. - addText(CharSequence) - Method in interface org.tquadrat.foundation.svg.SVGText
-
Adds text to this
<text>
element. - addText(CharSequence) - Method in interface org.tquadrat.foundation.svg.SVGTSpan
-
Adds text to this
<tspan>
element. - AFTER_EDGE - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGAlignmentBaseLine
-
After edge.
- AllowsConditionalProcessingAttributes - Interface in org.tquadrat.foundation.svg
-
SVG elements that allow the conditional processing attributes "externalResourcesRequired", "requiredExtensions", "requiredFeatures", and "systemLanguage" will implement this interface.
- AllowsDocumentElementEventAttributes - Interface in org.tquadrat.foundation.svg
- AllowsDocumentEventAttributes - Interface in org.tquadrat.foundation.svg
-
SVG elements that allow the document event attributes "onabort", "onerror", "onresize", "onscroll", and "onunload" will implement this interface.
- AllowsGlobalEventAttributes - Interface in org.tquadrat.foundation.svg
-
SVG elements that allow the global event attributes "oncanplay", "oncanplaythrough", "oncancel", "onchange", "onclick", "onclose", "oncuechange", "ondblclick", "ondrag", "ondragend", "ondragenter", "ondragexit", "ondragleave", "ondragover", "ondragstart", "ondrop", "ondurationchange", "onemptied", "onended", "onerror", "onfocus", "oninput", "oninvalid", "onkeydown", "onkeypress", "onkeyup", "onload", "onloadstart", "onloadeddata", "onloadedmetadata", "onmousedown", "onmouseenter", "onmouseleave", "onmousemove", "onmouseout", "onmouseover", "onmouseup", "onmousewheel", "onpause", "onplay", "onplaying", "onprogress", "onratechange", "onreset", "onresize", "onscroll", "onseeked", "onseeking", "onselect", "onshow", "onstalled", "onsubmit", "onsuspend", "ontimeupdate", "ontoggle", "onvolumechange", and "onwaiting" will implement this interface.
- AllowsGraphicalEventAttributes - Interface in org.tquadrat.foundation.svg
-
SVG elements that allow the graphical event attributes "onactivate", "onfocusin", and "onfocusout" will implement this interface.
- AllowsPresentationAttributes - Interface in org.tquadrat.foundation.svg
-
SVG elements that allow the presentation attributes "alignment-baseline", "baseline-shift", "clip", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cursor", "direction", "display", "dominant-baseline", "enable-background", "fill", "fill-opacity", "fill-rule", "filter", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "glyph-orientation-horizontal", "glyph-orientation-vertical", "image-rendering", "kerning", "letter-spacing", "lighting-color", "marker-end", "marker-mid", "marker-start", "mask", "opacity", "overflow", "pointer-events", "shape-rendering", "stop-color", "stop-opacity", "stroke", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke-width", "text-anchor", "text-decoration", "text-rendering", "transform", "unicode-bidi", "vector-effect", "visibility", "word-spacing", and "writing-mode" will implement this interface.
- AllowsStyleAttributes - Interface in org.tquadrat.foundation.svg
- AllowsXLinkAttributes - Interface in org.tquadrat.foundation.svg
-
SVG elements that allow the XLink attributes "xlink:actuate", "xlink:arcrole", "xlink:href", "xlink:role", "xlink:show", "xlink:title", and "xlink:type" will implement this interface.
- ALPHABETIC - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGAlignmentBaseLine
-
Alphabetic.
- ANIMATION - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGElementCategory
-
Animation element.
- arcTo(double, double, double, boolean, boolean, double, double) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of the path element
SVGPathElement.SVGArcTo
that uses relative coordinates. - arcTo(long, long, long, boolean, boolean, long, long) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of the path element
SVGPathElement.SVGArcTo
that uses relative coordinates. - arcToAbs(double, double, double, boolean, boolean, double, double) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of the path element
SVGPathElement.SVGArcTo
that uses absolute coordinates. - arcToAbs(long, long, long, boolean, boolean, long, long) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of the path element
SVGPathElement.SVGArcTo
that uses absolute coordinates. - AUTO - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGAlignmentBaseLine
-
Auto.
- AUTO - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGMarkerOrientation
-
A type of
auto
indicates that the marker is oriented such that its positive x-axis is pointing in the direction of the path at the point it is place. - AUTO_START_REVERSE - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGMarkerOrientation
-
A type of
auto-start-reverse
means the same asSVGMarkerOrientation.AUTO
except that for a marker placed by "marker-start", the orientation is 180° different from the orientation as determined byauto
.
All Classes and Interfaces|All Packages|Constant Field Values