Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- centimeter(double) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of
SVGNumberwith the given numeric type and with the unitSVGUnit.CENTIMETER. - centimeter(long) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of
SVGNumberwith the given numeric type and with the unitSVGUnit.CENTIMETER. - CENTIMETER - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGUnit
-
Centimeters.
- CENTRAL - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGAlignmentBaseLine
-
Central.
- cloneElement(SVGElement) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Clones the given element.
The clone will be semantically identical to the given element (it looks the same in the final output), but it will not be of the same Java type. - closePath() - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of the path element
SVGPathElement.SVGClosePaththat uses relative coordinates. - color() - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Returns the
SVGColorinstance with the type "inherit". - color(boolean, int, int, int) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates a new
SVGColorinstance from the given colour values.
Allowed are the values from 0 to 255, or 0% to 100% respectively, other values will be normalised accordingly. - color(int, int, int) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates a new
SVGColorinstance from the given colour values.
Allowed are the values from 0 to 255, other values will be normalised accordingly. - color(String) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates a new
SVGColorinstance, using the given argument as a CSS colour name.
The given argument may not benullnor the empty String, but it will not undergo any further validation. - COLOR_INHERIT - Static variable in class org.tquadrat.foundation.svg.type.SVGColor
-
The type 'inherit'.
- compareTo(SVGNumber) - Method in class org.tquadrat.foundation.svg.type.SVGNumber
- composeColorValue(boolean, int, int, int) - Static method in class org.tquadrat.foundation.svg.type.SVGColor
-
Composes the colour type String from the given colour values.
Allowed are the values from 0 to 255, or 0% to 100% respectively, other values will be normalised accordingly. - CONDITIONALPROCESSING_ATTRIBUTES - Static variable in interface org.tquadrat.foundation.svg.AllowsConditionalProcessingAttributes
-
The conditional processing attributes.
- CONTAINER - Enum constant in enum class org.tquadrat.foundation.svg.type.SVGElementCategory
-
Animation element.
- CORE_ATTRIBUTES - Static variable in interface org.tquadrat.foundation.svg.SVGElement
-
The core attributes.
- createCCNamespace() - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates the namespace instance that is used for all Creative Commons stuff.
- createClipPath(String) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<clipPath>element instance. - createClipPath(String, SVG) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<clipPath>element instance and adds it to the given<svg>element. - createDefinitionsElement() - Method in class org.tquadrat.foundation.svg.internal.SVGImpl
-
Creates the element for the definitions.
- createGenericElement(String) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates a generic SVG element.
This method should be used to create an SVG element that does not have (yet) its specific implementation class. - createGroup() - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<g>element instance. - createGroup(SVGElementWithChildren) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<g>element instance. - createLine() - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<line>element instance. - createLine(SVGElementWithChildren) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<line>element instance and adds it to the given parent element. - createLine(SVGElementWithChildren, SVGNumber, SVGNumber, SVGNumber, SVGNumber) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<line>element instance with the given start and end points and adds it to the given parent element. - createLine(SVGNumber, SVGNumber, SVGNumber, SVGNumber) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<line>element instance with the given start and end points. - createMarker(String, SVG) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<marker>element instance and adds it to the given<svg>element. - createPath() - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<path>element instance. - createPath(SVGElementWithChildren) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<Path>element instance and adds it to the given parent element. - createPath(SVGElementWithChildren, SVGPathElement...) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<path>element instance with the given path definition and adds it to the given parent element. - createPath(SVGPathElement...) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<path>element instance with the given path definition. - createPositionedMarker() - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<marker>element instance that is used as a positioned marker. - createPositionedMarker(String, SVGElementWithChildren) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<marker>element instance that is used as a positioned marker and adds it to the given parent. - createRDFNamespace() - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates the namespace instance that is used for all RDF stuff.
- createRectangle() - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<rect>element instance. - createRectangle(SVGElementWithChildren) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<rect>element instance and adds it to the given parent element. - createRectangle(SVGElementWithChildren, SVGNumber, SVGNumber, SVGNumber, SVGNumber) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<rect>element instance with the given start and end points and adds it to the given parent element. - createRectangle(SVGNumber, SVGNumber, SVGNumber, SVGNumber) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<rect>element instance with the given start and end points. - createStyle() - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<style>element instance. - createStyle(CharSequence...) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<style>element instance and adds it to the given<svg>element. - createStyle(SVG) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<style>element instance and adds it to the given<svg>element. - createStyle(SVG, CharSequence...) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<style>element instance and adds it to the given<svg>element. - createSVG(SVG.Usage) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<svg>element instance. - createSVG(SVGElementWithChildren) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<svg>element instance and adds it to the given parent. - createSVGDocument(SVG) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an XML document instance with the given
<svg>element as the root element. - createSVGNamespace(String) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates the namespace instance that is used for all SVG stuff.
- createSymbol(String) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<symbol>element instance. - createSymbol(String, SVG) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<symbol>element instance and adds it to the given<svg>element. - createText() - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<text>element instance. - createText(CharSequence) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<text>element instance and adds it to the given parent. - createText(SVGElementWithChildren) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<text>element instance and adds it to the given parent. - createText(SVGElementWithChildren, CharSequence) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<text>element instance and adds it to the given parent. - createTSpan() - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<tspan>element instance. - createTSpan(CharSequence) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<tspan>element as child of the given<text>. - createTSpan(SVGText) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<tspan>element as child of the given<text>. - createTSpan(SVGText, CharSequence) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<tspan>element as child of the given<text>. - createTSpan(SVGTSpan) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<tspan>element as child of the given<tspan>. - createTSpan(SVGTSpan, CharSequence) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<tspan>element as child of the given<tspan>. - createUse(URI) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<use>element instance. - createUse(SVGElementWithChildren, URI) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an SVG
<use>element instance and adds it to the given parent. - createXLINKNamespace() - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates the namespace instance that is used for all XLINK stuff.
- cubicCurveTo(double, double, double, double) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of the path element
SVGPathElement.SVGCubicCurveTothat uses relative coordinates. - cubicCurveTo(double, double, double, double, double, double) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of the path element
SVGPathElement.SVGCubicCurveTothat uses relative coordinates. - cubicCurveTo(long, long, long, long) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of the path element
SVGPathElement.SVGCubicCurveTothat uses relative coordinates. - cubicCurveTo(long, long, long, long, long, long) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of the path element
SVGPathElement.SVGCubicCurveTothat uses relative coordinates. - cubicCurveToAbs(double, double, double, double) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of the path element
SVGPathElement.SVGCubicCurveTothat uses absolute coordinates. - cubicCurveToAbs(double, double, double, double, double, double) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of the path element
SVGPathElement.SVGCubicCurveTothat uses absolute coordinates. - cubicCurveToAbs(long, long, long, long) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of the path element
SVGPathElement.SVGCubicCurveTothat uses absolute coordinates. - cubicCurveToAbs(long, long, long, long, long, long) - Static method in class org.tquadrat.foundation.svg.SVGUtils
-
Creates an instance of the path element
SVGPathElement.SVGCubicCurveTothat uses absolute coordinates.
All Classes and Interfaces|All Packages|Constant Field Values
