所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |
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 列表格式化任务的类。此类的实现使视图能够在不知道如何缓存 CSS 值的情况下以 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 的数。
所有类
|
摘要: 嵌套 | 字段 | 构造方法 | 方法 |
详细信息: 字段 | 构造方法 | 方法 |