Class MultiPathDefinition
- java.lang.Object
-
- org.kie.workbench.common.stunner.svg.gen.model.impl.AbstractPrimitiveDefinition<V>
-
- org.kie.workbench.common.stunner.svg.gen.model.impl.AbstractShapeDefinition<com.ait.lienzo.client.core.shape.MultiPath>
-
- org.kie.workbench.common.stunner.svg.gen.model.impl.MultiPathDefinition
-
- All Implemented Interfaces:
PrimitiveDefinition<com.ait.lienzo.client.core.shape.MultiPath>,ShapeDefinition<com.ait.lienzo.client.core.shape.MultiPath>
public class MultiPathDefinition extends AbstractShapeDefinition<com.ait.lienzo.client.core.shape.MultiPath>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.workbench.common.stunner.svg.gen.model.ShapeDefinition
ShapeDefinition.ShapeStateDefinition
-
-
Constructor Summary
Constructors Constructor Description MultiPathDefinition(String id, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()Class<com.ait.lienzo.client.core.shape.MultiPath>getViewType()StringtoString()-
Methods inherited from class org.kie.workbench.common.stunner.svg.gen.model.impl.AbstractShapeDefinition
getStateDefinition, getStyleDefinition, setStateDefinition, setStyleDefinition
-
Methods inherited from class org.kie.workbench.common.stunner.svg.gen.model.impl.AbstractPrimitiveDefinition
getAlpha, getId, getLayoutDefinition, getTransformDefinition, getX, getY, isListening, isMain, isScalable, setAlpha, setLayoutDefinition, setListening, setMainShape, setScalable, setTransformDefinition, setX, setY
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.kie.workbench.common.stunner.svg.gen.model.PrimitiveDefinition
getAlpha, getId, getLayoutDefinition, getTransformDefinition, getX, getY, isListening, isMain, isScalable
-
-