- All Superinterfaces:
AbstractEdge
,AbstractEdge
,AbstractModelComponent
,AbstractModelComponent
,AbstractVisibleComponent
,AbstractVisibleComponent
,LinkEdge
,ReadOnlyInterface
,WritableInterface
public interface LinkEdge extends AbstractEdge, LinkEdge
-
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)
LinkEdge
toReadOnly()
Methods inherited from interface omix.plugin.model.AbstractEdge
blur, isHidden, lineStyle, lineWidth, shadow, strokeColor, strokeStyle, strokeWidth, transparency
Methods inherited from interface omix.plugin.model.writable.AbstractEdge
dst, setLineStyle, setLineWidth, setShadow, setStrokeColor, setStrokeStyle, setStrokeWidth, setTransparency, src
Methods inherited from interface omix.plugin.model.AbstractModelComponent
addChangeListener, addPropertyChangeListener, fieldExists, getIdentifier, removeChangeListener, removePropertyChangeListener
Methods inherited from interface omix.plugin.model.writable.AbstractModelComponent
getField, getField, isChangeable, model
Methods inherited from interface omix.plugin.model.AbstractVisibleComponent
accessoryExists, getAccessory, getAccessory, hasDiagramItems, hasDiagramItems
Methods inherited from interface omix.plugin.model.writable.AbstractVisibleComponent
getAccessories, getAccessories, getAccessory, getAccessory, getAllAccessories, getCustomProperty, getMethod, getMethod, getMethod, setCustomProperty, setTmpCustomProperty
-
Method Details
-
appearance
LinkEdge.Appearance appearance()- Specified by:
appearance
in interfaceLinkEdge
-
getDiagramItems
List<? extends LinkEdgeItem> getDiagramItems()- Specified by:
getDiagramItems
in interfaceAbstractEdge
- Specified by:
getDiagramItems
in interfaceAbstractEdge
- Specified by:
getDiagramItems
in interfaceAbstractVisibleComponent
- Specified by:
getDiagramItems
in interfaceAbstractVisibleComponent
- Specified by:
getDiagramItems
in interfaceLinkEdge
-
getDiagramItems
- Specified by:
getDiagramItems
in interfaceAbstractEdge
- Specified by:
getDiagramItems
in interfaceAbstractEdge
- Specified by:
getDiagramItems
in interfaceAbstractVisibleComponent
- Specified by:
getDiagramItems
in interfaceAbstractVisibleComponent
- Specified by:
getDiagramItems
in interfaceLinkEdge
-
toReadOnly
LinkEdge toReadOnly()- Specified by:
toReadOnly
in interfaceAbstractEdge
- Specified by:
toReadOnly
in interfaceAbstractModelComponent
- Specified by:
toReadOnly
in interfaceAbstractVisibleComponent
- Specified by:
toReadOnly
in interfaceWritableInterface
-