Java™ Platform
Standard Ed. 8
-
-
方法摘要
所有方法
接口方法
具体的方法
Modifier and Type |
Method and Description |
void |
paint(Graphics g, float x, float y, float w, float h, View v, int item)
根据给出的属性绘制CSS列表装饰。
|
-
Methods inherited from class 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的数字。
Java™ Platform
Standard Ed. 8
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.