Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
E
- Element - Interface in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi
-
The definition for an SGML element.
- em(double) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
-
Creates an instance of
SVGNumberwith the given numeric type and with the unitSVGUnit.EM. - em(long) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
-
Creates an instance of
SVGNumberwith the given numeric type and with the unitSVGUnit.EM. - EM - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGUnit
-
Unit based on the width of the current font; usually the width of the letter 'm' in this font.
- EMBED_HTML - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVG.Usage
-
The
<svg>element will be embedded into HTML (but not HTML 5 - seeSVG.Usage.EMBED_HTML5). - EMBED_HTML5 - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVG.Usage
-
The
<svg>element will be embedded into HTML 5; as SVG is somehow part of the definition of HTML 5, no further namespace declarations are required. - EMBED_SVG - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVG.Usage
-
The
<svg>element will be embedded into another<svg>element. - EMPTY_STRING - Static variable in class org.tquadrat.foundation.javadoc.internal.ToolKit
-
The empty string.
- EMPTY_String_ARRAY - Static variable in class org.tquadrat.foundation.javadoc.internal.ToolKit
-
An empty array of
Stringinstances. - EMPTY_SVGElementCategory_ARRAY - Static variable in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGElementCategory
-
An empty array of
SVGElementCategoryobjects. - EMPTY_UMLTypeElement_ARRAY - Static variable in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
-
An empty array of
UMLTypeElementobjects. - EmptyArgumentException - Exception Class in org.tquadrat.foundation.javadoc.internal.foundation.exception
-
This is a specialized implementation for the
IllegalArgumentExceptionthat should be used instead of the latter in cases where an empty String, array orCollectionargument is provided as an illegal argument value. - EmptyArgumentException() - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.EmptyArgumentException
-
Creates a new instance of
EmptyArgumentException. - EmptyArgumentException(String) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.EmptyArgumentException
-
Creates a new instance of
EmptyArgumentException. - Entities - Class in org.tquadrat.foundation.javadoc.internal.foundation.util
-
Provides HTML and XML entity utilities.
- Entities(String...) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.util.Entities
-
Creates a new
Entitiesinstance. - Entities.EntityMap - Interface in org.tquadrat.foundation.javadoc.internal.foundation.util
-
Local interface for the data structure that is used to store the entity mappings.
- Entities.PrimitiveEntityMap - Class in org.tquadrat.foundation.javadoc.internal.foundation.util
-
A simple implementation for the interface
Entities.EntityMap. - entityName(int) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.util.Entities
-
Returns the name of the entity identified by the specified value.
- entityValue(String) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.util.Entities
-
Returns the value of the entity identified by the specified name.
- ENUM - Enum constant in enum class org.tquadrat.foundation.javadoc.umlgraph.Stereotype
-
An enum type.
- equals(Object) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.lang.internal.LazyImpl
- equals(Object) - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.lang.Lazy
- equals(Object) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGColor
- equals(Object) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGNumber
- equals(Object) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGPaint
- equals(Object) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGPathElement
- equals(Object) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGTransform
- equals(Object) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.ValueBase
- equals(Object) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.Namespace
- equals(Object) - Method in record class org.tquadrat.foundation.javadoc.umlgraph.Dimension
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class org.tquadrat.foundation.javadoc.umlgraph.Point
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class org.tquadrat.foundation.javadoc.umlgraph.TypeSymbol
- equals(Object) - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
- ERROR - Enum constant in enum class org.tquadrat.foundation.javadoc.umlgraph.Stereotype
-
An error.
- escape(Appendable, CharSequence) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.util.Entities
-
Escapes the characters in the
Stringpassed and writes the result to theAppendablepassed. - escape(CharSequence) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.util.Entities
-
Escapes the characters in a
String.
For example, if you have calledaddEntity( "foo", "0xA1" ), a call toescape( "¡" )will return"&foo;". - ESCAPE - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.OtherFileTagletBase.ProcessMode
-
HTML relevant characters will be escaped in the file contents, and line breaks are replaced by the HTML tag
<br>. - escapeHTML(Appendable, CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.ToolKit
-
Escapes the characters in a
Stringusing HTML entities and writes them to anAppendable. - escapeHTML(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.ToolKit
-
Escapes the non-ASCII and special characters in a
Stringso that the result can be used in the context of HTML. - escapeRegexReplacement(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.util.Template
-
Escapes backslash ('\') and dollar sign ('$') for regex replacements.
- escapeXML(Appendable, CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
-
Escapes the characters in a
Stringusing XML entities and writes them to anAppendable. - escapeXML(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
-
Escapes the characters in a
Stringusing XML entities. - ex(double) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
-
Creates an instance of
SVGNumberwith the given numeric type and with the unitSVGUnit.EX. - ex(long) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
-
Creates an instance of
SVGNumberwith the given numeric type and with the unitSVGUnit.EX. - EX - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGUnit
-
Unit based on the current x-height.
- EXCEPTION - Enum constant in enum class org.tquadrat.foundation.javadoc.umlgraph.Stereotype
-
An exception.
- execute(File, File) - Static method in class org.tquadrat.foundation.javadoc.CreateSourceHTML
-
This method generates a documentation extension file in HTML format from the given source file.
- execute(String...) - Method in class org.tquadrat.foundation.javadoc.JavadocStarter
-
Does the program's work.
- execute(Collection<String>) - Method in class org.tquadrat.foundation.javadoc.Starter
-
Deprecated.Does the program's work.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
