Class PathEndRenderer

java.lang.Object
com.nomagic.magicdraw.uml.symbols.paths.PathEndRenderer

@OpenApiAll public class PathEndRenderer extends Object
Renders the end of the path. Allows to specifie custom adorment for the path end (e.g. path with arrow at the end or specific icon on the end).
See Also:
  • Constructor Details

    • PathEndRenderer

      public PathEndRenderer(PathEndAdornment adornment, @CheckForNull PathEndAdornmentModifier modifier)
      Constructor. The specified end adornment with modifier will be used to render the path end.
      Parameters:
      adornment - predefined end adornment.
      modifier - adornment modifier.
      See Also:
    • PathEndRenderer

      public PathEndRenderer(PathEndAdornment adornment)
      Constructor. The specified end adornment will be used to render the path end.
      Parameters:
      adornment - predefined end adornment.
      See Also:
    • PathEndRenderer

      public PathEndRenderer(ResizableIcon icon)
      Constructor. The specified icon will be used to render the path end.
      Parameters:
      icon - end adornment icon.
  • Method Details

    • getStyle

      public final int getStyle()
      return path end style
    • getIcon

      public final ResizableIcon getIcon()
      return path end icon