public static class NodeElemStyle.Symbol extends Object
Modifier and Type | Field and Description |
---|---|
Color |
fillColor |
int |
size |
Stroke |
stroke |
Color |
strokeColor |
NodeElemStyle.SymbolShape |
symbol |
Constructor and Description |
---|
NodeElemStyle.Symbol(NodeElemStyle.SymbolShape symbol,
int size,
Stroke stroke,
Color strokeColor,
Color fillColor) |
public NodeElemStyle.SymbolShape symbol
public int size
public Color strokeColor
public NodeElemStyle.Symbol(NodeElemStyle.SymbolShape symbol, int size, Stroke stroke, Color strokeColor, Color fillColor)