Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
F
- FILTER_PRIMITIVE - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGElementCategory
-
Filter primitive element.
- findByName(String) - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLGraphLayout.UMLGraphLayoutRow
-
Returns the type symbol for the type with the given name.
- findEnd(String) - Static method in class org.tquadrat.foundation.javadoc.internal.Common
-
Finds the end of a tag in the given text.
- findVariables() - Method in class org.tquadrat.foundation.javadoc.internal.foundation.util.Template
-
Collects all the variables of the form
${<name>}
in the adjusted template.
If there are not any variables in there, an emptyCollection
will be returned.
A valid variable name may not contain any other characters than the letters from 'a' to 'z' (upper case and lower case), the digits from '0' to '9' and the special characters underscore ('_') and dot ('.'), after an optional prefix character.
Allowed prefixes are the tilde ('~'), the slash ('/'), the equal sign ('='), the colon (':'), the percent sign ('%'), and the ampersand ('&').
Finally, there is the single underscore that is allowed as a special variable. - findVariables(CharSequence) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.util.Template
-
Collects all the variables of the form
${<name>}
in the given String.
If there are not any variables in the given String, an emptySet
will be returned.
A valid variable name may not contain any other characters than the letters from 'a' to 'z' (upper case and lower case), the digits from '0' to '9' and the special characters underscore ('_') and dot ('.'), after an optional prefix character.
Allowed prefixes are the tilde ('~'), the slash ('/'), the equal sign ('='), the colon (':'), the percent sign ('%'), and the ampersand ('&').
Finally, there is the single underscore that is allowed as a special variable. - finishRow(boolean) - Method in class org.tquadrat.foundation.javadoc.umlgraph.UMLGraphLayout
-
Call this method if all elements were added to the current row.
- Flags() - Constructor for enum class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.XMLElement.Flags
- FONT - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGElementCategory
-
Font element.
- format(double) - Method in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGUnit
-
Formats the given type for this unit.
- format(long) - Method in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGUnit
-
Formats the given type for this unit.
- formatCodePoint(int) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.util.Entities
-
Converts a code point into the numerical HTML escape format.
- formatDouble(double) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.ValueBase
-
Converts a
double
to a String.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form