@OpenApiAll
public class DependencyStyle
extends java.lang.Object
Connection| Modifier and Type | Field and Description |
|---|---|
static DependencyStyle |
DEFAULT_STYLE |
| Constructor and Description |
|---|
DependencyStyle() |
DependencyStyle(java.awt.Color color,
java.awt.BasicStroke stroke,
int connectionTypeA,
ResizableIcon connectionIconA,
int connectionTypeB,
ResizableIcon connectionIconB)
Constructor
|
DependencyStyle(ResizableIcon icon) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.awt.Color |
getColor() |
ResizableIcon |
getConnectionIconA() |
ResizableIcon |
getConnectionIconB() |
int |
getConnectionTypeA() |
int |
getConnectionTypeB() |
ResizableIcon |
getIcon() |
java.awt.BasicStroke |
getStroke() |
int |
hashCode() |
public static final DependencyStyle DEFAULT_STYLE
public DependencyStyle()
public DependencyStyle(java.awt.Color color,
java.awt.BasicStroke stroke,
int connectionTypeA,
@CheckForNull
ResizableIcon connectionIconA,
int connectionTypeB,
@CheckForNull
ResizableIcon connectionIconB)
color - line colorstroke - line strokeconnectionTypeB - line connection typeConnectionpublic DependencyStyle(ResizableIcon icon)
public int getConnectionTypeB()
public java.awt.Color getColor()
public java.awt.BasicStroke getStroke()
public ResizableIcon getConnectionIconB()
public ResizableIcon getIcon()
public int getConnectionTypeA()
public ResizableIcon getConnectionIconA()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object