Uses of Interface
org.kie.workbench.common.stunner.core.client.shape.ImageStrip
-
Packages that use ImageStrip Package Description org.kie.workbench.common.stunner.core.client.resources org.kie.workbench.common.stunner.core.client.shape -
-
Uses of ImageStrip in org.kie.workbench.common.stunner.core.client.resources
Classes in org.kie.workbench.common.stunner.core.client.resources that implement ImageStrip Modifier and Type Class Description classStunnerCommonIconsStrip -
Uses of ImageStrip in org.kie.workbench.common.stunner.core.client.shape
Methods in org.kie.workbench.common.stunner.core.client.shape that return ImageStrip Modifier and Type Method Description ImageStrip[]ImageStripRegistry. get(Annotation... qualifiers)ImageStripImageStripRegistry. get(Class<? extends ImageStrip> stripType)ImageStripImageStripRegistry. get(String name)Methods in org.kie.workbench.common.stunner.core.client.shape that return types with arguments of type ImageStrip Modifier and Type Method Description Class<? extends ImageStrip>ImageStripGlyph. getStripType()Methods in org.kie.workbench.common.stunner.core.client.shape with parameters of type ImageStrip Modifier and Type Method Description static StringImageStripRegistry. getName(ImageStrip strip)Method parameters in org.kie.workbench.common.stunner.core.client.shape with type arguments of type ImageStrip Modifier and Type Method Description static ImageStripGlyphImageStripGlyph. create(Class<? extends ImageStrip> stripType, int index)ImageStripImageStripRegistry. get(Class<? extends ImageStrip> stripType)static StringImageStripRegistry. getName(Class<? extends ImageStrip> stripType)Constructor parameters in org.kie.workbench.common.stunner.core.client.shape with type arguments of type ImageStrip Constructor Description ImageStripRegistry(org.jboss.errai.ioc.client.api.ManagedInstance<ImageStrip> stripInstances)
-