Uses of Interface
org.kie.workbench.common.stunner.svg.gen.model.PrimitiveDefinition
-
-
Uses of PrimitiveDefinition in org.kie.workbench.common.stunner.svg.gen.codegen
Classes in org.kie.workbench.common.stunner.svg.gen.codegen with type parameters of type PrimitiveDefinition Modifier and Type Interface Description interfacePrimitiveDefinitionGenerator<I extends PrimitiveDefinition<?>>The the source code of the different methods required for primitives to handle its attributes such as coordinates, scales and opacity. -
Uses of PrimitiveDefinition 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 PrimitiveDefinition Modifier and Type Class Description classAbstractPrimitiveDefinitionGenerator<I extends PrimitiveDefinition<?>>Fields in org.kie.workbench.common.stunner.svg.gen.codegen.impl with type parameters of type PrimitiveDefinition Modifier and Type Field Description static Predicate<PrimitiveDefinition>SVGPrimitiveGeneratorUtils. CAN_GENERATE_PRIMITIVE_CODEMethods in org.kie.workbench.common.stunner.svg.gen.codegen.impl with parameters of type PrimitiveDefinition Modifier and Type Method Description static StringSVGPrimitiveGeneratorUtils. generateSvgPrimitive(String instanceId, Function<PrimitiveDefinition,PrimitiveDefinitionGenerator<PrimitiveDefinition<?>>> generatorProvider, PrimitiveDefinition child)static StringSVGPrimitiveGeneratorUtils. generateSvgPrimitive(String instanceId, Function<PrimitiveDefinition,PrimitiveDefinitionGenerator<PrimitiveDefinition<?>>> generatorProvider, PrimitiveDefinition child, Predicate<PrimitiveDefinition> generationFilter)static StringSVGGeneratorFormatUtils. getValidInstanceId(PrimitiveDefinition<?> primitiveDefinition) -
Uses of PrimitiveDefinition in org.kie.workbench.common.stunner.svg.gen.model
Subinterfaces of PrimitiveDefinition in org.kie.workbench.common.stunner.svg.gen.model Modifier and Type Interface Description interfaceShapeDefinition<V>interfaceViewDefinition<V>Methods in org.kie.workbench.common.stunner.svg.gen.model that return types with arguments of type PrimitiveDefinition Modifier and Type Method Description List<PrimitiveDefinition>ViewDefinition. getChildren() -
Uses of PrimitiveDefinition in org.kie.workbench.common.stunner.svg.gen.model.impl
Classes in org.kie.workbench.common.stunner.svg.gen.model.impl that implement PrimitiveDefinition Modifier and Type Class Description classAbstractPrimitiveDefinition<V>classAbstractShapeDefinition<V>classCircleDefinitionclassGroupDefinitionclassImageDefinitionclassMultiPathDefinitionclassRectDefinitionclassViewDefinitionImplMethods in org.kie.workbench.common.stunner.svg.gen.model.impl that return types with arguments of type PrimitiveDefinition Modifier and Type Method Description List<PrimitiveDefinition>GroupDefinition. getChildren()List<PrimitiveDefinition>ViewDefinitionImpl. getChildren()Method parameters in org.kie.workbench.common.stunner.svg.gen.model.impl with type arguments of type PrimitiveDefinition Modifier and Type Method Description static voidSVGModelUtils. visit(Collection<PrimitiveDefinition> definitions, Consumer<PrimitiveDefinition> definitionConsumer)static voidSVGModelUtils. visit(Collection<PrimitiveDefinition> definitions, Consumer<PrimitiveDefinition> definitionConsumer)static voidSVGModelUtils. visit(ViewDefinition<?> viewDefinition, Consumer<PrimitiveDefinition> definitionConsumer)Constructors in org.kie.workbench.common.stunner.svg.gen.model.impl with parameters of type PrimitiveDefinition Constructor Description ViewDefinitionImpl(String id, double x, double y, double width, double height, StyleSheetDefinition globalStyleSheetDefinition, ViewDefinition.ViewBoxDefinition viewBox, ShapeDefinition main, PrimitiveDefinition... children)
-