| java.lang.Object org.netbeans.modules.visualweb.css2.BackgroundImagePainter
BackgroundImagePainter | public class BackgroundImagePainter (Code) | | Paints the background image. Most of this code was extracted from
Swing text's Css.java class.
|
Method Summary | |
public void | paint(Graphics g, float x, float y, float w, float h) |
NO_REPEAT | final public static short NO_REPEAT(Code) | | |
REPEAT | final public static short REPEAT(Code) | | |
REPEAT_X | final public static short REPEAT_X(Code) | | |
REPEAT_Y | final public static short REPEAT_Y(Code) | | |
hPosition | float hPosition(Code) | | |
vPosition | float vPosition(Code) | | |
BackgroundImagePainter | public BackgroundImagePainter(ImageIcon bgImage, CssValue cssRepeatValue, CssListValue cssPositionValue, Element element, int defaultFontSize)(Code) | | Construct a new background painter with the given repeat and position
|
paint | public void paint(Graphics g, float x, float y, float w, float h)(Code) | | |
|
|