- All Superinterfaces:
LinkEdge.Appearance
,LinkEdge.Appearance
,LinkEdge.GraphicsEdgeAppearance
- Enclosing interface:
- LinkEdge
public static interface LinkEdge.GraphicsEdgeAppearance extends LinkEdge.Appearance, LinkEdge.GraphicsEdgeAppearance
-
Method Summary
Modifier and Type Method Description void
setBrush(Brush brush)
Sets the fill brush of the item's shape.void
setEndMarker(MarkerShape endMarker)
Changes the shape of the end marker.void
setEndMarkerSize(double endMarkerSize)
Changes the size of the end marker.void
setStartMarker(MarkerShape startMarker)
Changes the shape of the start marker.void
setStartMarkerSize(double startMarkerSize)
Changes the size of the start marker.LinkEdge.GraphicsEdgeAppearance
toReadOnly()
Methods inherited from interface omix.plugin.model.LinkEdge.GraphicsEdgeAppearance
brush, endMarker, endMarkerSize, startMarker, startMarkerSize
-
Method Details
-
setBrush
Sets the fill brush of the item's shape.- Parameters:
brush
- the new brush- Throws:
IllegalChangeException
- See Also:
GraphicsEdge.brush()
-
setStartMarker
Changes the shape of the start marker.- Parameters:
startMarker
-- Throws:
IllegalChangeException
- See Also:
GraphicsEdge.startMarker()
-
setEndMarker
Changes the shape of the end marker.- Parameters:
endMarker
-- Throws:
IllegalChangeException
- See Also:
GraphicsEdge.endMarker()
-
setStartMarkerSize
Changes the size of the start marker.- Parameters:
startMarkerSize
-- Throws:
IllegalChangeException
- See Also:
GraphicsEdge.startMarkerSize()
-
setEndMarkerSize
Changes the size of the end marker.- Parameters:
endMarkerSize
-- Throws:
IllegalChangeException
- See Also:
GraphicsEdge.endMarkerSize()
-
toReadOnly
LinkEdge.GraphicsEdgeAppearance toReadOnly()- Specified by:
toReadOnly
in interfaceLinkEdge.Appearance
-