public interface ISingleColorable
ISingleColorable
objects have a single plain color and a must define a setter for it.Modifier and Type | Method and Description |
---|---|
Color |
getColor()
Get the color.
|
void |
setColor(Color color)
Set the color.
|
Copyright © 2016. All rights reserved.