|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo2.webcontainer.propertyrender.FillImageRender
public class FillImageRender
Utility class for rendering nextapp.echo2.FillImage
properties to CSS.
Field Summary | |
---|---|
static int |
FLAG_DISABLE_FIXED_MODE
A flag indicating that the 'fixed' property of the FillImage
should be ignored. |
static int |
FLAG_ENABLE_IE_PNG_ALPHA_FILTER
A flag indicating that the Internet Explorer 6.0 PNG AlphaImageLoader filter should be enabled for Internet Explorer clients that might "benefit" from it. |
Method Summary | |
---|---|
static void |
renderToStyle(nextapp.echo2.webrender.output.CssStyle cssStyle,
RenderContext rc,
ImageRenderSupport irs,
nextapp.echo2.app.Component component,
java.lang.String imageId,
nextapp.echo2.app.FillImage fillImage,
int flags)
Renders a FillImage to a CSS style. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int FLAG_DISABLE_FIXED_MODE
FillImage
should be ignored.
public static final int FLAG_ENABLE_IE_PNG_ALPHA_FILTER
This flag has no effect for clients other than Internet Explorer 6.0.
Method Detail |
---|
public static void renderToStyle(nextapp.echo2.webrender.output.CssStyle cssStyle, RenderContext rc, ImageRenderSupport irs, nextapp.echo2.app.Component component, java.lang.String imageId, nextapp.echo2.app.FillImage fillImage, int flags)
FillImage
to a CSS style.
cssStyle
- the CSS style to be updatedrc
- the relevant RenderContext
irs
- a ComponentSynchronizePeer
providing
ImageRenderSupport
component
- the relevant Component
imageId
- the image id of the background imagefillImage
- the FillImage
property valueflags
- optional image rendering flags (see FLAG_XXX
constants)
|
NextApp Echo2 v2.1.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |