- All Superinterfaces:
AbstractModelComponent
,AbstractVisibleComponent
,ReadOnlyInterface
- All Known Subinterfaces:
AbstractEdge
,EffectorEdge
,EffectorEdge
,FluxEdge
,FluxEdge
,GraphicsEdge
,GraphicsEdge
,LinkEdge
,LinkEdge
public interface AbstractEdge extends AbstractVisibleComponent
-
Method Summary
Modifier and Type Method Description double
blur()
The blur of the edge.AbstractNode
dst()
List<? extends AbstractEdgeItem>
getDiagramItems()
List<? extends AbstractEdgeItem>
getDiagramItems(Diagram diagram)
boolean
isHidden()
StrokeStyle
lineStyle()
The style of the edge.double
lineWidth()
The width of the edge.Shadow
shadow()
The shadow of the edge.AbstractNode
src()
Color
strokeColor()
The color for the stroke of the edge.StrokeStyle
strokeStyle()
The paint style for the stroke of the edge.double
strokeWidth()
The stroke width of the edge.double
transparency()
The transparency of the edge.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
-
strokeStyle
StrokeStyle strokeStyle()The paint style for the stroke of the edge. -
shadow
Shadow shadow()The shadow of the edge. -
strokeColor
Color strokeColor()The color for the stroke of the edge. -
lineStyle
StrokeStyle lineStyle()The style of the edge. -
lineWidth
double lineWidth()The width of the edge. -
strokeWidth
double strokeWidth()The stroke width of the edge. -
blur
double blur()The blur of the edge. -
transparency
double transparency()The transparency of the edge. -
getDiagramItems
List<? extends AbstractEdgeItem> getDiagramItems()- Specified by:
getDiagramItems
in interfaceAbstractVisibleComponent
-
getDiagramItems
- Specified by:
getDiagramItems
in interfaceAbstractVisibleComponent
-
src
AbstractNode src() -
dst
AbstractNode dst() -
isHidden
boolean isHidden()
-