@OpenApiAll
public class MatrixCellStyle
extends java.lang.Object
Connection
Modifier and Type | Field and Description |
---|---|
static MatrixCellStyle |
DEFAULT_STYLE |
Constructor and Description |
---|
MatrixCellStyle() |
MatrixCellStyle(java.awt.Color color,
java.awt.BasicStroke stroke,
int connectionTypeA,
ResizableIcon connectionIconA,
int connectionTypeB,
ResizableIcon connectionIconB)
Constructor
|
MatrixCellStyle(ResizableIcon cellIcon) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
ResizableIcon |
getCellIcon() |
java.awt.Color |
getColor() |
ResizableIcon |
getConnectionIconA() |
ResizableIcon |
getConnectionIconB() |
int |
getConnectionTypeA() |
int |
getConnectionTypeB() |
java.awt.BasicStroke |
getStroke() |
int |
hashCode() |
public static final MatrixCellStyle DEFAULT_STYLE
public MatrixCellStyle()
public MatrixCellStyle(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 typeConnection
public MatrixCellStyle(ResizableIcon cellIcon)
public int getConnectionTypeB()
public java.awt.Color getColor()
public java.awt.BasicStroke getStroke()
public ResizableIcon getConnectionIconB()
public ResizableIcon getCellIcon()
public int getConnectionTypeA()
public ResizableIcon getConnectionIconA()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object