java.lang.Object
com.nomagic.magicdraw.dependencymatrix.datamodel.cell.DependencyStyle

@OpenApiAll public class DependencyStyle extends Object
Visual style of a DependencyEntry
See Also:
  • Field Details

  • Constructor Details

    • DependencyStyle

      public DependencyStyle()
    • DependencyStyle

      public DependencyStyle(Color color, BasicStroke stroke, int connectionTypeA, @CheckForNull ResizableIcon connectionIconA, int connectionTypeB, @CheckForNull ResizableIcon connectionIconB)
      Constructor
      Parameters:
      color - line color
      stroke - line stroke
      connectionTypeB - line connection type
      See Also:
    • DependencyStyle

      public DependencyStyle(ResizableIcon icon)
  • Method Details

    • getConnectionTypeB

      public int getConnectionTypeB()
    • getColor

      public Color getColor()
    • getStroke

      public BasicStroke getStroke()
    • getConnectionIconB

      public ResizableIcon getConnectionIconB()
    • getIcon

      public ResizableIcon getIcon()
    • getConnectionTypeA

      public int getConnectionTypeA()
    • getConnectionIconA

      public ResizableIcon getConnectionIconA()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object