@OVLExtensible public interface GraphicsEdge extends Edge
Represents a custom edge in the network diagram.
This Java interface represents a GraphicsEdge in OVL.
It contain all methods available in OVL.
The static fields in this interface declaration
are public non-static instance fields in OVL.
They can be read and written from OVL code.
- Since:
- Omix 1.8.0
- Author:
- Dr. Peter Droste, Omix Visualization
-
Method Summary
Modifier and Type Method Description Brush
brush()
The fill brush of the edge and its markers.MarkerShape
endMarker()
The shape of the edge's end marker.double
endMarkerSize()
The size of the edge's end marker given as multiple of the edge width.StrokeStyle
lineStyle()
The style of the edge.MarkerShape
startMarker()
The shape of the edge's start marker.double
startMarkerSize()
The size of the edge's start marker given as multiple of the edge width.Color
strokeColor()
The color for the stroke of the edge.StrokeStyle
strokeStyle()
The paint style for the stroke of the edge.Methods inherited from interface omix.lang.model.Component
customPropertyNames, getCustomProperty, id, onload, setCustomProperty, setTmpCustomProperty
Methods inherited from interface omix.lang.model.Edge
blur, dst, getIdentifier, isHidden, lineWidth, model, network, shadow, src, strokeWidth, transparency
-
Method Details
-
endMarker
The shape of the edge's end marker. -
startMarker
The shape of the edge's start marker. -
startMarkerSize
The size of the edge's start marker given as multiple of the edge width. Minimal value is 1.0. -
endMarkerSize
The size of the edge's end marker given as multiple of the edge width. Minimal value is 1.0. -
brush
The fill brush of the edge and its markers. -
strokeStyle
The paint style for the stroke of the edge.- Specified by:
strokeStyle
in interfaceEdge
-
strokeColor
The color for the stroke of the edge.- Specified by:
strokeColor
in interfaceEdge
-
lineStyle
The style of the edge.
-