Uses of Class
org.kie.workbench.common.stunner.client.lienzo.shape.view.wires.ext.WiresShapeViewExt
-
Packages that use WiresShapeViewExt Package Description org.kie.workbench.common.stunner.client.lienzo.shape.view.wires org.kie.workbench.common.stunner.client.lienzo.shape.view.wires.ext -
-
Uses of WiresShapeViewExt in org.kie.workbench.common.stunner.client.lienzo.shape.view.wires
Subclasses of WiresShapeViewExt in org.kie.workbench.common.stunner.client.lienzo.shape.view.wires Modifier and Type Class Description classWiresContainerShapeView<T extends WiresContainerShapeView> -
Uses of WiresShapeViewExt 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 with type parameters of type WiresShapeViewExt 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.classWiresShapeViewExt<T extends WiresShapeViewExt>Subclasses of WiresShapeViewExt in org.kie.workbench.common.stunner.client.lienzo.shape.view.wires.ext 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.Constructors in org.kie.workbench.common.stunner.client.lienzo.shape.view.wires.ext with parameters of type WiresShapeViewExt Constructor Description WiresTextDecorator(Supplier<ViewEventHandlerManager> eventHandlerManager, WiresShapeViewExt shape)
-