Uses of Enum Class
io.webfolder.cdp.type.css.StyleSheetOrigin
Packages that use StyleSheetOrigin
-
Uses of StyleSheetOrigin in io.webfolder.cdp.type.css
Methods in io.webfolder.cdp.type.css that return StyleSheetOriginModifier and TypeMethodDescriptionCSSKeyframeRule.getOrigin()
Parent stylesheet's origin.CSSRule.getOrigin()
Parent stylesheet's origin.CSSStyleSheetHeader.getOrigin()
Stylesheet origin.static StyleSheetOrigin
Returns the enum constant of this class with the specified name.static StyleSheetOrigin[]
StyleSheetOrigin.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.webfolder.cdp.type.css with parameters of type StyleSheetOriginModifier and TypeMethodDescriptionvoid
CSSKeyframeRule.setOrigin
(StyleSheetOrigin origin) Parent stylesheet's origin.void
CSSRule.setOrigin
(StyleSheetOrigin origin) Parent stylesheet's origin.void
CSSStyleSheetHeader.setOrigin
(StyleSheetOrigin origin) Stylesheet origin.