|
|||||||||
| Home >> All >> javax >> swing >> text >> [ html overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.swing.text.html
Class StyleSheet.ListPainter

java.lang.Objectjavax.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
- extends java.lang.Object
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.
|
|||||||||
| Home >> All >> javax >> swing >> text >> [ html overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
javax.swing.text.html.StyleSheet.ListPainter