Class AbstractShapeAnimation<S extends org.kie.workbench.common.stunner.core.client.shape.Shape>
- java.lang.Object
-
- org.kie.workbench.common.stunner.core.client.animation.AbstractAnimation<S>
-
- org.kie.workbench.common.stunner.core.client.shape.animation.AbstractShapeAnimation<S>
-
- All Implemented Interfaces:
org.kie.workbench.common.stunner.core.client.animation.Animation<S>,org.kie.workbench.common.stunner.core.client.shape.animation.ShapeAnimation<S>
public abstract class AbstractShapeAnimation<S extends org.kie.workbench.common.stunner.core.client.shape.Shape> extends AbstractAnimation<S> implements org.kie.workbench.common.stunner.core.client.shape.animation.ShapeAnimation<S>
-
-
Constructor Summary
Constructors Constructor Description AbstractShapeAnimation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.workbench.common.stunner.core.client.shape.animation.ShapeAnimation<S>forShape(S shape)SgetSource()-
Methods inherited from class org.kie.workbench.common.stunner.core.client.animation.AbstractAnimation
getCallback, getDuration, setCallback, setDuration
-
-
-
-
Method Detail
-
forShape
public org.kie.workbench.common.stunner.core.client.shape.animation.ShapeAnimation<S> forShape(S shape)
- Specified by:
forShapein interfaceorg.kie.workbench.common.stunner.core.client.shape.animation.ShapeAnimation<S extends org.kie.workbench.common.stunner.core.client.shape.Shape>
-
-