Package | Description |
---|---|
com.sun.javafx.css | |
javafx.scene |
Provides the core set of base
classes for the JavaFX Scene Graph API.
|
Modifier and Type | Field and Description |
---|---|
static StyleMap |
StyleMap.EMPTY_MAP |
Modifier and Type | Field and Description |
---|---|
private java.util.List<StyleMap> |
StyleManager.CacheContainer.styleMapList |
Modifier and Type | Method and Description |
---|---|
StyleMap |
StyleManager.findMatchingStyles(Node node,
SubScene subScene,
java.util.Set<PseudoClass>[] triggerStates)
Finds matching styles for this Node.
|
StyleMap |
StyleManager.CacheContainer.getStyleMap(int smapId) |
StyleMap |
StyleManager.getStyleMap(Styleable styleable,
SubScene subScene,
int smapId) |
private StyleMap |
StyleManager.Cache.getStyleMap(StyleManager.CacheContainer cacheContainer,
Node node,
java.util.Set<PseudoClass>[] triggerStates,
boolean hasInlineStyle) |
Modifier and Type | Method and Description |
---|---|
private java.util.List<StyleMap> |
StyleManager.CacheContainer.getStyleMapList() |
Modifier and Type | Method and Description |
---|---|
private void |
StyleManager.CacheContainer.addStyleMap(StyleMap smap) |
Modifier and Type | Method and Description |
---|---|
private StyleMap |
CssStyleHelper.getStyleMap(Styleable styleable) |
private StyleMap |
CssStyleHelper.CacheContainer.getStyleMap(Styleable styleable) |
Modifier and Type | Method and Description |
---|---|
private CalculatedValue |
CssStyleHelper.calculateValue(CascadingStyle style,
Styleable styleable,
CssMetaData cssMetaData,
StyleMap styleMap,
java.util.Set<PseudoClass> states,
Styleable originatingStyleable,
CalculatedValue fontFromCacheEntry) |
private static boolean |
CssStyleHelper.canReuseStyleHelper(Node node,
StyleMap styleMap) |
private CascadingStyle |
CssStyleHelper.getStyle(Styleable styleable,
java.lang.String property,
StyleMap styleMap,
java.util.Set<PseudoClass> states)
Gets the CSS CascadingStyle for the property of this node in these pseudo-class
states.
|
private CalculatedValue |
CssStyleHelper.handleNoStyleFound(Styleable styleable,
CssMetaData cssMetaData,
StyleMap styleMap,
java.util.Set<PseudoClass> pseudoClassStates,
Styleable originatingStyleable,
CalculatedValue cachedFont)
Called when there is no style found.
|
private CalculatedValue |
CssStyleHelper.lookup(Styleable styleable,
CssMetaData cssMetaData,
StyleMap styleMap,
java.util.Set<PseudoClass> states,
Styleable originatingStyleable,
CalculatedValue cachedFont)
The main workhorse of this class, the lookup method walks up the CSS
style tree looking for the style information for the Node, the
property associated with the given styleable, in these states for this font.
|
(package private) CalculatedValue |
CssStyleHelper.lookupFont(Styleable styleable,
java.lang.String property,
StyleMap styleMap,
CalculatedValue cachedFont)
Look up a font property.
|
private CascadingStyle |
CssStyleHelper.lookupInheritedFontProperty(Styleable styleable,
java.lang.String property,
StyleMap styleMap,
int distance,
CascadingStyle fontShorthand) |
private ParsedValueImpl |
CssStyleHelper.resolveLookups(Styleable styleable,
ParsedValueImpl parsedValue,
StyleMap styleMap,
java.util.Set<PseudoClass> states,
ObjectProperty<StyleOrigin> whence,
java.util.Set<ParsedValue> resolves) |
private CascadingStyle |
CssStyleHelper.resolveRef(Styleable styleable,
java.lang.String property,
StyleMap styleMap,
java.util.Set<PseudoClass> states)
Find the property among the styles that pertain to the Node
|
Constructor and Description |
---|
CacheContainer(Node node,
StyleMap styleMap,
int depth) |