public class BasicHTML extends Object
修飾子と型 | フィールドと説明 |
---|---|
static String |
documentBaseKey
クライアントプロパティーとして格納されるキーで、相対参照を解決するベースを示します。
|
static String |
propertyKey
JComponent のクライアントプロパティーとして格納されるときに、HTML レンダラに使用するキーです。
|
コンストラクタと説明 |
---|
BasicHTML() |
修飾子と型 | メソッドと説明 |
---|---|
static View |
createHTMLView(JComponent c, String html)
指定されたコンポーネントと HTML の文字列の HTML レンダラを作成します。
|
static int |
getHTMLBaseline(View view, int w, int h)
HTML レンダラのベースラインを返します。
|
static boolean |
isHTMLString(String s)
指定された文字列をチェックして、HTML 描画をサポートする非テキストコンポーネントの HTML 描画論理をトリガーするべきかどうかを調べます。
|
static void |
updateRenderer(JComponent c, String text)
指定されたテキストの HTML レンダラを、指定された JComponent のクライアントプロパティーに格納します。
|
public static final String propertyKey
public static View createHTMLView(JComponent c, String html)
public static int getHTMLBaseline(View view, int w, int h)
view
- ベースラインを取得する Vieww
- ベースラインを取得する幅h
- ベースラインを取得する高さIllegalArgumentException
- 幅または高さが 0 より小さい場合FontMetrics
、JComponent.getBaseline(int,int)
public static boolean isHTMLString(String s)
public static void updateRenderer(JComponent c, String text)
このメソッドは、static、つまり共用されている ComponentUI 実装に対して有効であり、JComponent から実装の状態をすべて取得します。
バグまたは機能を送信
詳細な API リファレンスおよび開発者ドキュメントについては、Java SE のドキュメントを参照してください。そのドキュメントには、概念的な概要、用語の定義、回避方法、有効なコード例などの、開発者を対象にしたより詳細な説明が含まれています。
Copyright © 1993, 2013, Oracle and/or its affiliates. All rights reserved.