Uses of Class
org.kie.workbench.common.stunner.shapes.client.view.PictureShapeView
-
Packages that use PictureShapeView Package Description org.kie.workbench.common.stunner.shapes.client org.kie.workbench.common.stunner.shapes.client.view -
-
Uses of PictureShapeView in org.kie.workbench.common.stunner.shapes.client
Methods in org.kie.workbench.common.stunner.shapes.client that return types with arguments of type PictureShapeView Modifier and Type Method Description protected org.kie.workbench.common.stunner.client.lienzo.shape.impl.LienzoShape<PictureShapeView>PictureShape. getWrappedShape()Constructors in org.kie.workbench.common.stunner.shapes.client with parameters of type PictureShapeView Constructor Description PictureShape(PictureShapeView view) -
Uses of PictureShapeView in org.kie.workbench.common.stunner.shapes.client.view
Classes in org.kie.workbench.common.stunner.shapes.client.view with type parameters of type PictureShapeView Modifier and Type Class Description classPictureShapeView<T extends PictureShapeView>The lienzo view implementation for the Picture shape.Methods in org.kie.workbench.common.stunner.shapes.client.view that return PictureShapeView Modifier and Type Method Description PictureShapeViewShapeViewFactory. picture(Object source, double width, double height)PictureShapeViewShapeViewFactory. pictureFromUri(com.google.gwt.safehtml.shared.SafeUri uri, double width, double height)
-