java.lang.Object
javax.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
as
javax.swing.text.AttributeSet as
- Attribute set for painter
StyleSheet.ListPainter
StyleSheet.ListPainter(javax.swing.text.AttributeSet as)
- Package-private constructor.
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.