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

X

x - Variable in record class org.tquadrat.foundation.javadoc.umlgraph.Point
The field for the x record component.
x() - Method in record class org.tquadrat.foundation.javadoc.umlgraph.Point
Returns the value of the x record component.
XLINK_ATTRIBUTES - Static variable in interface org.tquadrat.foundation.javadoc.internal.foundation.svg.AllowsXLinkAttributes
The core attributes.
XMAX_YMAX - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGPreserveAspectRatio
Force uniform scaling.

Align the <min-x> + <width> of the element's viewBox with the maximum x type of the viewport.

Align the <min-y> + <height> of the element's viewBox with the maximum y type of the viewport.
XMAX_YMID - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGPreserveAspectRatio
Force uniform scaling.

Align the <min-x> + <width> of the element's viewBox with the maximum x type of the viewport.

Align the midpoint y type of the element's viewBox with the midpoint y type of the viewport.
XMAX_YMIN - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGPreserveAspectRatio
Force uniform scaling.

Align the <min-x> +<width> of the element's viewBox with the maximum x type of the viewport.

Align the <min-y> of the element's viewBox with the smallest y type of the viewport.
XMID_YMAX - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGPreserveAspectRatio
Force uniform scaling.

Align the midpoint x type of the element's viewBox with the midpoint x type of the viewport.

Align the <min-y> + <height> of the element's viewBox with the maximum y type of the viewport.
XMID_YMID - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGPreserveAspectRatio
Force uniform scaling.

Align the midpoint x type of the element's viewBox with the midpoint x type of the viewport.

Align the midpoint y type of the element's viewBox with the midpoint y type of the viewport.

This is the default setting.
XMID_YMIN - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGPreserveAspectRatio
Force uniform scaling.

Align the midpoint x type of the element's viewBox with the midpoint x type of the viewport.

Align the <min-y> of the element's viewBox with the smallest y type of the viewport.
XMIN_YMAX - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGPreserveAspectRatio
Force uniform scaling.

Align the <min-x> of the element's viewBox with the smallest x type of the viewport.

Align the <min-y> + <height> of the element's viewBox with the maximum y type of the viewport.
XMIN_YMID - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGPreserveAspectRatio
Force uniform scaling.

Align the <min-x> of the element's viewBox with the smallest x type of the viewport.

Align the midpoint y type of the element's viewBox with the midpoint y type of the viewport.
XMIN_YMIN - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGPreserveAspectRatio
Force uniform scaling.

Align the <min-x> of the element's viewBox with the smallest x type of the viewport.

Align the <min-y> of the element's viewBox with the smallest y type of the viewport.
XML - Static variable in class org.tquadrat.foundation.javadoc.internal.foundation.util.Entities
The set of entities supported by standard XML.
XML_NAME_FirstChar - Static variable in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
The regular expression for a valid start character of an XML name.
XML_NAME_OtherChar - Static variable in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
The regular expression for a character that is valid for an XML after the first character.
XMLATTRIBUTE_Base - Static variable in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
The name for the XML base attribute: "xml:base".
XMLATTRIBUTE_Class - Static variable in class org.tquadrat.foundation.javadoc.internal.ToolKit
The attribute name for an XML attribute holding a class name: "class".
XMLATTRIBUTE_Id - Static variable in class org.tquadrat.foundation.javadoc.internal.ToolKit
The attribute name for the XML id attribute: "xml:id".
XMLATTRIBUTE_Language - Static variable in class org.tquadrat.foundation.javadoc.internal.ToolKit
The attribute name for the XML language attribute: "xml:lang".
XMLATTRIBUTE_Whitespace - Static variable in class org.tquadrat.foundation.javadoc.internal.ToolKit
The attribute name for the XML space attribute: "xml:space".
This reserved attribute indicates whether any whitespace inside the element is significant and should not be altered by the XML processor.
XMLBuilderUtils - Class in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder
A collection of XML related utility methods and factory methods for XML elements.
XMLBuilderUtils() - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
No instance allowed for this class.
XMLBuilderUtils.Validator - Enum Class in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder
The (default) validators.
XMLBuilderUtils.ValidatorChangeEvent - Class in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder
The EventObject for changes to the validator configuration.
XMLBuilderUtils.ValidatorChangeListener - Interface in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder
The interface for listeners to XMLBuilderUtils.ValidatorChangeEvents
XMLDocument - Interface in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder
The definition for an XML document.
XMLDocumentImpl - Class in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal
The implementation for the interface XMLDocument.
XMLDocumentImpl() - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLDocumentImpl
Creates a new XMLDocumentImpl instance.

The resulting document will do not have an explicit doc type, the root element will be <root>.
XMLDocumentImpl(String) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLDocumentImpl
Creates a new XMLDocumentImpl instance.
XMLDocumentImpl(String, Charset, String, URI) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLDocumentImpl
Creates a new XMLDocumentImpl instance.
XMLDocumentImpl(String, Charset, URI) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLDocumentImpl
Creates a new XMLDocumentImpl instance.
XMLDocumentImpl(XMLElement, boolean) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLDocumentImpl
Creates a new XMLDocumentImpl instance.
XMLDocumentImpl(XMLElement, Charset, String, URI) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLDocumentImpl
Creates a new XMLDocumentImpl instance.
XMLDocumentImpl(XMLElement, Charset, URI) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLDocumentImpl
Creates a new XMLDocumentImpl instance.
XMLElement - Interface in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder
The definition of an XMLElement.
XMLELEMENT_Text - Static variable in class org.tquadrat.foundation.javadoc.internal.ToolKit
The element name for an XML element holding text: "text".
XMLElement.Flags - Enum Class in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder
The flags that are used to configure a new instance of XMLElement (respectively an instance of an implementation of this interface.
XMLElementAdapter - Class in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi
The abstract base class for specialised implementations of XMLElement.
XMLElementAdapter(String) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.XMLElementAdapter
Creates a new XMLElementAdapter instance.
XMLElementAdapter(String, Set<XMLElement.Flags>) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.XMLElementAdapter
Creates a new XMLElementAdapter instance.
XMLElementImpl - Class in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal
An implementation of XMLElement that supports attributes, namespaces, children, text, CDATA and comments.
XMLElementImpl(String) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLElementImpl
Creates a new XMLElementImpl instance.

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.
XMLElementImpl(String, String[], String[], String[], boolean) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLElementImpl
Deprecated, for removal: This API element is subject to removal in a future version.
XMLElementImpl(String, Set<XMLElement.Flags>) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLElementImpl
Creates a new XMLElementImpl instance.

The given element name is validated using the method that is provided by XMLBuilderUtils.getElementNameValidator().
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