Interface ShapeDefinition<V>
-
- All Superinterfaces:
PrimitiveDefinition<V>
- All Known Implementing Classes:
AbstractShapeDefinition,CircleDefinition,ImageDefinition,MultiPathDefinition,RectDefinition
public interface ShapeDefinition<V> extends PrimitiveDefinition<V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classShapeDefinition.ShapeStateDefinition
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Optional<ShapeDefinition.ShapeStateDefinition>getStateDefinition()StyleDefinitiongetStyleDefinition()-
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
-
getStateDefinition
Optional<ShapeDefinition.ShapeStateDefinition> getStateDefinition()
-
getStyleDefinition
StyleDefinition getStyleDefinition()
-
-