- All Superinterfaces:
AbstractEdge
,AbstractModelComponent
,AbstractVisibleComponent
,ReadOnlyInterface
- All Known Subinterfaces:
LinkEdge
public interface LinkEdge extends AbstractEdge
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
LinkEdge.Appearance
static interface
LinkEdge.EffectorEdgeAppearance
static interface
LinkEdge.FluxEdgeAppearance
static interface
LinkEdge.GraphicsEdgeAppearance
-
Method Summary
Modifier and Type Method Description LinkEdge.Appearance
appearance()
List<? extends LinkEdgeItem>
getDiagramItems()
List<? extends LinkEdgeItem>
getDiagramItems(Diagram diagram)
Methods inherited from interface omix.plugin.model.AbstractEdge
blur, dst, isHidden, lineStyle, lineWidth, shadow, src, strokeColor, strokeStyle, strokeWidth, transparency
Methods inherited from interface omix.plugin.model.AbstractModelComponent
addChangeListener, addPropertyChangeListener, fieldExists, getField, getField, getIdentifier, model, removeChangeListener, removePropertyChangeListener
Methods inherited from interface omix.plugin.model.AbstractVisibleComponent
accessoryExists, getAccessories, getAccessories, getAccessory, getAccessory, getAccessory, getAccessory, getAllAccessories, hasDiagramItems, hasDiagramItems
-
Method Details
-
appearance
LinkEdge.Appearance appearance() -
getDiagramItems
List<? extends LinkEdgeItem> getDiagramItems()- Specified by:
getDiagramItems
in interfaceAbstractEdge
- Specified by:
getDiagramItems
in interfaceAbstractVisibleComponent
-
getDiagramItems
- Specified by:
getDiagramItems
in interfaceAbstractEdge
- Specified by:
getDiagramItems
in interfaceAbstractVisibleComponent
-