Class CenterWithRightShiftCssStyle
- java.lang.Object
-
- com.evolveum.midpoint.gui.impl.component.icon.CenterWithRightShiftCssStyle
-
- All Implemented Interfaces:
IconCssStyle
,LayeredIconCssStyle
public class CenterWithRightShiftCssStyle extends Object implements LayeredIconCssStyle
Created by honchar
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.gui.impl.component.icon.IconCssStyle
BOTTOM_LEFT_FOR_COLUMN_STYLE, BOTTOM_LEFT_STYLE, BOTTOM_RIGHT_FOR_COLUMN_STYLE, BOTTOM_RIGHT_STYLE, CENTER_FOR_COLUMN_STYLE, CENTER_STYLE, CENTER_STYLE_WITH_RIGHT_SHIFT, IN_ROW_STYLE, TOP_LEFT_STYLE, TOP_RIGHT_FOR_COLUMN_STYLE, TOP_RIGHT_STYLE
-
-
Constructor Summary
Constructors Constructor Description CenterWithRightShiftCssStyle()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBasicCssClass()
String
getBasicLayerCssClass()
String
getLayerCssClass()
String
getStrokeLayerCssClass()
-
-
-
Method Detail
-
getBasicCssClass
public String getBasicCssClass()
- Specified by:
getBasicCssClass
in interfaceIconCssStyle
-
getBasicLayerCssClass
public String getBasicLayerCssClass()
- Specified by:
getBasicLayerCssClass
in interfaceLayeredIconCssStyle
-
getLayerCssClass
public String getLayerCssClass()
- Specified by:
getLayerCssClass
in interfaceIconCssStyle
-
getStrokeLayerCssClass
public String getStrokeLayerCssClass()
- Specified by:
getStrokeLayerCssClass
in interfaceLayeredIconCssStyle
-
-