Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
G
- get() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.lang.internal.LazyImpl
-
Returns the value for this instance of
Lazy
. - get() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.lang.Lazy
-
Returns the value for this instance of
Lazy
. - getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.AnchorTaglet
- getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.AuthorTaglet
- getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.HRefTaglet
- getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.IgnoreTaglet
- getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.InspiredTaglet
- getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.internal.CodeTaglet
- getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.internal.IndexTaglet
- getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.internal.LiteralTaglet
- getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.internal.OtherFileTagletBase
- getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.ModifiedTaglet
- getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.NoteTaglet
- getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.ThanksTaglet
- getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.ToDoTaglet
- getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.UmlGraphLinkTaglet
- getAllowedLocations() - Method in class org.tquadrat.foundation.javadoc.UnderlineTaglet
- getAnnotation(Class<A>) - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLElement
- getAnnotationMirrors() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLElement
- getAnnotationsByType(Class<A>) - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLElement
- getAttribute(String) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.DocType
-
Returns the value for the attribute with the given name.
- getAttribute(String) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Returns the value for the attribute with the given name.
- getAttribute(String) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLElementImpl
-
Returns the value for the attribute with the given name.
- getAttribute(String) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.AttributeSupport
-
Returns the value for the attribute with the given name.
- getAttribute(String) - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.Document
-
Returns the value for the attribute with the given name.
The attribute is assigned to the root element of the document as documents itself cannot have attributes. - getAttribute(String) - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.Element
-
Returns the value for the attribute with the given name.
- getAttributeNameValidator() - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
-
Returns the method to validate attribute names.
- getAttributes() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.DocType
-
Provides read access to the attributes.
- getAttributes() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Provides read access to the attributes.
- getAttributes() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLElementImpl
-
Provides read access to the attributes.
- getAttributes() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.AttributeSupport
-
Provides read access to the attributes.
- getAttributes() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.Document
-
Provides read access to the attributes of the root element of the document as documents itself cannot have attributes.
- getAttributes() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.Element
-
Provides read access to the attributes.
- getAttributes() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLConnector
-
Provides read access to the attributes.
- getAttributes(boolean) - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
-
Returns a list with the attributes for this type.
- getCause() - Method in exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.LambdaContainerException.UnexpectedException
- getCheckedCause(Class<T>) - Method in exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.LambdaContainerException
-
Returns the contained Exception if it is of the given type; otherwise a
RuntimeException
is thrown. - getChildren() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.internal.SVGImpl
-
Provides access to the children for this element; the returned collection is not modifiable.
- getChildren() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.internal.SVGStyleImpl
-
Provides access to the children for this element; the returned collection is not modifiable.
- getChildren() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.DocType
-
Provides access to the children for this element; the returned collection is not modifiable.
- getChildren() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Provides access to the children for this element; the returned collection is not modifiable.
- getChildren() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLDocumentImpl
-
Provides access to the children for this document; the returned collection is not modifiable.
The root element is the last entry in the returned collection. - getChildren() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLElementImpl
-
Provides access to the children for this element; the returned collection is not modifiable.
- getChildren() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.ChildSupport
-
Provides access to the children for this element; the returned collection is not modifiable.
- getChildren() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.Document
-
Provides access to the children for this document; the returned collection is not modifiable.
The root element is the last entry in the returned collection. - getChildren() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.Element
-
Provides access to the children for this element; the returned collection is not modifiable.
- getChildTypes() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
-
Returns the children of this type.
- getChildTypeSymbol() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLConnector
-
Returns the type symbol where the connector starts.
- getConstantValue() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLVariableElement
- getConstructors(boolean) - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
-
Returns a list with the constructors for this type.
- getContents() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLGraphLayout.UMLGraphLayoutRow
-
Returns the UML class doc in this row.
- getCSSClass() - Method in enum class org.tquadrat.foundation.javadoc.umlgraph.UMLConnectorType
-
Returns the CSS class for the SVG element representing the UML connector.
- getCurrent() - Method in enum class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils.Validator
-
Returns the current validator.
- getDefault() - Method in enum class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils.Validator
-
Returns the default validator.
- getDefaultValue() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLExecutableElement
- getDimension() - Method in class org.tquadrat.foundation.javadoc.umlgraph.TypeSymbol
-
Returns the dimension for the SVG element representing the type element in the UML diagram.
- getDoclet() - Method in class org.tquadrat.foundation.javadoc.internal.OtherFileTagletBase
-
Returns a reference to the
Doclet
instance that uses this taglet. - getDocument() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLGraphLayout
-
Returns a reference to the
UMLDocument
this instance of layout was created with. - getElementName() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.Comment
-
Returns the name of the element.
- getElementName() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.DocType
-
Returns the name of the element.
- getElementName() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Returns the name of the element.
- getElementName() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.Text
-
Returns the name of the element.
- getElementName() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLElementImpl
-
Returns the name of the element.
- getElementName() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.Document
-
Returns the name of the root element.
- getElementName() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.Element
-
Returns the name of the element.
- getElementNameValidator() - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
-
Returns the method to validate element names.
- getElements() - Method in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGElementCategory
-
Returns the names of the elements that belong to this category.
- getEnclosedElements() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLElement
- getEnclosingElement() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLElement
- getEnclosingElement() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLMemberElement
- getEnvironment() - Method in class org.tquadrat.foundation.javadoc.internal.OtherFileTagletBase
-
Returns a reference to the
DocletEnvironment
instance that is used by theDoclet
running this taglet. - getFlags() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLElementImpl
-
Returns the flags for this element.
- getFlags() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLElement
-
Returns the flags for this element.
- getHeight() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLGraphLayout.UMLGraphLayoutRow
-
Returns the minimum height of the row; this is the height of the highest element in the row.
- getId() - Method in enum class org.tquadrat.foundation.javadoc.umlgraph.UMLConnectorType
-
Returns the SVG element id for the respective SVG
<marker>
element. - getIdentifier() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.Namespace
-
Returns the namespace identifier.
- getInterfaces() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
- getKey(T) - Method in class org.tquadrat.foundation.javadoc.internal.foundation.util.ListBasedComparator.SimpleKeyProvider
-
Returns the sort order key for the given instance.
- getKey(T) - Method in interface org.tquadrat.foundation.javadoc.internal.ToolKit.KeyProvider
-
Returns the sort order key for the given instance.
- getKind() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLElement
- getMethods(boolean) - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
-
Returns a list with the methods for this type.
- getModifiers() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLElement
- getName() - Method in class org.tquadrat.foundation.javadoc.AnchorTaglet
- getName() - Method in class org.tquadrat.foundation.javadoc.AuthorTaglet
- getName() - Method in class org.tquadrat.foundation.javadoc.HRefTaglet
- getName() - Method in class org.tquadrat.foundation.javadoc.IgnoreTaglet
- getName() - Method in class org.tquadrat.foundation.javadoc.InspiredTaglet
- getName() - Method in class org.tquadrat.foundation.javadoc.internal.CodeTaglet
- getName() - Method in class org.tquadrat.foundation.javadoc.internal.IndexTaglet
- getName() - Method in class org.tquadrat.foundation.javadoc.internal.LiteralTaglet
- getName() - Method in class org.tquadrat.foundation.javadoc.internal.OtherFileTagletBase
- getName() - Method in class org.tquadrat.foundation.javadoc.ModifiedTaglet
- getName() - Method in class org.tquadrat.foundation.javadoc.NoteTaglet
- getName() - Method in class org.tquadrat.foundation.javadoc.ThanksTaglet
- getName() - Method in class org.tquadrat.foundation.javadoc.ToDoTaglet
- getName() - Method in class org.tquadrat.foundation.javadoc.UmlGraphLinkTaglet
- getName() - Method in class org.tquadrat.foundation.javadoc.UnderlineTaglet
- getNamespaces() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.DocType
-
Provides access to the namespaces for this element; the returned collection is not modifiable.
- getNamespaces() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Provides access to the namespaces for this element; the returned collection is not modifiable.
- getNamespaces() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLElementImpl
-
Provides access to the namespaces for this element; the returned collection is not modifiable.
- getNamespaces() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.Document
-
Provides access to the namespaces for this document (although in fact, it will be the namespaces for the root element); the returned collection is not modifiable.
- getNamespaces() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.Element
-
Provides access to the namespaces for this element; the returned collection is not modifiable.
- getNamespaces() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.NamespaceSupport
-
Provides access to the namespaces for this element; the returned collection is not modifiable.
- getNestingKind() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
- getNewValidator() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils.ValidatorChangeEvent
-
Returns the new validator.
- getNMTokenValidator() - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
-
Returns the method to validate
nmtoken
s. - getNoParentRow() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLGraphLayout
-
Returns a reference to the row that holds the class objects that does not have parents.
- getOldValidator() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils.ValidatorChangeEvent
-
Returns the previous validator.
- getOutputFileObject(DocletEnvironment, TypeElement, String) - Static method in class org.tquadrat.foundation.javadoc.internal.Common
-
Returns the file object for the file with the given name that is associated with the given type element.
- getOwner() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.NamespaceSupport
-
Returns the reference to the owner of this instance of
NamespaceSupport
. - getParameters() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLExecutableElement
- getParametersList() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLExecutableElement
-
Returns the parameters list as a String, including the parentheses.
- getParent() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.Comment
-
Returns the parent of this element.
- getParent() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.DocType
-
Returns the parent of this element.
- getParent() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.ProcessingInstructionImpl
-
Returns the parent of this element.
- getParent() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.Text
-
Returns the parent of this element.
- getParent() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLElementImpl
-
Returns the parent of this element.
- getParent() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.Element
-
Returns the parent of this element.
- getParentTypeSymbol() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLConnector
-
Returns the type symbol where the connector ends.
- getPosition() - Method in class org.tquadrat.foundation.javadoc.umlgraph.TypeSymbol
-
Returns the position of the SVG element representing this UML class.
- getPrefix() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.Namespace
-
Returns the namespace prefix.
- getPrefixValidator() - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils
-
Returns the method to validate prefixes.
- getQualifiedName() - Method in class org.tquadrat.foundation.javadoc.umlgraph.TypeSymbol
-
Returns the qualified name of the type element that is represented by this symbol.
- getQualifiedName() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
- getReceiverType() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLExecutableElement
- getReturnType() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLExecutableElement
- getRootElement() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLDocumentImpl
-
Return the root element for this document.
- getRootElement() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.Document
-
Return the root element for this document.
- getSimpleName() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLElement
- getSortOrder() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.XMLElementImpl
-
Returns the attribute sort order.
- getSortOrder() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.spi.AttributeSupport
-
Returns the attribute sort order.
- getStyleSheet() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.internal.SVGStyleImpl
-
Returns the style sheet.
- getStyleSheet() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGElementAdapter
-
Returns the style sheet.
- getStyleSheet() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGStyle
-
Returns the style sheet.
- getSuperclass() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
- getSVGElementCategory() - Method in interface org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGElement
-
Returns the element category.
- getSVGRoot() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLDocument
-
Returns the SVG root element for this UML document.
- getSymbol(Name) - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLDocument
-
Returns the symbol with for the type element with the given name from this UML document.
- getThrownTypes() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLExecutableElement
- getTypeElement() - Method in class org.tquadrat.foundation.javadoc.umlgraph.TypeSymbol
-
Returns the type element that is represented by this symbol.
- getTypeParameters() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLExecutableElement
- getTypeParameters() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLTypeElement
- getURI() - Method in enum class org.tquadrat.foundation.javadoc.umlgraph.UMLConnectorType
-
Returns the
URI
that can be used to reference the respective SVG<marker>
element from inside the same SVG document. - getValidator() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLBuilderUtils.ValidatorChangeEvent
-
Gets the validator that was changed.
- getWidth() - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLGraphLayout.UMLGraphLayoutRow
-
Returns the minimum width of the row; this is calculated as the sum of the width of the elements plus the value of
UMLDocument.SVG_ELEMENT_SPACING
(50.0) for each gap (with the gaps before the first and after the last do have half the size). - GLOBALEVENT_ATTRIBUTES - Static variable in interface org.tquadrat.foundation.javadoc.internal.foundation.svg.AllowsGlobalEventAttributes
-
The global event attributes.
- GRADIENT - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGElementCategory
-
Gradient element.
- GRAPHICALEVENT_ATTRIBUTES - Static variable in interface org.tquadrat.foundation.javadoc.internal.foundation.svg.AllowsGraphicalEventAttributes
-
The graphical event attributes.
- GRAPHICS - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGElementCategory
-
Graphics element.
- GRAPHICS_REFERENCE - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGElementCategory
-
Graphics referencing element.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form