Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.swing.text.html
Class StyleSheet.ListPainter  view StyleSheet.ListPainter download StyleSheet.ListPainter.java

java.lang.Object
  extended byjavax.swing.text.html.StyleSheet.ListPainter
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
StyleSheet

public static class StyleSheet.ListPainter
extends java.lang.Object
implements java.io.Serializable

This class carries out some of the CSS list formatting duties. Implementations of this class enable views to present the CSS formatting while not knowing anything about how the CSS values are being cached.


Field Summary
(package private)  javax.swing.text.AttributeSet as
          Attribute set for painter
 
Constructor Summary
(package private) StyleSheet.ListPainter(javax.swing.text.AttributeSet as)
          Package-private constructor.
 
Method Summary
 void paint(java.awt.Graphics g, float x, float y, float w, float h, javax.swing.text.View v, int item)
          Paints the CSS list decoration according to the attributes given.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

as

javax.swing.text.AttributeSet as
Attribute set for painter

Constructor Detail

StyleSheet.ListPainter

StyleSheet.ListPainter(javax.swing.text.AttributeSet as)
Package-private constructor.

Method Detail

paint

public void paint(java.awt.Graphics g,
                  float x,
                  float y,
                  float w,
                  float h,
                  javax.swing.text.View v,
                  int item)
Paints the CSS list decoration according to the attributes given.