模块  java.desktop
软件包  javax.swing.text.html

Class StyleSheet.ListPainter

  • 实现的所有接口
    Serializable
    Enclosing class:
    StyleSheet

    public static class StyleSheet.ListPainter
    extends Object
    implements Serializable
    类来执行CSS列表格式化的一些职责。 此类的实现使视图能够呈现CSS格式,而不知道如何缓存CSS值。
    另请参见:
    Serialized Form
    • 方法详细信息

      • 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 - which list item is being painted. This is a number greater than or equal to 0.