|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=METHOD) public static @interface ImageResource.ImageOptions
Specifies additional options to control how an image is bundled.
Optional Element Summary | |
---|---|
boolean |
flipRtl
If true , the image will be flipped about the y-axis when
LocaleInfo.isRTL() returns
true . |
ImageResource.RepeatStyle |
repeatStyle
This option affects the image bundling optimization to allow the image to be used with the CssResource @sprite rule where
repetition of the image is desired. |
public abstract boolean flipRtl
true
, the image will be flipped about the y-axis when
LocaleInfo.isRTL()
returns
true
. This is intended to be used by graphics that are
sensitive to layout direction, such as arrows and disclosure indicators.
public abstract ImageResource.RepeatStyle repeatStyle
CssResource
@sprite
rule where
repetition of the image is desired.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |