Uses of Interface
org.kie.workbench.common.stunner.svg.gen.model.ViewDefinition.ViewBoxDefinition
-
-
Uses of ViewDefinition.ViewBoxDefinition in org.kie.workbench.common.stunner.svg.gen.model
Methods in org.kie.workbench.common.stunner.svg.gen.model that return ViewDefinition.ViewBoxDefinition Modifier and Type Method Description ViewDefinition.ViewBoxDefinitionViewDefinition. getViewBox() -
Uses of ViewDefinition.ViewBoxDefinition in org.kie.workbench.common.stunner.svg.gen.model.impl
Classes in org.kie.workbench.common.stunner.svg.gen.model.impl that implement ViewDefinition.ViewBoxDefinition Modifier and Type Class Description classViewBoxDefinitionImplMethods in org.kie.workbench.common.stunner.svg.gen.model.impl that return ViewDefinition.ViewBoxDefinition Modifier and Type Method Description ViewDefinition.ViewBoxDefinitionViewDefinitionImpl. getViewBox()Constructors in org.kie.workbench.common.stunner.svg.gen.model.impl with parameters of type ViewDefinition.ViewBoxDefinition Constructor Description ViewDefinitionImpl(String id, double x, double y, double width, double height, StyleSheetDefinition globalStyleSheetDefinition, ViewDefinition.ViewBoxDefinition viewBox, ShapeDefinition main, PrimitiveDefinition... children) -
Uses of ViewDefinition.ViewBoxDefinition in org.kie.workbench.common.stunner.svg.gen.translator.impl
Methods in org.kie.workbench.common.stunner.svg.gen.translator.impl that return ViewDefinition.ViewBoxDefinition Modifier and Type Method Description static ViewDefinition.ViewBoxDefinitionSVGViewBoxTranslator. translate(String raw)
-