JavaTM 2 Platform
Standard Ed. 6

javax.swing.text.html
類別 CSS

java.lang.Object
  繼承者 javax.swing.text.html.CSS
所有已實作的介面:
Serializable

public class CSS
extends Object
implements Serializable

CSS attributes 集定義為型別安全的列舉。HTML View 實作使用 CSS 屬性來確定其呈現的方式。它還定義了 CSS/HTML/StyleConstant 之間的映射方法。任何 shorthand 屬性(例如 font)都將被映射為 intrinsic 屬性。

以下描述了呈現引擎所支持的 CSS 屬性:

以下是已建模的屬性,但當前未呈現。

註:目前我們尚未完全支持相對單元(除非另行說明),因此 p { margin-top:10% } 將被視為沒有指定 margin-top(頂部空白)。

另請參見:
StyleSheet

巢狀類別摘要
static class CSS.Attribute
          用作 AttributeSet 的鍵的定義,此屬性集可存儲 CSS 屬性。
 
建構子摘要
CSS()
           
 
方法摘要
static CSS.Attribute[] getAllAttributeKeys()
          返回所有可能的 CSS 屬性鍵集合。
static CSS.Attribute getAttribute(String name)
          將字元串轉換為 CSS.Attribute 物件。
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

建構子詳細資訊

CSS

public CSS()
方法詳細資訊

getAllAttributeKeys

public static CSS.Attribute[] getAllAttributeKeys()
返回所有可能的 CSS 屬性鍵集合。


getAttribute

public static final CSS.Attribute getAttribute(String name)
將字元串轉換為 CSS.Attribute 物件。如果給定名稱沒有屬性,這將返回 null

參數:
name - 要獲取型別安全列舉的 CSS 屬性名稱
返回:
返回 CSS.Attribute 物件,如果字元串不表示有效的屬性鍵,則返回 null

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only