Interface ConnectorShapeDef<W,V extends org.kie.workbench.common.stunner.core.client.shape.view.ShapeView>
-
- All Superinterfaces:
BasicShapeDef<W>,BasicShapeViewDef<W,V>,org.kie.workbench.common.stunner.core.definition.shape.ShapeDef<W>,org.kie.workbench.common.stunner.core.definition.shape.ShapeViewDef<W,V>
public interface ConnectorShapeDef<W,V extends org.kie.workbench.common.stunner.core.client.shape.view.ShapeView> extends BasicShapeViewDef<W,V>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConnectorShapeDef.Direction
-
Field Summary
Fields Modifier and Type Field Description static StringFONT_COLORstatic StringFONT_FAMILYstatic doubleFONT_SIZEstatic StringFONT_STROKE_COLORstatic ConnectorGlyphGLYPHstatic doubleSTROKE_SIZE
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default org.kie.workbench.common.stunner.core.client.shape.common.DashArraygetDashArray(W element)default ConnectorShapeDef.DirectiongetDirection(W definition)default org.kie.workbench.common.stunner.core.definition.shape.GlyphgetGlyph(Class<? extends W> type, String defId)default Class<? extends org.kie.workbench.common.stunner.core.definition.shape.ShapeDef>getType()
-
-
-
Field Detail
-
FONT_FAMILY
static final String FONT_FAMILY
- See Also:
- Constant Field Values
-
FONT_COLOR
static final String FONT_COLOR
- See Also:
- Constant Field Values
-
FONT_STROKE_COLOR
static final String FONT_STROKE_COLOR
- See Also:
- Constant Field Values
-
FONT_SIZE
static final double FONT_SIZE
- See Also:
- Constant Field Values
-
STROKE_SIZE
static final double STROKE_SIZE
- See Also:
- Constant Field Values
-
GLYPH
static final ConnectorGlyph GLYPH
-
-
Method Detail
-
getDirection
default ConnectorShapeDef.Direction getDirection(W definition)
-
getGlyph
default org.kie.workbench.common.stunner.core.definition.shape.Glyph getGlyph(Class<? extends W> type, String defId)
- Specified by:
getGlyphin interfaceorg.kie.workbench.common.stunner.core.definition.shape.ShapeDef<W>
-
getType
default Class<? extends org.kie.workbench.common.stunner.core.definition.shape.ShapeDef> getType()
- Specified by:
getTypein interfaceorg.kie.workbench.common.stunner.core.definition.shape.ShapeDef<W>
-
getDashArray
default org.kie.workbench.common.stunner.core.client.shape.common.DashArray getDashArray(W element)
-
-