|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object javax.swing.text.html.StyleSheet.ListPainter
public static class StyleSheet.ListPainter
CSS リストの書式設定処理の一部を実行するクラスです。このクラスを実装することによって、CCS 値のキャッシュのされ方について何も知ることなしに、ビューが CSS の書式設定処理を実行できるようになります。
メソッドの概要 | |
---|---|
void |
paint(Graphics g,
float x,
float y,
float w,
float h,
View v,
int item)
指定された属性に従って CSS リスト修飾をペイントします。 |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
メソッドの詳細 |
---|
public void paint(Graphics g, float x, float y, float w, float h, View v, int item)
g
- 描画表面x
- リスト項目割り当ての x 座標y
- リスト項目割り当ての y 座標w
- リスト項目割り当ての幅h
- リスト項目割り当ての高さv
- ペイントのために割り当てられた領域item
- ペイントされるリスト項目。0 以上の数字
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。