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 变量和类型 方法 描述 CSSPrimitiveValueRGBColor. getBlue()此属性用于RGB颜色的蓝色值。CSSPrimitiveValueRect. getBottom()此属性用于rect的底部。CSSPrimitiveValueRGBColor. getGreen()此属性用于RGB颜色的绿色值。CSSPrimitiveValueRect. getLeft()该属性用于rect的左侧。CSSPrimitiveValueRGBColor. getRed()此属性用于RGB颜色的红色值。CSSPrimitiveValueRect. getRight()此属性用于rect的右侧。CSSPrimitiveValueRect. getTop()此属性用于rect的顶部。 
 -