Class ImageStripGlyph
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.shape.ImageStripGlyph
-
- All Implemented Interfaces:
org.kie.workbench.common.stunner.core.definition.shape.Glyph
public final class ImageStripGlyph extends Object implements org.kie.workbench.common.stunner.core.definition.shape.Glyph
A glyph for referencing images from sprites.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImageStripGlyphcreate(Class<? extends ImageStrip> stripType, int index)intgetIndex()Class<? extends ImageStrip>getStripType()
-
-
-
Method Detail
-
create
public static ImageStripGlyph create(Class<? extends ImageStrip> stripType, int index)
-
getStripType
public Class<? extends ImageStrip> getStripType()
-
getIndex
public int getIndex()
-
-