Uses of Interface
org.kie.workbench.common.stunner.client.lienzo.shape.view.LienzoShapeView
-
-
Uses of LienzoShapeView in org.kie.workbench.common.stunner.client.lienzo.shape.animation
Methods in org.kie.workbench.common.stunner.client.lienzo.shape.animation that return LienzoShapeView Modifier and Type Method Description LienzoShapeView<?>ShapeViewDecoratorAnimation. getSource()Methods in org.kie.workbench.common.stunner.client.lienzo.shape.animation that return types with arguments of type LienzoShapeView Modifier and Type Method Description Supplier<LienzoShapeView<?>>ShapeViewDecoratorAnimation. getShapeView()Method parameters in org.kie.workbench.common.stunner.client.lienzo.shape.animation with type arguments of type LienzoShapeView Modifier and Type Method Description static ShapeViewDecoratorAnimationShapeViewDecoratorAnimation. newFillDecoratorAnimation(Supplier<LienzoShapeView<?>> shapeView, String fillColor, double fillAlpha)static ShapeViewDecoratorAnimationShapeViewDecoratorAnimation. newStrokeDecoratorAnimation(Supplier<LienzoShapeView<?>> shapeView, String strokeColor, double strokeWidth, double strokeAlpha) -
Uses of LienzoShapeView in org.kie.workbench.common.stunner.client.lienzo.shape.impl
Classes in org.kie.workbench.common.stunner.client.lienzo.shape.impl with type parameters of type LienzoShapeView Modifier and Type Class Description classLienzoShape<V extends LienzoShapeView>classShapeStateAttributeAnimationHandler<V extends LienzoShapeView>Fields in org.kie.workbench.common.stunner.client.lienzo.shape.impl with type parameters of type LienzoShapeView Modifier and Type Field Description protected Supplier<LienzoShapeView<?>>ShapeStateDefaultHandler. backgroundShapeSupplierprotected Supplier<LienzoShapeView<?>>ShapeStateDefaultHandler. borderShapeSupplierprotected ShapeStateAttributeAnimationHandler<LienzoShapeView<?>>ShapeStateDefaultHandler. handlerMethod parameters in org.kie.workbench.common.stunner.client.lienzo.shape.impl with type arguments of type LienzoShapeView Modifier and Type Method Description ShapeStateDefaultHandlerShapeStateDefaultHandler. setBackgroundShape(Supplier<LienzoShapeView<?>> shapeSupplier)ShapeStateDefaultHandlerShapeStateDefaultHandler. setBorderShape(Supplier<LienzoShapeView<?>> shapeSupplier)ShapeStateDefaultHandlerShapeStateDefaultHandler. setContainerShape(Supplier<LienzoShapeView<?>> shapeSupplier) -
Uses of LienzoShapeView in org.kie.workbench.common.stunner.client.lienzo.shape.view.wires
Classes in org.kie.workbench.common.stunner.client.lienzo.shape.view.wires that implement LienzoShapeView Modifier and Type Class Description classWiresConnectorView<T>classWiresContainerShapeView<T extends WiresContainerShapeView>classWiresShapeView<T> -
Uses of LienzoShapeView in org.kie.workbench.common.stunner.client.lienzo.shape.view.wires.ext
Classes in org.kie.workbench.common.stunner.client.lienzo.shape.view.wires.ext that implement LienzoShapeView Modifier and Type Class Description classDecoratedShapeView<T extends WiresShapeViewExt>This Shape is an extension of WiresShapeViewExt, but instead of the need of a multipath instance for constructing it, which is being used for attaching the different control points to the view instance, it only requires a single Lienzo shape instance that is being wrapped by an instance of a multi-path.classWiresConnectorViewExt<T>classWiresShapeViewExt<T extends WiresShapeViewExt> -
Uses of LienzoShapeView in org.kie.workbench.common.stunner.client.lienzo.util
Method parameters in org.kie.workbench.common.stunner.client.lienzo.util with type arguments of type LienzoShapeView Modifier and Type Method Description voidShapeViewUserDataEncoder. applyShapeViewRenderType(Supplier<LienzoShapeView<?>> shapeSupplier, ShapeStateDefaultHandler.RenderType renderType)voidShapeViewUserDataEncoder. applyShapeViewType(Supplier<LienzoShapeView<?>> shapeSupplier, ShapeStateDefaultHandler.ShapeType shapeType)voidShapeViewUserDataEncoder. applyShapeViewUserData(Supplier<LienzoShapeView<?>> shapeSupplier, String key, String value)
-