public interface ConnectorShapeDef<W,V extends ShapeView> extends BasicShapeViewDef<W,V>
| Modifier and Type | Field and Description |
|---|---|
static String |
FONT_COLOR |
static String |
FONT_FAMILY |
static double |
FONT_SIZE |
static String |
FONT_STROKE_COLOR |
static ConnectorGlyph |
GLYPH |
static double |
STROKE_SIZE |
| Modifier and Type | Method and Description |
|---|---|
default DashArray |
getDashArray(W element) |
default Glyph |
getGlyph(Class<? extends W> type,
String defId) |
default Class<? extends ShapeDef> |
getType() |
fontHandler, sizeHandler, titleHandler, viewHandlerstatic final String FONT_FAMILY
static final String FONT_COLOR
static final String FONT_STROKE_COLOR
static final double FONT_SIZE
static final double STROKE_SIZE
static final ConnectorGlyph GLYPH
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.