Module omix.api

Interface LinkEdge.GraphicsEdgeAppearance

All Superinterfaces:
LinkEdge.Appearance
All Known Subinterfaces:
LinkEdge.GraphicsEdgeAppearance
Enclosing interface:
LinkEdge

public static interface LinkEdge.GraphicsEdgeAppearance
extends LinkEdge.Appearance
  • 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.
    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.
  • Method Details

    • endMarker

      MarkerShape endMarker()
      The shape of the edge's end marker.
    • startMarker

      MarkerShape startMarker()
      The shape of the edge's start marker.
    • startMarkerSize

      double startMarkerSize()
      The size of the edge's start marker given as multiple of the edge width. Minimal value is 1.0.
    • endMarkerSize

      double endMarkerSize()
      The size of the edge's end marker given as multiple of the edge width. Minimal value is 1.0.
    • brush

      Brush brush()
      The fill brush of the edge and its markers.