Class StunnerCommonIconsStrip
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.resources.StunnerCommonIconsStrip
-
- All Implemented Interfaces:
ImageStrip
@Default @ApplicationScoped public class StunnerCommonIconsStrip extends Object implements ImageStrip
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.workbench.common.stunner.core.client.shape.ImageStrip
ImageStrip.Orientation, ImageStrip.StripCssResource
-
-
Constructor Summary
Constructors Constructor Description StunnerCommonIconsStrip()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageStrip.StripCssResourcegetCss()intgetHigh()com.google.gwt.resources.client.ImageResourcegetImage()ImageStrip.OrientationgetOrientation()intgetPadding()intgetWide()
-
-
-
Method Detail
-
getImage
public com.google.gwt.resources.client.ImageResource getImage()
- Specified by:
getImagein interfaceImageStrip
-
getCss
public ImageStrip.StripCssResource getCss()
- Specified by:
getCssin interfaceImageStrip
-
getWide
public int getWide()
- Specified by:
getWidein interfaceImageStrip
-
getHigh
public int getHigh()
- Specified by:
getHighin interfaceImageStrip
-
getPadding
public int getPadding()
- Specified by:
getPaddingin interfaceImageStrip
-
getOrientation
public ImageStrip.Orientation getOrientation()
- Specified by:
getOrientationin interfaceImageStrip
-
-