Class CSSFontPaletteValuesRule
java.lang.Object
org.openqa.selenium.devtools.v121.css.model.CSSFontPaletteValuesRule
CSS font-palette-values rule representation.
-
Constructor Summary
ConstructorDescriptionCSSFontPaletteValuesRule
(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, Value fontPaletteName, CSSStyle style) -
Method Summary
Modifier and TypeMethodDescriptionAssociated font palette name.Parent stylesheet's origin.getStyle()
Associated style declaration.The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from.
-
Constructor Details
-
CSSFontPaletteValuesRule
public CSSFontPaletteValuesRule(Optional<StyleSheetId> styleSheetId, StyleSheetOrigin origin, Value fontPaletteName, CSSStyle style)
-
-
Method Details
-
getStyleSheetId
The css style sheet identifier (absent for user agent stylesheet and user-specified stylesheet rules) this rule came from. -
getOrigin
Parent stylesheet's origin. -
getFontPaletteName
Associated font palette name. -
getStyle
Associated style declaration.
-