Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

CDATA_LEADIN - Static variable in class org.tquadrat.foundation.javadoc.internal.ToolKit
The lead-in for a CDATA wrapped String: "<![CDATA["
CDATA_LEADOUT - Static variable in class org.tquadrat.foundation.javadoc.internal.ToolKit
The lead-out for a CDATA wrapped String: "]]>"
centimeter(double) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of SVGNumber with the given numeric type and with the unit SVGUnit.CENTIMETER.
centimeter(long) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of SVGNumber with the given numeric type and with the unit SVGUnit.CENTIMETER.
CENTIMETER - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGUnit
Centimeters.
CENTRAL - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGAlignmentBaseLine
Central.
CHAR_HYPHEN - Static variable in class org.tquadrat.foundation.javadoc.internal.ToolKit
The hyphen character (&#8208;/&#x2010;/‐/HYPHEN).
CHAR_ZWNBSP - Static variable in class org.tquadrat.foundation.javadoc.internal.ToolKit
The zero-width non-breaking space character; in fact, the 'word joiner' character that should be used instead of the original character.
checkIfExpected(Class<? extends Exception>...) - Method in exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.LambdaContainerException
Checks whether the contained Exception is somehow expected.
checkIfExpected(Collection<Class<? extends Exception>>) - Method in exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.LambdaContainerException
Checks whether the contained Exception is somehow expected.
checkIfExpected(Stream<Class<? extends Exception>>) - Method in exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.LambdaContainerException
Checks whether the contained Exception is somehow expected.
checksIfValid() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.AttributeSupport
Returns a flag that indicates whether an extended validity check is performed on attributes before adding them.
checksIfValid() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.ChildSupport
Returns a flag that indicates whether an extended validity check is performed on child elements before adding them.
checkValid(String) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.AttributeSupport
Checks whether an attribute with the given name is valid for the owning element.
checkValid(Element, String) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.ChildSupport
Checks whether a child is valid for the element that owns this ChildSupport instance.
ChildSupport - Class in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi
This class provides the support for child elements and text to elements.
ChildSupport(Element) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.ChildSupport
Creates a new ChildSupport instance for comments only.
ChildSupport(Element, boolean) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.ChildSupport
Creates a new ChildSupport instance that allows child elements, but no text.
ChildSupport(Element, boolean, boolean, boolean, Function<CharSequence, String>) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.ChildSupport
Creates a new ChildSupport instance.
ChildSupport(Element, Function<CharSequence, String>) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.ChildSupport
Creates a new ChildSupport instance that allows text, but no child elements.
CLASS - Enum constant in enum class org.tquadrat.foundation.javadoc.umlgraph.Stereotype
A regular class.
CLASS_OUTPUT - Static variable in class org.tquadrat.foundation.javadoc.internal.Common
Location of new class files.
CLASS_PATH - Static variable in class org.tquadrat.foundation.javadoc.internal.Common
Location to search for user class files.
ClassVersion - Annotation Interface in org.tquadrat.foundation.javadoc.internal.foundation.annotation
This annotation will be used to provide version information for each class in a project.
cloneElement(SVGElement) - Static method in class org.tquadrat.foundation.javadoc.internal.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.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of the path element SVGPathElement.SVGClosePath that uses relative coordinates.
CodeTaglet - Class in org.tquadrat.foundation.javadoc.internal
Re-implementation of the well-known {@code} taglet.
CodeTaglet() - Constructor for class org.tquadrat.foundation.javadoc.internal.CodeTaglet
Creates a new CodeTaglet instance.
color() - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Returns the SVGColor instance with the type "inherit".
color(boolean, int, int, int) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates a new SVGColor instance 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.javadoc.internal.foundation.svg.SVGUtils
Creates a new SVGColor instance 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.javadoc.internal.foundation.svg.SVGUtils
Creates a new SVGColor instance, using the given argument as a CSS colour name.

The given argument may not be null nor the empty String, but it will not undergo any further validation.
COLOR_INHERIT - Static variable in class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGColor
The type 'inherit'.
Comment - Class in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal
This class defines a SGML comment.
Comment(CharSequence) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.Comment
Creates a new Comment object.
COMMENTREMOVAL_PATTERN - Static variable in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
The regular expression for an HTML or XML comment: "<!--.+?-->".
Common - Class in org.tquadrat.foundation.javadoc.internal
Helper methods for the new taglet implementations.
Common() - Constructor for class org.tquadrat.foundation.javadoc.internal.Common
No instance allowed for this class.
compare(T, T) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.util.ListBasedComparator
compareTo(Namespace) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.Namespace
composeAttributesString(int, boolean, String, Map<String, String>, Collection<Namespace>) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.SGMLPrinter
Returns the attributes and their values, together with the namespaces, as a single formatted string.
composeChildrenString(int, boolean, Element, Collection<? extends Element>) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.SGMLPrinter
Returns the children as a single formatted string.
composeColorValue(boolean, int, int, int) - Static method in class org.tquadrat.foundation.javadoc.internal.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.
composeDocumentString(boolean, Document<? extends Element>) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.SGMLPrinter
Returns the given document as a single formatted string.
composeElementString(int, boolean, Element, boolean) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.SGMLPrinter
Returns the given element as a single formatted string.
composeNamespaceString(int, boolean, String, Collection<Namespace>) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.SGMLPrinter
Returns the namespaces as a single formatted string.
composePath() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLConnector
Composes the path that represents this UML connector.
composeXMLHeader(Charset, boolean) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Composes the ProcessingInstruction for the XML file header.
CONDITIONALPROCESSING_ATTRIBUTES - Static variable in interface org.tquadrat.foundation.javadoc.internal.foundation.svg.AllowsConditionalProcessingAttributes
The conditional processing attributes.
CONTAINER - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGElementCategory
Animation element.
CORE_ATTRIBUTES - Static variable in interface org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGElement
The core attributes.
createCCNamespace() - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates the namespace instance that is used for all Creative Commons stuff.
createClipPath(String) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <clipPath> element instance.
createClipPath(String, SVG) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <clipPath> element instance and adds it to the given <svg> element.
createConnector(TypeSymbol, TypeSymbol) - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLGraphLayout
Creates a connector for the given parent and child.
createDefinitionsElement() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.internal.SVGImpl
Creates the element for the definitions.
createGenericElement(String) - Static method in class org.tquadrat.foundation.javadoc.internal.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.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <g> element instance.
createGroup(SVGElementWithChildren) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <g> element instance.
createId() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLDocument
Creates a new id that is unique inside the current UML document instance.
createLine() - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <line> element instance.
createLine(SVGElementWithChildren) - Static method in class org.tquadrat.foundation.javadoc.internal.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.javadoc.internal.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.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <line> element instance with the given start and end points.
createLineNumberFormatString(int) - Static method in class org.tquadrat.foundation.javadoc.internal.Common
Creates the format String for a line number, based on the highest possible value.
createMarker(String, SVG) - Static method in class org.tquadrat.foundation.javadoc.internal.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.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <path> element instance.
createPath(SVGElementWithChildren) - Static method in class org.tquadrat.foundation.javadoc.internal.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.javadoc.internal.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.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <path> element instance with the given path definition.
createPositionedMarker() - Static method in class org.tquadrat.foundation.javadoc.internal.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.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <marker> element instance that is used as a positioned marker and adds it to the given parent.
createProcessingInstruction(String) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
createProcessingInstruction(String, CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
createProcessingInstruction(XMLDocument, String) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
createProcessingInstruction(XMLDocument, String, CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
createRDFNamespace() - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates the namespace instance that is used for all RDF stuff.
createRectangle() - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <rect> element instance.
createRectangle(SVGElementWithChildren) - Static method in class org.tquadrat.foundation.javadoc.internal.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.javadoc.internal.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.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <rect> element instance with the given start and end points.
CreateSourceHTML - Class in org.tquadrat.foundation.javadoc
A tool that can be used to create an HTML file suitable as a documentation extension for a JavaDoc from an arbitrary text file.
CreateSourceHTML() - Constructor for class org.tquadrat.foundation.javadoc.CreateSourceHTML
No instance allowed for this class.
createStyle() - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <style> element instance.
createStyle(CharSequence...) - Static method in class org.tquadrat.foundation.javadoc.internal.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.javadoc.internal.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.javadoc.internal.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.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <svg> element instance.
createSVG(SVGElementWithChildren) - Static method in class org.tquadrat.foundation.javadoc.internal.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.javadoc.internal.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.javadoc.internal.foundation.svg.SVGUtils
Creates the namespace instance that is used for all SVG stuff.
createSymbol(String) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <symbol> element instance.
createSymbol(String, SVG) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <symbol> element instance and adds it to the given <svg> element.
createSymbol(UMLGraphLayout, int, boolean) - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
Creates the SVG symbol that represents this type element for the UML diagram.
createText() - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <text> element instance.
createText(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.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.javadoc.internal.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.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <text> element instance and adds it to the given parent.
createTSpan() - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <tspan> element instance.
createTSpan(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <tspan> element as child of the given <text>.
createTSpan(SVGText) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <tspan> element as child of the given <text>.
createTSpan(SVGText, CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <tspan> element as child of the given <text>.
createTSpan(SVGTSpan) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <tspan> element as child of the given <tspan>.
createTSpan(SVGTSpan, CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <tspan> element as child of the given <tspan>.
createUse(URI) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <use> element instance.
createUse(Collection<UMLConnector>, Collection<UMLConnector>) - Method in class org.tquadrat.foundation.javadoc.umlgraph.TypeSymbol
Returns a SVGUse element for this symbol and calculates the connector end points.
createUse(SVGElementWithChildren, URI) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an SVG <use> element instance and adds it to the given parent.
createXLINKNamespace() - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates the namespace instance that is used for all XLINK stuff.
createXMLDocument() - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Creates an XML document that will not have an explicit doc type, the root element will be <root>.
createXMLDocument(String) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Creates an XML document that uses the given element name for the root element.

The given element name is validated using the method that is provided by XMLBuilderUtils.getElementNameValidator().

The created root element allows attributes and children, but will not validate them.
createXMLDocument(XMLElement) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Creates an XML document that uses the given element for the root element.
createXMLDocument(XMLElement, boolean) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Creates an XML document that uses the given element for the root element.
createXMLDocument(XMLElement, Charset, String, URI) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Creates an XML document that uses the given element for the root element with the given encoding and DTD.
createXMLDocument(XMLElement, Charset, URI) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Creates an XML document that uses the given element for the root element with the given encoding and DTD.
createXMLElement(String) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Creates an XML element for the given element name that supports attributes, namespaces, children, text, CDATA and comments.

The given element name is validated using the method that is provided by XMLBuilderUtils.getElementNameValidator().

The new element allows attributes and children, but will not validate them.
createXMLElement(String, CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Creates an XML element for the given element name that supports attributes, namespaces, children, text, CDATA and comments, and add the given text.
createXMLElement(String, XMLDocument) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Creates an XML element for the given tag and adds it as child to the given document.

The given element name is validated using the method that is provided by XMLBuilderUtils.getElementNameValidator().

The new element allows attributes and children, but will not validate them.
createXMLElement(String, XMLDocument, CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Creates an XML element for the given tag and with the given text, and adds it as child to the given document.

The given element name is validated using the method that is provided by XMLBuilderUtils.getElementNameValidator().

The new element allows attributes and children, but will not validate them.
createXMLElement(String, XMLElement) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Creates an XML element for the given element name that supports attributes, namespaces, children, text, CDATA and comments, and adds it as child to the given parent.

The given element name is validated using the method that is provided by XMLBuilderUtils.getElementNameValidator().

The new element allows attributes and children, but will not validate them.
createXMLElement(String, XMLElement, CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
Creates an XML element for the given element name that supports attributes, namespaces, children, text, CDATA and comments, adds the given text, and adds it as child to the given parent.

The given element name is validated using the method that is provided by XMLBuilderUtils.getElementNameValidator().

The new element allows attributes and children, but will not validate them.
CSSClass_ExternalClass - Static variable in class org.tquadrat.foundation.javadoc.umlgraph.TypeSymbol
The name for the CSS class that defines the look for external classes: "externalClass".
CSSClass_FocusClass - Static variable in class org.tquadrat.foundation.javadoc.umlgraph.TypeSymbol
The name for the CSS class that defines the look for the focus class: "focusClass".
CSSClass_OtherClass - Static variable in class org.tquadrat.foundation.javadoc.umlgraph.TypeSymbol
The name for the CSS class that defines the look for other classes: "otherClass".
cubicCurveTo(double, double, double, double) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of the path element SVGPathElement.SVGCubicCurveTo that uses relative coordinates.
cubicCurveTo(double, double, double, double, double, double) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of the path element SVGPathElement.SVGCubicCurveTo that uses relative coordinates.
cubicCurveTo(long, long, long, long) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of the path element SVGPathElement.SVGCubicCurveTo that uses relative coordinates.
cubicCurveTo(long, long, long, long, long, long) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of the path element SVGPathElement.SVGCubicCurveTo that uses relative coordinates.
cubicCurveToAbs(double, double, double, double) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of the path element SVGPathElement.SVGCubicCurveTo that uses absolute coordinates.
cubicCurveToAbs(double, double, double, double, double, double) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of the path element SVGPathElement.SVGCubicCurveTo that uses absolute coordinates.
cubicCurveToAbs(long, long, long, long) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of the path element SVGPathElement.SVGCubicCurveTo that uses absolute coordinates.
cubicCurveToAbs(long, long, long, long, long, long) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of the path element SVGPathElement.SVGCubicCurveTo that uses absolute coordinates.
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form