Class DependencyStyle
java.lang.Object
com.nomagic.magicdraw.dependencymatrix.datamodel.cell.DependencyStyle
Visual style of a DependencyEntry
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDependencyStyle
(ResizableIcon icon) DependencyStyle
(Color color, BasicStroke stroke, int connectionTypeA, ResizableIcon connectionIconA, int connectionTypeB, ResizableIcon connectionIconB) Constructor -
Method Summary
-
Field Details
-
DEFAULT_STYLE
-
-
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 colorstroke
- line strokeconnectionTypeB
- line connection type- See Also:
-
DependencyStyle
-
-
Method Details