Class | Description |
---|---|
CalculatedValue | |
CascadingStyle |
A marriage of pseudo-classes (potentially empty) to property and value
|
CompoundSelector |
A compound selector which behaves according to the CSS standard.
|
CssError |
Encapsulate information about the source and nature of errors encountered
while parsing CSS or applying styles to Nodes.
|
CssError.InlineStyleParsingError |
Encapsulate errors arising from parsing of Node's style property
|
CssError.PropertySetError |
Encapsulates errors arising from applying a style to a Node.
|
CssError.StringParsingError |
Encapsulate errors arising from parsing when the style is not
an in-line style nor is the style from a stylesheet.
|
CssError.StylesheetParsingError |
Encapsulate errors arising from parsing of stylesheet files
|
Declaration | |
FontFace |
A FontFace is a @font-face definition from CSS file
|
FontFace.FontFaceSrc | |
ParsedValueImpl<V,T> |
Implementation details behind a
ParsedValueImpl . |
PseudoClassState |
States represents a set of State.
|
Rule | |
Selector |
Used by CSSRule to determine whether or not the selector applies to a
given object.
|
SelectorPartitioning |
Code to partition selectors into a tree-like structure for faster matching.
|
SimpleSelector |
A simple selector which behaves according to the CSS standard.
|
Size |
Represents a size specified in a particular unit, such as 14px or 0.2em.
|
StringStore |
StringStore
|
Style |
A Style is just the selector and declaration from a Rule.
|
StyleCache |
A cache to store values from lookup.
|
StyleCache.Key | |
StyleCacheEntry | |
StyleCacheEntry.Key | |
StyleClassSet |
States represents a set of State.
|
StyleConverterImpl<F,T> |
Converter converts ParsedValueImpl<F,T> from type F to type T.
|
StyleManager |
Contains the stylesheet state for a single scene.
|
StyleMap |
A map of property name to the cascading styles that match a node.
|
Stylesheet |
A stylesheet which can apply properties to a tree of objects.
|
SubCssMetaData<T> |
A CssMetaData which is used for sub-properties, such as -fx-background-color, etc.
|
Enum | Description |
---|---|
Combinator | |
FontFace.FontFaceSrcType | |
SizeUnits |
Represents a size specified in a particular unit, such as 14px or 0.2em.
|
Copyright © 2020. All rights reserved.