Interface PictureProvider<S>

  • All Superinterfaces:
    org.kie.workbench.common.stunner.core.client.ThumbProvider<S>

    public interface PictureProvider<S>
    extends org.kie.workbench.common.stunner.core.client.ThumbProvider<S>
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.gwt.safehtml.shared.SafeUri getThumbnailUri​(S source)  
      • Methods inherited from interface org.kie.workbench.common.stunner.core.client.ThumbProvider

        getSourceType, thumbFor
    • Method Detail

      • getThumbnailUri

        com.google.gwt.safehtml.shared.SafeUri getThumbnailUri​(S source)