| Class | Description |
|---|---|
| BitSet<T> |
Pseudo-class state and style-classes are represented as bits in a long[]
which makes matching faster.
|
| 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 | |
| Match |
Used by
Rule to determine whether or not the selector applies to a
given object. |
| ParsedValueImpl<V,T> |
Implementation details behind a
ParsedValueImpl. |
| PseudoClassImpl |
Implementation details of
PseudoClass |
| PseudoClassState |
States represents a set of State.
|
| Rule | |
| Rule.Observables | |
| Selector |
Used by CSSRule to determine whether or not the selector applies to a
given object.
|
| Selector.UniversalSelector | |
| SelectorPartitioning |
Code to partition selectors into a tree-like structure for faster matching.
|
| SelectorPartitioning.Partition |
A Partition corresponds to a selector type, id or styleclass.
|
| SelectorPartitioning.PartitionKey<K> | |
| SelectorPartitioning.Slot |
A Slot is pointer to the next piece of the selector.
|
| 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 | |
| StyleClass | |
| 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.
|
| StyleManager.Cache |
Creates and caches maps of styles, reusing them as often as practical.
|
| StyleManager.Cache.Key | |
| StyleManager.CacheContainer | |
| StyleManager.InstanceHolder | |
| StyleManager.Key |
The key used in the cacheMap of the StylesheetContainer
|
| StyleManager.RefList<K> | |
| StyleManager.StylesheetContainer | |
| 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.
|