Uses of Interface
org.kie.workbench.common.stunner.svg.gen.model.ShapeDefinition
-
-
Uses of ShapeDefinition in org.kie.workbench.common.stunner.svg.gen.codegen
Classes in org.kie.workbench.common.stunner.svg.gen.codegen with type parameters of type ShapeDefinition Modifier and Type Interface Description interfaceShapeDefinitionGenerator<I extends ShapeDefinition<?>>The the source code of the different methods required for shapes to handle its attributes such as colors, strokes and opacity. -
Uses of ShapeDefinition in org.kie.workbench.common.stunner.svg.gen.codegen.impl
Classes in org.kie.workbench.common.stunner.svg.gen.codegen.impl with type parameters of type ShapeDefinition Modifier and Type Class Description classAbstractShapeDefinitionGenerator<I extends ShapeDefinition<?>> -
Uses of ShapeDefinition in org.kie.workbench.common.stunner.svg.gen.model
Methods in org.kie.workbench.common.stunner.svg.gen.model that return ShapeDefinition Modifier and Type Method Description ShapeDefinitionViewDefinition. getMain() -
Uses of ShapeDefinition in org.kie.workbench.common.stunner.svg.gen.model.impl
Classes in org.kie.workbench.common.stunner.svg.gen.model.impl that implement ShapeDefinition Modifier and Type Class Description classAbstractShapeDefinition<V>classCircleDefinitionclassImageDefinitionclassMultiPathDefinitionclassRectDefinitionMethods in org.kie.workbench.common.stunner.svg.gen.model.impl that return ShapeDefinition Modifier and Type Method Description ShapeDefinitionViewDefinitionImpl. getMain()Constructors in org.kie.workbench.common.stunner.svg.gen.model.impl with parameters of type ShapeDefinition Constructor Description ViewDefinitionImpl(String id, double x, double y, double width, double height, StyleSheetDefinition globalStyleSheetDefinition, ViewDefinition.ViewBoxDefinition viewBox, ShapeDefinition main, PrimitiveDefinition... children)
-