public class NodeColor extends Object implements INodeColor
Constructor and Description |
---|
NodeColor(int colorCode,
String colorId)
Instantiates a new node color.
|
NodeColor(int colorCode,
String colorId,
int countValue) |
Modifier and Type | Method and Description |
---|---|
int |
getCountValue() |
int |
getNodeColorCode()
Gets the node color code.
|
String |
getNodeColorId()
Gets the node color id.
|
public NodeColor(int colorCode, String colorId)
colorCode
- the color codecolorId
- the color idpublic NodeColor(int colorCode, String colorId, int countValue)
public int getNodeColorCode()
INodeColor
getNodeColorCode
in interface INodeColor
public String getNodeColorId()
INodeColor
getNodeColorId
in interface INodeColor
public int getCountValue()
getCountValue
in interface INodeColor
Copyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.