Interface ViewDefinition<V>
-
- All Superinterfaces:
HasSize,PrimitiveDefinition<V>
- All Known Implementing Classes:
ViewDefinitionImpl
public interface ViewDefinition<V> extends PrimitiveDefinition<V>, HasSize
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceViewDefinition.ViewBoxDefinition
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PrimitiveDefinition>getChildren()StringgetFactoryMethodName()ShapeDefinitiongetMain()StringgetPath()List<ViewRefDefinition>getSVGViewRefs()ViewDefinition.ViewBoxDefinitiongetViewBox()-
Methods inherited from interface org.kie.workbench.common.stunner.svg.gen.model.HasSize
getHeight, getWidth
-
Methods inherited from interface org.kie.workbench.common.stunner.svg.gen.model.PrimitiveDefinition
getAlpha, getId, getLayoutDefinition, getTransformDefinition, getViewType, getX, getY, isListening, isMain, isScalable
-
-
-
-
Method Detail
-
getFactoryMethodName
String getFactoryMethodName()
-
getPath
String getPath()
-
getViewBox
ViewDefinition.ViewBoxDefinition getViewBox()
-
getMain
ShapeDefinition getMain()
-
getChildren
List<PrimitiveDefinition> getChildren()
-
getSVGViewRefs
List<ViewRefDefinition> getSVGViewRefs()
-
-