Uses of Interface
org.w3c.dom.css.CSSPrimitiveValue
-
Packages that use CSSPrimitiveValue 软件包 描述 org.w3c.dom.css 为DOM Level 2样式规范提供接口。 -
-
Uses of CSSPrimitiveValue in org.w3c.dom.css
Methods in org.w3c.dom.css that return CSSPrimitiveValue 变量和类型 方法 描述 CSSPrimitiveValue
RGBColor. getBlue()
此属性用于RGB颜色的蓝色值。CSSPrimitiveValue
Rect. getBottom()
此属性用于rect的底部。CSSPrimitiveValue
RGBColor. getGreen()
此属性用于RGB颜色的绿色值。CSSPrimitiveValue
Rect. getLeft()
该属性用于rect的左侧。CSSPrimitiveValue
RGBColor. getRed()
此属性用于RGB颜色的红色值。CSSPrimitiveValue
Rect. getRight()
此属性用于rect的右侧。CSSPrimitiveValue
Rect. getTop()
此属性用于rect的顶部。
-