JavaTM 2 Platform
Standard Ed. 5.0

javax.swing.text.html
クラス StyleSheet.ListPainter

java.lang.Object
  上位を拡張 javax.swing.text.html.StyleSheet.ListPainter
すべての実装されたインタフェース:
Serializable
含まれているクラス:
StyleSheet

public static class StyleSheet.ListPainter
extends Object
implements Serializable

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
 

メソッドの詳細

paint

public void paint(Graphics g,
                  float x,
                  float y,
                  float w,
                  float h,
                  View v,
                  int item)
指定された属性に従って CSS リスト修飾をペイントします。

パラメータ:
g - 描画表面
x - リスト項目割り当ての x 座標
y - リスト項目割り当ての y 座標
w - リスト項目割り当ての幅
h - リスト項目割り当ての高さ
v - ペイントのために割り当てられた領域
item - ペイントされるリスト項目。0 以上の数字

JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。