javax.swing.text.html
Class StyleSheet.BackgroundImagePainter
java.lang.Object
javax.swing.text.html.StyleSheet.BackgroundImagePainter
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- StyleSheet
- static class StyleSheet.BackgroundImagePainter
- extends Object
- implements Serializable
Paints the background image.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
backgroundImage
ImageIcon backgroundImage
hPosition
float hPosition
vPosition
float vPosition
flags
short flags
paintX
private int paintX
paintY
private int paintY
paintMaxX
private int paintMaxX
paintMaxY
private int paintMaxY
StyleSheet.BackgroundImagePainter
StyleSheet.BackgroundImagePainter(AttributeSet a,
CSS css,
StyleSheet ss)
paint
void paint(Graphics g,
float x,
float y,
float w,
float h,
View v)
updatePaintCoordinates
private boolean updatePaintCoordinates(Rectangle clip,
int width,
int height)