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

P

PAINT_CURRENTCOLOR - Static variable in class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGPaint
The type 'currentColor'.
PAINT_INHERIT - Static variable in class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGPaint
The type 'inherit'.
PAINT_NONE - Static variable in class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGPaint
The type 'none'.
PAINT_SERVER - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGElementCategory
Paint server element.
parseAndAdd(Entities.EntityMap, String) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.util.Entities
Parses the given input line for an entity name and the related code point, and adds both to the given entity map.
parseNameAndEmail(Taglet, Collection<? extends DocTree>) - Static method in class org.tquadrat.foundation.javadoc.internal.Common
Parses the given tags for a name and an email address.

The tag is prefixed with the tag text, and name and email address are separated by a hyphen ("-").
PATCH_MODULE_PATH - Static variable in class org.tquadrat.foundation.javadoc.internal.Common
Location to search for module patches.
PATTERN - Static variable in class org.tquadrat.foundation.javadoc.AnchorTaglet
The pattern for the tag.
PATTERN - Static variable in class org.tquadrat.foundation.javadoc.internal.CodeTaglet
The pattern for the tag.
PATTERN - Static variable in class org.tquadrat.foundation.javadoc.internal.IndexTaglet
The pattern for the tag.
PATTERN - Static variable in class org.tquadrat.foundation.javadoc.internal.LiteralTaglet
The pattern for the tag.
PATTERN - Static variable in class org.tquadrat.foundation.javadoc.UnderlineTaglet
The pattern for the tag.
PATTERN_FULL - Static variable in class org.tquadrat.foundation.javadoc.HRefTaglet
The pattern for the tag with both URL and contents.
PATTERN_SHORT - Static variable in class org.tquadrat.foundation.javadoc.HRefTaglet
The pattern for the tag with only the URL.
percent(double) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of SVGNumber.SVGPercent with the given numeric type.
percent(long) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of SVGNumber.SVGPercent with the given numeric type.
PERCENT - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGUnit
Percent.
pica(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.PICA.
pica(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.PICA.
PICA - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGUnit
Picas.
pixel(double) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of SVGNumber.SVGPixel with the given numeric type.
pixel(long) - Static method in class org.tquadrat.foundation.javadoc.internal.foundation.svg.SVGUtils
Creates an instance of SVGNumber.SVGPixel with the given numeric type.
PIXEL - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGUnit
Pixels.
PLAIN - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.OtherFileTagletBase.ProcessMode
The file contents will be included as is; this works for really simple plain text files that do not contain any HTML relevant characters, or for valid HTML snippets.
PLATFORM_CLASS_PATH - Static variable in class org.tquadrat.foundation.javadoc.internal.Common
Location to search for platform classes.
point(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.POINT.
point(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.POINT.
Point - Record Class in org.tquadrat.foundation.javadoc.umlgraph
The coordinates for a TypeSymbol in user units.
Point(double, double) - Constructor for record class org.tquadrat.foundation.javadoc.umlgraph.Point
Creates an instance of a Point record class.
POINT - Enum constant in enum class org.tquadrat.foundation.javadoc.internal.foundation.svg.type.SVGUnit
Points.
PRESENTATION_ATTRIBUTES - Static variable in interface org.tquadrat.foundation.javadoc.internal.foundation.svg.AllowsPresentationAttributes
The presentation attributes.
PrimitiveEntityMap() - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.util.Entities.PrimitiveEntityMap
Creates a new primitive entity map.
PrivateConstructorForStaticClassCalledError - Exception Class in org.tquadrat.foundation.javadoc.internal.foundation.exception
This implementation of Error should be called from private constructors of static classes (classes that does not allow any instances because they have only static methods or constants).
PrivateConstructorForStaticClassCalledError(Class<?>) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.PrivateConstructorForStaticClassCalledError
Creates a new ErrorPrivateConstructorForStaticClassCalled instance.
PrivateConstructorForStaticClassCalledError(String) - Constructor for exception class org.tquadrat.foundation.javadoc.internal.foundation.exception.PrivateConstructorForStaticClassCalledError
Creates a new ErrorPrivateConstructorForStaticClassCalled instance.
processFile(File, StringBuilder) - Static method in class org.tquadrat.foundation.javadoc.ToDoTaglet
Parses the given file as a Markdown files and adds the result to the provided StringBuilder.
processFile(String, Reader, String...) - Method in enum class org.tquadrat.foundation.javadoc.internal.OtherFileTagletBase.ProcessMode
Processes the given file.
processFile(FileObject, String...) - Method in enum class org.tquadrat.foundation.javadoc.internal.OtherFileTagletBase.ProcessMode
Processes the given file.
ProcessingInstruction - Interface in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder
The definition for a processing instruction.
ProcessingInstructionImpl - Class in org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal
The implementation for the interface ProcessingInstruction.
ProcessingInstructionImpl() - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.ProcessingInstructionImpl
Creates the ProcessingInstruction instance for the XML header.
ProcessingInstructionImpl(String) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.ProcessingInstructionImpl
Creates a new ProcessingInstruction instance.
ProcessingInstructionImpl(String, CharSequence) - Constructor for class org.tquadrat.foundation.javadoc.internal.foundation.xml.builder.internal.ProcessingInstructionImpl
Creates a new ProcessingInstruction instance.
processInlineTags(CharSequence, DocTreeFactory, Element, Function<? super CharSequence, ? extends Name>) - Static method in class org.tquadrat.foundation.javadoc.internal.Common
Processes inline tags in the given text.

This method will consider only the inline tags @anchor @code @href @index @literal @underline
ProcessMode() - Constructor for enum class org.tquadrat.foundation.javadoc.internal.OtherFileTagletBase.ProcessMode
 
ProgramClass - Annotation Interface in org.tquadrat.foundation.javadoc.internal.foundation.annotation
This is the marker annotation for a "Main" class.
PROPERTY_INCLUDE_ROOT_PREFIX - Static variable in class org.tquadrat.foundation.javadoc.internal.OtherFileTagletBase
The prefix for the name of a property that holds the root for path of an include file: "org.tquadrat.foundation.include.root".
PROPERTY_TODO_BASE - Static variable in class org.tquadrat.foundation.javadoc.ToDoTaglet
The name of the property that holds the base path for the todo list: "org.tquadrat.foundation.todo.base".
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