Uses of Interface
org.w3c.dom.css.CSSPrimitiveValue
-
Packages that use CSSPrimitiveValue 软件包 描述 org.w3c.dom.css 提供DOM Level 2 Style Specification的界面。 -
-
Uses of CSSPrimitiveValue in org.w3c.dom.css
Methods in org.w3c.dom.css that return CSSPrimitiveValue Modifier and Type 方法 描述 CSSPrimitiveValueRGBColor. getBlue()该属性用于RGB颜色的蓝色值。CSSPrimitiveValueRect. getBottom()该属性用于rect的底部。CSSPrimitiveValueRGBColor. getGreen()该属性用于RGB颜色的绿色值。CSSPrimitiveValueRect. getLeft()该属性用于rect的左侧。CSSPrimitiveValueRGBColor. getRed()该属性用于RGB颜色的红色值。CSSPrimitiveValueRect. getRight()该属性用于rect的右侧。CSSPrimitiveValueRect. getTop()该属性用于rect的顶部。
-