public interface Colored
| Modifier and Type | Method and Description |
|---|---|
boolean |
controlsConnectivity()
Whether the color of the implementing object controls how it can connect
to other objects.
|
int |
getColor()
Get the current color value.
|
void |
setColor(int value)
Set the color value.
|
int getColor()
void setColor(int value)
value - the new color value.boolean controlsConnectivity()