Package | Description |
---|---|
elemental.css | |
elemental.dom | |
elemental.js.css | |
elemental.js.svg | |
elemental.svg |
Modifier and Type | Interface and Description |
---|---|
interface |
CSSPrimitiveValue |
interface |
CSSTransformValue |
interface |
CSSValueList |
interface |
WebKitCSSFilterValue |
Modifier and Type | Method and Description |
---|---|
CSSValue |
CSSStyleDeclaration.getPropertyCSSValue(String propertyName)
Only supported via getComputedStyle.
Returns a CSSValue, or null for Shorthand properties.Example: cssString= window.getComputedStyle(elem, null ).getPropertyCSSValue('color').cssText;Note: Gecko 1.9 returns null unless using getComputedStyle(). Note: this method may be deprecated by the W3C. |
CSSValue |
CSSValueList.item(int index) |
Modifier and Type | Method and Description |
---|---|
CSSValue |
ElementalMixinBase.getPresentationAttribute(String name) |
Modifier and Type | Class and Description |
---|---|
class |
JsCSSPrimitiveValue |
class |
JsCSSTransformValue |
class |
JsCSSValue |
class |
JsCSSValueList |
class |
JsWebKitCSSFilterValue |
Modifier and Type | Class and Description |
---|---|
class |
JsSVGColor |
class |
JsSVGPaint |
Modifier and Type | Interface and Description |
---|---|
interface |
SVGColor
This page explains more about how you can specify color in CSS.
|
interface |
SVGPaint |
Modifier and Type | Method and Description |
---|---|
CSSValue |
SVGStylable.getPresentationAttribute(String name)
Returns the base (i.e., static) value of a given presentation attribute as an object of type
CSSValue
. |
Copyright © 2018. All rights reserved.