Interface IconCssStyle
- All Known Subinterfaces:
CompositedIconCssStyle
,LayeredIconCssStyle
- All Known Implementing Classes:
BottomLeftForColumnIconCssStyle
,BottomLeftIconCssStyle
,BottomRightForColumnIconCssStyle
,BottomRightIconCssStyle
,BottomRightMaxIconCssStyle
,CenterForColumnIconCssStyle
,CenterIconCssStyle
,CenterWithRightShiftCssStyle
,InRowIconCssStyle
,TopLeftIconCssStyle
,TopRightForColumnIconCssStyle
,TopRightIconCssStyle
,TopRightMaxIconCssStyle
public interface IconCssStyle
- Author:
- skublik
-
Field Summary
Modifier and TypeFieldDescriptionstatic final BottomLeftForColumnIconCssStyle
static final BottomLeftIconCssStyle
static final BottomRightForColumnIconCssStyle
static final BottomRightIconCssStyle
static final BottomRightIconCssStyle
static final CenterForColumnIconCssStyle
static final CenterIconCssStyle
static final CenterWithRightShiftCssStyle
static final InRowIconCssStyle
static final TopLeftIconCssStyle
static final TopRightForColumnIconCssStyle
static final TopRightIconCssStyle
static final TopRightIconCssStyle
-
Method Summary
-
Field Details
-
BOTTOM_LEFT_STYLE
-
BOTTOM_RIGHT_STYLE
-
BOTTOM_RIGHT_MAX_ICON_STYLE
-
BOTTOM_LEFT_FOR_COLUMN_STYLE
-
BOTTOM_RIGHT_FOR_COLUMN_STYLE
-
CENTER_STYLE
-
CENTER_FOR_COLUMN_STYLE
-
CENTER_STYLE_WITH_RIGHT_SHIFT
-
IN_ROW_STYLE
-
TOP_LEFT_STYLE
-
TOP_RIGHT_STYLE
-
TOP_RIGHT_MAX_ICON_STYLE
-
TOP_RIGHT_FOR_COLUMN_STYLE
-
-
Method Details