Class ImageDefinition
- 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.Picture>
-
- org.kie.workbench.common.stunner.svg.gen.model.impl.ImageDefinition
-
- All Implemented Interfaces:
PrimitiveDefinition<com.ait.lienzo.client.core.shape.Picture>,ShapeDefinition<com.ait.lienzo.client.core.shape.Picture>
public class ImageDefinition extends AbstractShapeDefinition<com.ait.lienzo.client.core.shape.Picture>
-
-
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 ImageDefinition(String id, String href)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHref()Class<com.ait.lienzo.client.core.shape.Picture>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
-
-